| Revision Date: | 2020-12-01 | Version: | 1 | 
| Title: | Security update for the Linux Kernel (Important) | 
| Description: | 
 
 
  The SUSE Linux Enterprise 12 SP1 kernel was updated to 3.12.51 to receive various security and bugfixes.
  Following features were added: - hwrng: Add a driver for the hwrng found in power7+ systems (fate#315784).
  Following security bugs were fixed: - CVE-2015-8215: net/ipv6/addrconf.c in the IPv6 stack in the Linux   kernel did not validate attempted changes to the MTU value, which allowed   context-dependent attackers to cause a denial of service (packet loss)   via a value that is (1) smaller than the minimum compliant value or   (2) larger than the MTU of an interface, as demonstrated by a Router   Advertisement (RA) message that is not validated by a daemon, a different   vulnerability than CVE-2015-0272. (bsc#955354) - CVE-2015-5156: The virtnet_probe function in drivers/net/virtio_net.c in   the Linux kernel attempted to support a FRAGLIST feature without proper   memory allocation, which allowed guest OS users to cause a denial of   service (buffer overflow and memory corruption) via a crafted sequence   of fragmented packets (bnc#940776). - CVE-2015-7872: The key_gc_unused_keys function in security/keys/gc.c   in the Linux kernel allowed local users to cause a denial of service   (OOPS) via crafted keyctl commands (bnc#951440). - CVE-2015-7799: The slhc_init function in drivers/net/slip/slhc.c in   the Linux kernel did not ensure that certain slot numbers are valid,   which allowed local users to cause a denial of service (NULL   pointer dereference and system crash) via a crafted PPPIOCSMAXCID ioctl   call (bnc#949936). - CVE-2015-2925: The prepend_path function in fs/dcache.c in the Linux   kernel did not properly handle rename actions inside a bind mount, which   allowed local users to bypass an intended container protection mechanism   by renaming a directory, related to a 'double-chroot attack (bnc#926238). - CVE-2015-7990: RDS: Verify the underlying transport exists before   creating a connection, preventing possible DoS (bsc#952384).
  The following non-security bugs were fixed: - af_iucv: avoid path quiesce of severed path in shutdown() (bnc#954986, LTC#131684). - alsa: hda - Disable 64bit address for Creative HDA controllers (bnc#814440). - alsa: hda - Fix noise problems on Thinkpad T440s (boo#958504). - alsa: hda - Fix noise problems on Thinkpad T440s (boo#958504). - apparmor: allow SYS_CAP_RESOURCE to be sufficient to prlimit another task (bsc#921949). - audit: correctly record file names with different path name types (bsc#950013). - audit: create private file name copies when auditing inodes (bsc#950013). - bcache: Add btree_insert_node() (bnc#951638). - bcache: Add explicit keylist arg to btree_insert() (bnc#951638). - bcache: backing device set to clean after finishing detach (bsc#951638). - bcache: backing device set to clean after finishing detach (bsc#951638). - bcache: Clean up keylist code (bnc#951638). - bcache: Convert btree_insert_check_key() to btree_insert_node() (bnc#951638). - bcache: Convert bucket_wait to wait_queue_head_t (bnc#951638). - bcache: Convert try_wait to wait_queue_head_t (bnc#951638). - bcache: Explicitly track btree node's parent (bnc#951638). - bcache: Fix a bug when detaching (bsc#951638). - bcache: Fix a lockdep splat in an error path (bnc#951638). - bcache: Fix a shutdown bug (bsc#951638). - bcache: Fix more early shutdown bugs (bsc#951638). - bcache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - bcache: Insert multiple keys at a time (bnc#951638). - bcache: kill closure locking usage (bnc#951638). - bcache: Refactor journalling flow control (bnc#951638). - bcache: Refactor request_write() (bnc#951638). - bcache: Use blkdev_issue_discard() (bnc#951638). - btrfs: Adjust commit-transaction condition to avoid NO_SPACE more (bsc#958647). - btrfs: Adjust commit-transaction condition to avoid NO_SPACE more (bsc#958647). - btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() (bsc#958647). - btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() (bsc#958647). - btrfs: fix condition of commit transaction (bsc#958647). - btrfs: fix condition of commit transaction (bsc#958647). - btrfs: fix file corruption and data loss after cloning inline extents (bnc#956053). - btrfs: Fix out-of-space bug (bsc#958647). - btrfs: Fix out-of-space bug (bsc#958647). - btrfs: Fix tail space processing in find_free_dev_extent() (bsc#958647). - btrfs: Fix tail space processing in find_free_dev_extent() (bsc#958647). - btrfs: fix the number of transaction units needed to remove a block group (bsc#958647). - btrfs: fix the number of transaction units needed to remove a block group (bsc#958647). - btrfs: fix truncation of compressed and inlined extents (bnc#956053). - btrfs: Set relative data on clear btrfs_block_group_cache->pinned (bsc#958647). - btrfs: Set relative data on clear btrfs_block_group_cache->pinned (bsc#958647). - btrfs: use global reserve when deleting unused block group after ENOSPC (bsc#958647). - btrfs: use global reserve when deleting unused block group after ENOSPC (bsc#958647). - cache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - cpu: Defer smpboot kthread unparking until CPU known to scheduler (bsc#936773). - cpusets, isolcpus: exclude isolcpus from load balancing in cpusets (bsc#957395). - cxgb4i: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes (bsc#950580). - dlm: make posix locks interruptible, (bsc#947241). - dmapi: Fix xfs dmapi to not unlock & lock XFS_ILOCK_EXCL (bsc#949744). - dm: do not start current request if it would've merged with the previous (bsc#904348). - dm: impose configurable deadline for dm_request_fn's merge heuristic (bsc#904348). - dm-snap: avoid deadock on s->lock when a read is split (bsc#939826). - dm sysfs: introduce ability to add writable attributes (bsc#904348). - drm: Allocate new master object when client becomes master (bsc#956876, bsc#956801). - drm: Fix KABI of 'struct drm_file' (bsc#956876, bsc#956801). - drm/i915: add hotplug activation period to hotplug update mask (bsc#953980). - drm/i915: clean up backlight conditional build (bsc#941113). - drm/i915: debug print on backlight register (bsc#941113). - drm/i915: do full backlight setup at enable time (bsc#941113). - drm/i915: do not save/restore backlight registers in KMS (bsc#941113). - drm/i915: Eliminate lots of WARNs when there's no backlight present (bsc#941113). - drm/i915: fix gen2-gen3 backlight set (bsc#941113,bsc#953971). - drm/i915: Fix gen3 self-refresh watermarks (bsc#953830,bsc#953971). - drm/i915: Fix missing backlight update during panel disablement (bsc#941113). - drm/i915: Fix SRC_COPY width on 830/845g (bsc#758040). - drm/i915: gather backlight information at setup (bsc#941113). - drm/i915: handle backlight through chip specific functions (bsc#941113). - drm/i915: Ignore 'digital output' and 'not HDMI output' bits for eDP detection (bsc#949192). - drm/i915: make asle notifications update backlight on all connectors (bsc#941113). - drm/i915: make backlight info per-connector (bsc#941113). - drm/i915: move backlight level setting in enable/disable to hooks (bsc#941113). - drm/i915: move opregion asle request handling to a work queue (bsc#953826). - drm/i915: nuke get max backlight functions (bsc#941113). - drm/i915/opregion: fix build error on CONFIG_ACPI=n (bsc#953826). - drm/i915: restore backlight precision when converting from ACPI (bsc#941113). - drm/i915/tv: add ->get_config callback (bsc#953830). - drm/i915: use backlight legacy combination mode also for i915gm/i945gm (bsc#941113). - drm/i915: use the initialized backlight max value instead of reading it (bsc#941113). - drm/i915: vlv does not have pipe field in backlight registers (bsc#941113). - fanotify: fix notification of groups with inode & mount marks (bsc#955533). - Fix remove_and_add_spares removes drive added as spare in slot_store (bsc#956717). - genksyms: Handle string literals with spaces in reference files (bsc#958510). - genksyms: Handle string literals with spaces in reference files (bsc#958510). - hwrng: Add a driver for the hwrng found in power7+ systems (fate#315784).   in the non-RT kernel to minimize the differences. - ipv4: Do not increase PMTU with Datagram Too Big message (bsc#955224). - ipv6: distinguish frag queues by device for multicast and link-local packets (bsc#955422). - ixgbe: fix broken PFC with X550 (bsc#951864). - ixgbe: use correct fcoe ddp max check (bsc#951864). - kabi: Fix spurious kabi change in mm/util.c. - kABI: protect struct ahci_host_priv. - kabi: Restore kabi in struct iscsi_tpg_attrib (bsc#954635). - kabi: Restore kabi in struct se_cmd (bsc#954635). - kabi: Restore kabi in struct se_subsystem_api (bsc#954635). - ktime: add ktime_after and ktime_before helper (bsc#904348). - mm: factor commit limit calculation (VM Performance). - mm: get rid of 'vmalloc_info' from /proc/meminfo (VM Performance). - mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault (Automatic NUMA Balancing (fate#315482)). - mm: remove PG_waiters from PAGE_FLAGS_CHECK_AT_FREE (bnc#943959). - mm: vmscan: never isolate more pages than necessary (VM Performance). - Move ktime_after patch to the networking section - nfsrdma: Fix regression in NFSRDMA server (bsc#951110). - pci: Drop 'setting latency timer' messages (bsc#956047). - pci: Update VPD size with correct length (bsc#924493). - perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() call (bsc#955136). - perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() call (bsc#955136). - perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncore (bsc#955136). - perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncore (bsc#955136). - pm, hinernate: use put_page in release_swap_writer (bnc#943959). - rcu: Eliminate deadlock between CPU hotplug and expedited grace periods (bsc#949706). - Re-add copy_page_vector_to_user() - ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on() (bnc#956711). - route: Use ipv4_mtu instead of raw rt_pmtu (bsc#955224). - rpm/constraints.in: Require 14GB worth of disk space on POWER The builds started to fail randomly due to ENOSPC errors. - rpm/kernel-binary.spec.in: Always build zImage for ARM - rpm/kernel-binary.spec.in: Do not explicitly set DEBUG_SECTION_MISMATCH CONFIG_DEBUG_SECTION_MISMATCH is a selectable Kconfig option since 2.6.39 and is enabled in our configs. - rpm/kernel-binary.spec.in: Drop the %build_src_dir macro It is the parent directory of the O= directory. - rpm/kernel-binary.spec.in: really pass down %{?_smp_mflags} - rpm/kernel-binary.spec.in: Use parallel make in all invocations Also, remove the lengthy comment, since we are using a standard rpm macro now. - rpm/kernel-binary.spec.in: Use upstream script to support config.addon - s390/dasd: fix disconnected device with valid path mask (bnc#954986, LTC#132707). - s390/dasd: fix invalid PAV assignment after suspend/resume (bnc#954986, LTC#132706). - s390/dasd: fix list_del corruption after lcu changes (bnc#954986, LTC#133077). - sched: Call select_idle_sibling() when not affine_sd (Scheduler Performance). - sched/core: Fix task and run queue sched_info::run_delay inconsistencies (bnc#949100). - sched, isolcpu: make cpu_isolated_map visible outside scheduler (bsc#957395). - sched/numa: Check all nodes when placing a pseudo-interleaved group (Automatic NUMA Balancing (fate#315482)). - sched/numa: Fix math underflow in task_tick_numa() (Automatic NUMA Balancing (fate#315482)). - sched/numa: Only consider less busy nodes as numa balancing destinations (Automatic NUMA Balancing (fate#315482)). - sched: Put expensive runtime debugging checks under a separate Kconfig entry (Scheduler performance). - scsi: hosts: update to use ida_simple for host_no (bsc#939926) - sunrpc/cache: make cache flushing more reliable (bsc#947478). - sunrpc: Fix oops when trace sunrpc_task events in nfs client (bnc#956703). - supported.conf: Support peak_pci and sja1000: These 2 CAN drivers are   supported in the RT kernel for a long time so we can also support them - target/pr: fix core_scsi3_pr_seq_non_holder() caller (bnc#952666). - target: Send UA upon LUN RESET tmr completion (bsc#933514). - target: use 'se_dev_entry' when allocating UAs (bsc#933514). - Update config files. (bnc#955644) - Update kabi files with sbc_parse_cdb symbol change (bsc#954635). - usbvision fix overflow of interfaces array (bnc#950998). - vmxnet3: adjust ring sizes when interface is down (bsc#950750). - vmxnet3: Fix ethtool -S to return correct rx queue stats (bsc#950750). - x86/efi: Fix invalid parameter error when getting hibernation key (fate#316350, bsc#956284). - x86/evtchn: make use of PHYSDEVOP_map_pirq. - x86/mm: Add parenthesis for TLB tracepoint size calculation (VM Performance (Reduce IPIs during reclaim)). - x86/mm/hotplug: Modify PGD entry when removing memory (VM Functionality, bnc#955148). - x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable() (VM Functionality, bnc#955148). - x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate() (bsc#953717). - xen: fix boot crash in EC2 settings (bsc#956147). - xen: refresh patches.xen/xen-x86_64-m2p-strict (bsc#956147). - xen: Update Xen patches to 3.12.50. - xfs: always drain dio before extending aio write submission (bsc#949744). - xfs: DIO needs an ioend for writes (bsc#949744). - xfs: DIO write completion size updates race (bsc#949744). - xfs: DIO writes within EOF do not need an ioend (bsc#949744). - xfs: direct IO EOF zeroing needs to drain AIO (bsc#949744). - xfs: do not allocate an ioend for direct I/O completions (bsc#949744). - xfs: factor DIO write mapping from get_blocks (bsc#949744). - xfs: handle DIO overwrite EOF update completion correctly (bsc#949744). - xfs: move DIO mapping size calculation (bsc#949744). - xfs: using generic_file_direct_write() is unnecessary (bsc#949744). - xhci: Add spurious wakeup quirk for LynxPoint-LP controllers (bnc#951165). - xhci: Workaround to get Intel xHCI reset working more reliably (bnc#957546). - zfcp: fix fc_host port_type with NPIV (bnc#954986, LTC#132479).
  | 
| Family: | unix | Class: | patch | 
| Status: |  | Reference(s): | 1005023 1032680 1050305 1052481 1054028 1056995 1058025 1076696 1083247 1086936 1088262 1088263 1091606 1091772 1092699 1094359 1095601 1095639 1096673 1097410 1098891 1099098 1101591 1103659 1103661 1106873 1114981 1115518 1116574 1117381 1117934 1119069 1119105 1119971 1120323 1128374 1128772 1131353 1131356 1131357 758040 814440 903543 904348 921949 924493 926238 933514 936773 939826 939926 940776 941113 941202 943959 944296 947241 947337 947478 949100 949192 949706 949744 949936 950013 950580 950750 950998 951110 951165 951440 951638 951844 951864 952384 952666 953048 953717 953826 953830 953971 953980 954635 954847 954986 955136 955148 955224 955354 955422 955533 955644 956047 956053 956147 956284 956491 956703 956711 956717 956801 956876 957395 957546 957990 958504 958510 958647 962742 963655 963762 965087 966245 968667 970114 970506 971770 972933 973378 973499 974165 974308 974620 975531 975533 975772 975788 977417 978401 978469 978822 979074 979213 979419 979485 979489 979521 979548 979681 979867 979879 979922 980348 980363 980371 980856 980883 981038 981143 981344 981597 982282 982354 982544 982698 983143 983213 983318 983721 983904 983977 984148 984456 984755 984764 985232 985978 986362 986365 986569 986572 986573 986811 988215 988498 988552 990058 CVE-2014-9904 CVE-2015-0272 CVE-2015-2925 CVE-2015-5156 CVE-2015-7799 CVE-2015-7833 CVE-2015-7872 CVE-2015-7990 CVE-2015-8215 CVE-2015-8551 CVE-2015-8552 CVE-2015-8845 CVE-2016-0758 CVE-2016-1583 CVE-2016-2053 CVE-2016-3672 CVE-2016-4470 CVE-2016-4482 CVE-2016-4486 CVE-2016-4565 CVE-2016-4569 CVE-2016-4578 CVE-2016-4805 CVE-2016-4997 CVE-2016-5244 CVE-2016-5828 CVE-2016-5829 CVE-2017-1000117 CVE-2017-11462 CVE-2017-14226 CVE-2017-9120 CVE-2018-0486 CVE-2018-0489 CVE-2018-0495 CVE-2018-10583 CVE-2018-1106 CVE-2018-12384 CVE-2018-12404 CVE-2018-12405 CVE-2018-12882 CVE-2018-13785 CVE-2018-14851 CVE-2018-16864 CVE-2018-16865 CVE-2018-16866 CVE-2018-16877 CVE-2018-16878 CVE-2018-17466 CVE-2018-18492 CVE-2018-18493 CVE-2018-18494 CVE-2018-18498 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3183 CVE-2018-3214 CVE-2019-3885 SUSE-SU-2015:2292-1 SUSE-SU-2016:2105-1 SUSE-SU-2017:2320-1 SUSE-SU-2017:2659-1 SUSE-SU-2017:2931-1 SUSE-SU-2018:0720-1 SUSE-SU-2018:1047-1 SUSE-SU-2018:1886-1 SUSE-SU-2018:2333-1 SUSE-SU-2018:2485-2 SUSE-SU-2018:4064-1 SUSE-SU-2018:4236-1 SUSE-SU-2019:0135-1 SUSE-SU-2019:1047-1
  | 
| Platform(s): | openSUSE 13.2 openSUSE 13.2 NonFree openSUSE Leap 42.1 openSUSE Leap 42.1 NonFree openSUSE Leap 42.2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
  | Product(s): |  | 
| Definition Synopsis | 
| openSUSE 13.2 is installed AND rsync-3.1.1-2.7.1 is installed
 | 
| Definition Synopsis | 
| openSUSE 13.2 NonFree is installed
AND Package Information
flash-player-11.2.202.440-2.29.1 is installed
OR flash-player-gnome-11.2.202.440-2.29.1 is installed
OR flash-player-kde4-11.2.202.440-2.29.1 is installed
 | 
| Definition Synopsis | 
| openSUSE Leap 42.1 is installed
AND Package Information
irssi-0.8.20-6.1 is installed
OR irssi-devel-0.8.20-6.1 is installed
 | 
| Definition Synopsis | 
| openSUSE Leap 42.1 NonFree is installed
AND opera-41.0.2353.56-3.1 is installed
 | 
| Definition Synopsis | 
| openSUSE Leap 42.2 is installed
AND Package Information
kdenetwork4-filesharing-16.08.2-1.1 is installed
OR kdnssd-16.08.2-1.1 is installed
OR kget-16.08.2-1.1 is installed
OR kopete-16.08.2-1.1 is installed
OR kppp-16.08.2-1.1 is installed
OR krdc-16.08.2-1.1 is installed
OR krfb-16.08.2-1.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
libjasper-1.900.1-134.13 is installed
OR libjasper-32bit-1.900.1-134.13 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.6.1esr-34 is installed
OR MozillaFirefox-translations-38.6.1esr-34 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
gnutls-3.2.15-1.8 is installed
OR libgnutls28-3.2.15-1.8 is installed
OR libgnutls28-32bit-3.2.15-1.8 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
alsa-1.0.27.2-11.10 is installed
OR libasound2-1.0.27.2-11.10 is installed
OR libasound2-32bit-1.0.27.2-11.10 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cyrus-sasl-2.1.26-7.1 is installed
OR cyrus-sasl-32bit-2.1.26-7.1 is installed
OR cyrus-sasl-crammd5-2.1.26-7.1 is installed
OR cyrus-sasl-crammd5-32bit-2.1.26-7.1 is installed
OR cyrus-sasl-digestmd5-2.1.26-7.1 is installed
OR cyrus-sasl-digestmd5-32bit-2.1.26-7.1 is installed
OR cyrus-sasl-gssapi-2.1.26-7.1 is installed
OR cyrus-sasl-gssapi-32bit-2.1.26-7.1 is installed
OR cyrus-sasl-plain-2.1.26-7.1 is installed
OR cyrus-sasl-plain-32bit-2.1.26-7.1 is installed
OR cyrus-sasl-saslauthd-2.1.26-7.1 is installed
OR libsasl2-3-2.1.26-7.1 is installed
OR libsasl2-3-32bit-2.1.26-7.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
avahi-0.6.32-30.36 is installed
OR avahi-lang-0.6.32-30.36 is installed
OR libavahi-client3-0.6.32-30.36 is installed
OR libavahi-client3-32bit-0.6.32-30.36 is installed
OR libavahi-common3-0.6.32-30.36 is installed
OR libavahi-common3-32bit-0.6.32-30.36 is installed
OR libavahi-core7-0.6.32-30.36 is installed
OR libdns_sd-0.6.32-30.36 is installed
OR libdns_sd-32bit-0.6.32-30.36 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND conntrack-tools-1.0.0-0.9 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Containers 12 is installed
AND sles12-docker-image-1.1.1-20160307082632 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.1-5 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.1-5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.1-5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.1-5 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.74-60.64.48.1 is installed
OR kernel-ec2-devel-3.12.74-60.64.48.1 is installed
OR kernel-ec2-extra-3.12.74-60.64.48.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
nodejs4-4.5.0-5 is installed
OR nodejs4-devel-4.5.0-5 is installed
OR nodejs4-docs-4.5.0-5 is installed
OR npm4-4.5.0-5 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.30 is installed
OR bind-chrootenv-9.9.6P1-0.30 is installed
OR bind-doc-9.9.6P1-0.30 is installed
OR bind-libs-9.9.6P1-0.30 is installed
OR bind-utils-9.9.6P1-0.30 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-54 is installed
OR kernel-rt-base-3.0.101.rt130-54 is installed
OR kernel-rt-devel-3.0.101.rt130-54 is installed
OR kernel-rt_trace-3.0.101.rt130-54 is installed
OR kernel-rt_trace-base-3.0.101.rt130-54 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-54 is installed
OR kernel-source-rt-3.0.101.rt130-54 is installed
OR kernel-syms-rt-3.0.101.rt130-54 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libicu-4.0-7.22 is installed
OR libicu-32bit-4.0-7.22 is installed
OR libicu-doc-4.0-7.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libicu-4.0-7.22 is installed
OR libicu-32bit-4.0-7.22 is installed
OR libicu-doc-4.0-7.22 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP1 is installed
AND tar-1.20-23.23 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-52.7.3esr-78.20 is installed
OR MozillaFirefox-translations-52.7.3esr-78.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-52.7.3esr-78.20 is installed
OR MozillaFirefox-translations-52.7.3esr-78.20 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND automake-1.10.1-4.131.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND automake-1.10.1-4.131.9 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND automake-1.10.1-4.131.9 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
ecryptfs-utils-61-1.29 is installed
OR ecryptfs-utils-32bit-61-1.29 is installed
OR ecryptfs-utils-x86-61-1.29 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-31.2.0esr-0.11.11 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
OR libfreebl3-3.17.2-0.3 is installed
OR libfreebl3-32bit-3.17.2-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nspr-devel-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.3 is installed
OR mozilla-nss-32bit-3.17.2-0.3 is installed
OR mozilla-nss-devel-3.17.2-0.3 is installed
OR mozilla-nss-tools-3.17.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-31.2.0esr-0.11.11 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
OR libfreebl3-3.17.2-0.3 is installed
OR libfreebl3-32bit-3.17.2-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nspr-devel-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.3 is installed
OR mozilla-nss-32bit-3.17.2-0.3 is installed
OR mozilla-nss-devel-3.17.2-0.3 is installed
OR mozilla-nss-tools-3.17.2-0.3 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND kvm-1.4.2-37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND kvm-1.4.2-37 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP3 is installed
AND cifs-utils-5.1-0.11 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
glibc-2.11.3-17.109 is installed
OR glibc-32bit-2.11.3-17.109 is installed
OR glibc-devel-2.11.3-17.109 is installed
OR glibc-devel-32bit-2.11.3-17.109 is installed
OR glibc-html-2.11.3-17.109 is installed
OR glibc-i18ndata-2.11.3-17.109 is installed
OR glibc-info-2.11.3-17.109 is installed
OR glibc-locale-2.11.3-17.109 is installed
OR glibc-locale-32bit-2.11.3-17.109 is installed
OR glibc-profile-2.11.3-17.109 is installed
OR glibc-profile-32bit-2.11.3-17.109 is installed
OR nscd-2.11.3-17.109 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
glibc-2.11.3-17.109 is installed
OR glibc-32bit-2.11.3-17.109 is installed
OR glibc-devel-2.11.3-17.109 is installed
OR glibc-devel-32bit-2.11.3-17.109 is installed
OR glibc-html-2.11.3-17.109 is installed
OR glibc-i18ndata-2.11.3-17.109 is installed
OR glibc-info-2.11.3-17.109 is installed
OR glibc-locale-2.11.3-17.109 is installed
OR glibc-locale-32bit-2.11.3-17.109 is installed
OR glibc-profile-2.11.3-17.109 is installed
OR glibc-profile-32bit-2.11.3-17.109 is installed
OR nscd-2.11.3-17.109 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.9.0esr-71.2 is installed
OR MozillaFirefox-translations-45.9.0esr-71.2 is installed
OR libfreebl3-3.29.5-46.1 is installed
OR libfreebl3-32bit-3.29.5-46.1 is installed
OR libsoftokn3-3.29.5-46.1 is installed
OR libsoftokn3-32bit-3.29.5-46.1 is installed
OR mozilla-nspr-4.13.1-32.1 is installed
OR mozilla-nspr-32bit-4.13.1-32.1 is installed
OR mozilla-nss-3.29.5-46.1 is installed
OR mozilla-nss-32bit-3.29.5-46.1 is installed
OR mozilla-nss-tools-3.29.5-46.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.65 is installed
OR libMagickCore1-6.4.3.6-7.65 is installed
OR libMagickCore1-32bit-6.4.3.6-7.65 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.65 is installed
OR libMagickCore1-6.4.3.6-7.65 is installed
OR libMagickCore1-32bit-6.4.3.6-7.65 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
freetype2-2.3.7-25.35.36 is installed
OR freetype2-32bit-2.3.7-25.35.36 is installed
OR freetype2-x86-2.3.7-25.35.36 is installed
OR ft2demos-2.3.7-25.35.36 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
java-1_7_0-openjdk-1.7.0.75-11 is installed
OR java-1_7_0-openjdk-demo-1.7.0.75-11 is installed
OR java-1_7_0-openjdk-devel-1.7.0.75-11 is installed
OR java-1_7_0-openjdk-headless-1.7.0.75-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
java-1_7_0-openjdk-1.7.0.75-11 is installed
OR java-1_7_0-openjdk-demo-1.7.0.75-11 is installed
OR java-1_7_0-openjdk-devel-1.7.0.75-11 is installed
OR java-1_7_0-openjdk-headless-1.7.0.75-11 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
MozillaFirefox-31.1.0esr-1 is installed
OR MozillaFirefox-translations-31.1.0esr-1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libjbig2-2.0-12 is installed
OR libjbig2-32bit-2.0-12 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_62-60_64_8-default-9-3.1 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
tar-1.27.1-11 is installed
OR tar-lang-1.27.1-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
tar-1.27.1-11 is installed
OR tar-lang-1.27.1-11 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP2 is installed
AND ant-1.9.4-1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_29-default-12-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-12-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_29-default-12-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-12-2 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libspice-server1-0.12.8-12 is installed
OR spice-0.12.8-12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libspice-server1-0.12.8-12 is installed
OR spice-0.12.8-12 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-2-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_12-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-2-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_12-2-2 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
tomcat-7.0.78-7.13.4 is installed
OR tomcat-admin-webapps-7.0.78-7.13.4 is installed
OR tomcat-docs-webapp-7.0.78-7.13.4 is installed
OR tomcat-el-2_2-api-7.0.78-7.13.4 is installed
OR tomcat-javadoc-7.0.78-7.13.4 is installed
OR tomcat-jsp-2_2-api-7.0.78-7.13.4 is installed
OR tomcat-lib-7.0.78-7.13.4 is installed
OR tomcat-servlet-3_0-api-7.0.78-7.13.4 is installed
OR tomcat-webapps-7.0.78-7.13.4 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
xorg-x11-server-7.6_1.18.3-57 is installed
OR xorg-x11-server-extra-7.6_1.18.3-57 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
ibutils-1.5.4-0.7.7 is installed
OR ibutils-32bit-1.5.4-0.7.7 is installed
OR ibutils-devel-1.5.4-0.7.7 is installed
OR ibutils-devel-32bit-1.5.4-0.7.7 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
python-32bit-2.6.9-0.33 is installed
OR python-demo-2.6.9-0.33 is installed
OR python-devel-2.6.9-0.33 is installed
OR python-doc-2.6-8.33 is installed
OR python-doc-pdf-2.6-8.33 is installed
OR python-gdbm-2.6.9-0.33 is installed
OR python-idle-2.6.9-0.33 is installed
OR python-tk-2.6.9-0.33 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND automake-1.10.1-4.131.9 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
kernel-docs-3.12.51-60.20 is installed
OR kernel-obs-build-3.12.51-60.20 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
git-2.12.3-27.5 is installed
OR git-arch-2.12.3-27.5 is installed
OR git-core-2.12.3-27.5 is installed
OR git-cvs-2.12.3-27.5 is installed
OR git-daemon-2.12.3-27.5 is installed
OR git-doc-2.12.3-27.5 is installed
OR git-email-2.12.3-27.5 is installed
OR git-gui-2.12.3-27.5 is installed
OR git-svn-2.12.3-27.5 is installed
OR git-web-2.12.3-27.5 is installed
OR gitk-2.12.3-27.5 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
libreoffice-6.0.5.2-43.38 is installed
OR libreoffice-sdk-6.0.5.2-43.38 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
python3-3.4.6-25.34 is installed
OR python3-base-3.4.6-25.34 is installed
OR python3-dbm-3.4.6-25.34 is installed
OR python3-devel-3.4.6-25.34 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
finch-2.10.9-8 is installed
OR libpurple-2.10.9-8 is installed
OR libpurple-lang-2.10.9-8 is installed
OR libpurple-meanwhile-2.10.9-8 is installed
OR libpurple-tcl-2.10.9-8 is installed
OR pidgin-2.10.9-8 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libmysqlclient_r18-10.0.29-22 is installed
OR libmysqlclient_r18-32bit-10.0.29-22 is installed
OR mariadb-10.0.29-22 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.21-90 is installed
OR kernel-default-extra-4.4.21-90 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libmysqlclient_r18-10.0.31-29.3 is installed
OR libmysqlclient_r18-32bit-10.0.31-29.3 is installed
OR mariadb-10.0.31-29.3 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libntfs-3g84-2013.1.13-5.3 is installed
OR ntfs-3g-2013.1.13-5.3 is installed
OR ntfs-3g_ntfsprogs-2013.1.13-5.3 is installed
OR ntfsprogs-2013.1.13-5.3 is installed
 | 
| Definition Synopsis | 
| SUSE OpenStack Cloud 5 is installed
AND Package Information
libopenssl-devel-0.9.8j-0.105.1 is installed
OR libopenssl0_9_8-0.9.8j-0.105.1 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105.1 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105.1 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105.1 is installed
OR openssl-0.9.8j-0.105.1 is installed
OR openssl-doc-0.9.8j-0.105.1 is installed
 | 
| Definition Synopsis | 
| SUSE OpenStack Cloud 6 is installed
AND openstack-heat-templates-0.0.0+git.1452795102.e53f5d3-1.1 is installed
 | 
| Definition Synopsis | 
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND ansible-2.4.1.0-6 is installed
 | 
| Definition Synopsis | 
| SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
karchive-5.20.0-6 is installed
OR karchive-devel-5.20.0-6 is installed
OR karchive-devel-32bit-5.21.0-15 is installed
OR libKF5Archive5-5.20.0-6 is installed
OR libKF5Archive5-32bit-5.21.0-15 is installed
 | 
| Definition Synopsis | 
| SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
ffmpeg-3.1.8-8 is installed
OR libavcodec-devel-3.1.8-8 is installed
OR libavcodec57-3.1.8-8 is installed
OR libavdevice-devel-3.1.8-8 is installed
OR libavdevice57-3.1.8-8 is installed
OR libavfilter-devel-3.1.8-8 is installed
OR libavfilter6-3.1.8-8 is installed
OR libavformat-devel-3.1.8-8 is installed
OR libavformat57-3.1.8-8 is installed
OR libavresample-devel-3.1.8-8 is installed
OR libavresample3-3.1.8-8 is installed
OR libavutil-devel-3.1.8-8 is installed
OR libavutil55-3.1.8-8 is installed
OR libpostproc-devel-3.1.8-8 is installed
OR libpostproc54-3.1.8-8 is installed
OR libswresample-devel-3.1.8-8 is installed
OR libswresample2-3.1.8-8 is installed
OR libswscale-devel-3.1.8-8 is installed
OR libswscale4-3.1.8-8 is installed
 |