| Revision Date: | 2020-12-01 | Version: | 1 | 
| Title: | Security update for the Linux Kernel (Important) | 
| Description: | 
 
 
  The SUSE Linux Enterprise 12 SP 2 kernel was updated to receive various security and bugfixes.
  The following security bugs were fixed:
  - CVE-2019-10638: In the Linux kernel, a device could be tracked by an attacker using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). An attack may be conducted by hosting a crafted web page that uses WebRTC or gQUIC to force UDP traffic to attacker-controlled IP addresses. (bnc#1140575) - CVE-2019-10639: The Linux kernel allowed Information Exposure (partial kernel address disclosure), leading to a KASLR bypass. Specifically, it was possible to extract the KASLR kernel image offset using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). This key contains enough bits from a kernel address (of a static variable) so when the key was extracted (via enumeration), the offset of the kernel image is exposed. This attack can be carried out remotely, by the attacker forcing the target device to send UDP or ICMP (or certain other) traffic to attacker-controlled IP addresses. Forcing a server to send UDP traffic is trivial if the server is a DNS server. ICMP traffic is trivial if the server answers ICMP Echo requests (ping). For client targets, if the target visited the attacker's web page, then WebRTC or gQUIC could be used to force UDP traffic to attacker-controlled IP addresses. NOTE: this attack against KASLR became viable because IP ID generation was changed to have a dependency on an address associated with a network namespace. (bnc#) - CVE-2019-10126: A flaw was found in the Linux kernel that might lead to memory corruption in the marvell mwifiex driver. (bnc#1136935) - CVE-2018-20836: An issue was discovered in the Linux kernel There was a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free. (bnc#1134395) - CVE-2019-11599: The coredump implementation in the Linux kernel did not use locking or other mechanisms to prevent vma layout or vma flags changes while it ran, which allowed local users to obtain sensitive information, cause a denial of service, or possibly have unspecified other impact by triggering a race condition with mmget_not_zero or get_task_mm calls. This is related to fs/userfaultfd.c, mm/mmap.c, fs/proc/task_mmu.c, and drivers/infiniband/core/uverbs_main.c. (bnc#1133738) - CVE-2019-12614: An issue was discovered in dlpar_parse_cc_property in arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel There was an unchecked kstrdup of prop-name, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash). (bnc#) - CVE-2019-12818: An issue was discovered in the Linux kernel The nfc_llcp_build_tlv function in net/nfc/llcp_commands.c may return NULL. If the caller did not check for this, it will trigger a NULL pointer dereference. This will cause denial of service. This affects nfc_llcp_build_gb in net/nfc/llcp_core.c. (bnc#1137194) - CVE-2019-12819: An issue was discovered in the Linux kernel The function __mdiobus_register() in drivers/net/phy/mdio_bus.c called put_device(), which would trigger a fixed_mdio_bus_init use-after-free. This would cause a denial of service. (bnc#1138291) - CVE-2019-12456 a double-fetch bug in _ctl_ioctl_main() could allow local users to create a denial of service (bsc#1136922). - CVE-2019-12380: An issue was discovered in the efi subsystem in the Linux kernel phys_efi_set_virtual_address_map in arch/x86/platform/efi/efi.c and efi_call_phys_prolog in arch/x86/platform/efi/efi_64.c mishandle memory allocation failures. NOTE: This id is disputed as not being an issue because All the code touched by the referenced commit runs only at boot, before any user processes are started. Therefore, there is no possibility for an unprivileged user to control it. (bnc#) - CVE-2019-11487: The Linux kernel allowed page-_refcount reference count to overflow, with resultant use-after-free issues, if about 140 GiB of RAM exists. This is related to fs/fuse/dev.c, fs/pipe.c, fs/splice.c, include/linux/mm.h, include/linux/pipe_fs_i.h, kernel/trace/trace.c, mm/gup.c, and mm/hugetlb.c. It can occur with FUSE requests. (bnc#1133190)
  The following non-security bugs were fixed:
  - Drop multiversion(kernel) from the KMP template (bsc#1127155). - Revert 'KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137).' This reverts commit 4cc83da426b53d47f1fde9328112364eab1e9a19. - sched/fair: Avoid divide by zero when rebalancing domains (bsc#1096254). - x86/cpu: Unify CPU family, model, stepping calculation (bsc#1134701). - x86/entry/64/compat: Fix stack switching for XEN PV (bsc#1108382). - x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/AMD: Fix load of builtin microcode with randomized memory (bsc#1134701). - x86/microcode/AMD: Reload proper initrd start address (bsc#1134701). - x86/microcode/amd: Hand down the CPU family (bsc#1134701). - x86/microcode/amd: Move private inlines to .c and mark local functions static (bsc#1134701). - x86/microcode/intel: Drop stashed AP patch pointer optimization (bsc#1134701). - x86/microcode/intel: Fix allocation size of struct ucode_patch (bsc#1134701). - x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/intel: Remove intel_lib.c (bsc#1134701). - x86/microcode/intel: Remove unused arg of get_matching_model_microcode() (bsc#1134701). - x86/microcode/intel: Rename load_microcode_early() to find_microcode_patch() (bsc#1134701). - x86/microcode/intel: Rename local variables of type struct mc_saved_data (bsc#1134701). - x86/microcode/intel: Rename mc_intel variable to mc (bsc#1134701). - x86/microcode/intel: Rename mc_saved_in_initrd (bsc#1134701). - x86/microcode/intel: Simplify generic_load_microcode() (bsc#1134701). - x86/microcode/intel: Unexport save_mc_for_early() (bsc#1134701). - x86/microcode/intel: Use correct buffer size for saving microcode data (bsc#1134701). - x86/microcode: Collect CPU info on resume (bsc#1134701). - x86/microcode: Export the microcode cache linked list (bsc#1134701). - x86/microcode: Fix loading precedence (bsc#1134701). - x86/microcode: Get rid of find_cpio_data()'s dummy offset arg (bsc#1134701). - x86/microcode: Issue the debug printk on resume only on success (bsc#1134701). - x86/microcode: Rework microcode loading (bsc#1134701). - x86/microcode: Run the AP-loading routine only on the application processors (bsc#1134701).
  | 
| Family: | unix | Class: | patch | 
| Status: |  | Reference(s): | 1002734 1009966 1020950 1024749 1041447 1041470 1045460 1050469 1050896 1063269 1077445 1082063 1082210 1083417 1083420 1083422 1083424 1083426 1096254 1103098 1108382 1109137 1120489 1124729 1124734 1127155 1128378 1133190 1133738 1134395 1134701 1136922 1136935 1137194 1138291 1140575 1145092 1156275 1160968 1162972 1167890 1168930 1171252 1171254 1174633 1174635 1174638 910252 910253 913650 913651 917152 996511 CVE-2014-8116 CVE-2014-8117 CVE-2014-9620 CVE-2014-9621 CVE-2014-9653 CVE-2016-1549 CVE-2016-7586 CVE-2016-7589 CVE-2016-7592 CVE-2016-7599 CVE-2016-7623 CVE-2016-7632 CVE-2016-7635 CVE-2016-7639 CVE-2016-7641 CVE-2016-7645 CVE-2016-7652 CVE-2016-7654 CVE-2016-7656 CVE-2017-2350 CVE-2017-2354 CVE-2017-2355 CVE-2017-2356 CVE-2017-2362 CVE-2017-2363 CVE-2017-2364 CVE-2017-2365 CVE-2017-2366 CVE-2017-2369 CVE-2017-2371 CVE-2017-2373 CVE-2017-2496 CVE-2017-2510 CVE-2017-2538 CVE-2017-2539 CVE-2017-7018 CVE-2017-7030 CVE-2017-7034 CVE-2017-7037 CVE-2017-7039 CVE-2017-7046 CVE-2017-7048 CVE-2017-7055 CVE-2017-7056 CVE-2017-7061 CVE-2017-7064 CVE-2017-9263 CVE-2017-9265 CVE-2018-20217 CVE-2018-20836 CVE-2018-5391 CVE-2018-7170 CVE-2018-7182 CVE-2018-7183 CVE-2018-7184 CVE-2018-7185 CVE-2019-10126 CVE-2019-10208 CVE-2019-10638 CVE-2019-10639 CVE-2019-11487 CVE-2019-11599 CVE-2019-12380 CVE-2019-12456 CVE-2019-12614 CVE-2019-12818 CVE-2019-12819 CVE-2019-14869 CVE-2019-6974 CVE-2019-7221 CVE-2019-9213 CVE-2020-12653 CVE-2020-12654 CVE-2020-14345 CVE-2020-14346 CVE-2020-14347 CVE-2020-2583 CVE-2020-2593 CVE-2020-2604 CVE-2020-2659 CVE-2020-5260 SUSE-SU-2017:2212-1 SUSE-SU-2017:2933-1 SUSE-SU-2017:3048-1 SUSE-SU-2019:1823-1 SUSE-SU-2019:2158-1 SUSE-SU-2020:0456-1 SUSE-SU-2020:0992-1
  | 
| Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.1 NonFree openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 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 Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 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 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-SECURITY 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-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS 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-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 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11-SECURITY 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-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-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 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 Linux Enterprise Workstation Extension 12 SP5 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 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
  | Product(s): |  | 
| Definition Synopsis | 
| openSUSE Leap 42.1 is installed AND Package Information
sudo-1.8.10p3-5.1 is installed
OR sudo-devel-1.8.10p3-5.1 is installed
OR sudo-test-1.8.10p3-5.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
libXfixes-devel-5.0.1-8.1 is installed
OR libXfixes3-5.0.1-8.1 is installed
OR libXfixes3-32bit-5.0.1-8.1 is installed
 | 
| Definition Synopsis | 
| SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
openstack-ceilometer-2014.2.4.dev18-3 is installed
OR openstack-ceilometer-agent-compute-2014.2.4.dev18-3 is installed
OR openstack-neutron-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-dhcp-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-ha-tool-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-l3-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-lbaas-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-linuxbridge-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-metadata-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-metering-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-openvswitch-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-vpn-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-nova-2014.2.4~a0~dev61-6 is installed
OR openstack-nova-compute-2014.2.4~a0~dev61-6 is installed
OR openstack-suse-2014.2-5 is installed
OR openstack-suse-sudo-2014.2-5 is installed
OR python-ceilometer-2014.2.4.dev18-3 is installed
OR python-neutron-2014.2.4~a0~dev78-7 is installed
OR python-nova-2014.2.4~a0~dev61-6 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.9-0.3.1 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7.85 is installed
OR MozillaFirefox-translations-10.0.9-0.3.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND binutils-2.23.1-0.23.15 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.22.1 is installed
OR bind-libs-9.9.6P1-0.22.1 is installed
OR bind-libs-32bit-9.9.6P1-0.22.1 is installed
OR bind-utils-9.9.6P1-0.22.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 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 Desktop 12 SP1 is installed
AND Package Information
krb5-1.12.1-22.5 is installed
OR krb5-32bit-1.12.1-22.5 is installed
OR krb5-client-1.12.1-22.5 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libX11-1.6.2-11.1 is installed
OR libX11-6-1.6.2-11.1 is installed
OR libX11-6-32bit-1.6.2-11.1 is installed
OR libX11-data-1.6.2-11.1 is installed
OR libX11-xcb1-1.6.2-11.1 is installed
OR libX11-xcb1-32bit-1.6.2-11.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
python3-3.4.6-24 is installed
OR python3-curses-3.4.6-24 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND libXp6-32bit-1.0.3-1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Development Tools 15 is installed
AND jython-2.2.1-4 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 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
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
dhcp-3.1.3.ESV-0.17 is installed
OR dhcp-client-3.1.3.ESV-0.17 is installed
OR dhcp-relay-3.1.3.ESV-0.17 is installed
OR dhcp-server-3.1.3.ESV-0.17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
dhcp-3.1.3.ESV-0.17 is installed
OR dhcp-client-3.1.3.ESV-0.17 is installed
OR dhcp-relay-3.1.3.ESV-0.17 is installed
OR dhcp-server-3.1.3.ESV-0.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
dhcp-3.1.3.ESV-0.17 is installed
OR dhcp-client-3.1.3.ESV-0.17 is installed
OR dhcp-relay-3.1.3.ESV-0.17 is installed
OR dhcp-server-3.1.3.ESV-0.17 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
libsoup-2_4-1-2.28.2-0.1 is installed
OR libsoup-2_4-1-32bit-2.28.2-0.1 is installed
OR libsoup-2_4-1-x86-2.28.2-0.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA 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 SP1-TERADATA 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 | 
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
OR dhcp-relay-4.2.4.P2-0.11.13 is installed
OR dhcp-server-4.2.4.P2-0.11.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
OR dhcp-relay-4.2.4.P2-0.11.13 is installed
OR dhcp-server-4.2.4.P2-0.11.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
OR dhcp-relay-4.2.4.P2-0.11.13 is installed
OR dhcp-server-4.2.4.P2-0.11.13 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0-0.3 is installed
OR MozillaFirefox-translations-10.0-0.3 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libasm1-32bit-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libdw1-x86-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libebl1-x86-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
OR libelf1-x86-0.152-4.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libasm1-32bit-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libdw1-x86-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libebl1-x86-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
OR libelf1-x86-0.152-4.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libasm1-32bit-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libdw1-x86-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libebl1-x86-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
OR libelf1-x86-0.152-4.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libasm1-32bit-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libdw1-x86-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libebl1-x86-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
OR libelf1-x86-0.152-4.9 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libasm1-32bit-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libdw1-x86-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libebl1-x86-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
OR libelf1-x86-0.152-4.9 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 11 SP3-TERADATA 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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND kvm-1.4.2-37 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.99 is installed
OR kernel-bigsmp-base-3.0.101-0.47.99 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.99 is installed
OR kernel-default-3.0.101-0.47.99 is installed
OR kernel-default-base-3.0.101-0.47.99 is installed
OR kernel-default-devel-3.0.101-0.47.99 is installed
OR kernel-default-man-3.0.101-0.47.99 is installed
OR kernel-ec2-3.0.101-0.47.99 is installed
OR kernel-ec2-base-3.0.101-0.47.99 is installed
OR kernel-ec2-devel-3.0.101-0.47.99 is installed
OR kernel-pae-3.0.101-0.47.99 is installed
OR kernel-pae-base-3.0.101-0.47.99 is installed
OR kernel-pae-devel-3.0.101-0.47.99 is installed
OR kernel-source-3.0.101-0.47.99 is installed
OR kernel-syms-3.0.101-0.47.99 is installed
OR kernel-trace-3.0.101-0.47.99 is installed
OR kernel-trace-base-3.0.101-0.47.99 is installed
OR kernel-trace-devel-3.0.101-0.47.99 is installed
OR kernel-xen-3.0.101-0.47.99 is installed
OR kernel-xen-base-3.0.101-0.47.99 is installed
OR kernel-xen-devel-3.0.101-0.47.99 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.99 is installed
OR kernel-bigsmp-base-3.0.101-0.47.99 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.99 is installed
OR kernel-default-3.0.101-0.47.99 is installed
OR kernel-default-base-3.0.101-0.47.99 is installed
OR kernel-default-devel-3.0.101-0.47.99 is installed
OR kernel-default-man-3.0.101-0.47.99 is installed
OR kernel-ec2-3.0.101-0.47.99 is installed
OR kernel-ec2-base-3.0.101-0.47.99 is installed
OR kernel-ec2-devel-3.0.101-0.47.99 is installed
OR kernel-pae-3.0.101-0.47.99 is installed
OR kernel-pae-base-3.0.101-0.47.99 is installed
OR kernel-pae-devel-3.0.101-0.47.99 is installed
OR kernel-source-3.0.101-0.47.99 is installed
OR kernel-syms-3.0.101-0.47.99 is installed
OR kernel-trace-3.0.101-0.47.99 is installed
OR kernel-trace-base-3.0.101-0.47.99 is installed
OR kernel-trace-devel-3.0.101-0.47.99 is installed
OR kernel-xen-3.0.101-0.47.99 is installed
OR kernel-xen-base-3.0.101-0.47.99 is installed
OR kernel-xen-devel-3.0.101-0.47.99 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
apache2-2.2.34-70.12.1 is installed
OR apache2-devel-2.2.34-70.12.1 is installed
OR apache2-doc-2.2.34-70.12.1 is installed
OR apache2-example-pages-2.2.34-70.12.1 is installed
OR apache2-prefork-2.2.34-70.12.1 is installed
OR apache2-utils-2.2.34-70.12.1 is installed
OR apache2-worker-2.2.34-70.12.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.59 is installed
OR libMagickCore1-6.4.3.6-78.59 is installed
OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.59 is installed
OR libMagickCore1-6.4.3.6-78.59 is installed
OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
g3utils-1.1.36-26 is installed
OR mgetty-1.1.36-26 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.3 is installed
OR openssl1-1.0.1g-0.58.3 is installed
OR openssl1-doc-1.0.1g-0.58.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.3 is installed
OR openssl1-1.0.1g-0.58.3 is installed
OR openssl1-doc-1.0.1g-0.58.3 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libcurl4-openssl1-7.19.7-0.38 is installed
OR libcurl4-openssl1-32bit-7.19.7-0.38 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
xscreensaver-5.22-7 is installed
OR xscreensaver-data-5.22-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
xscreensaver-5.22-7 is installed
OR xscreensaver-data-5.22-7 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
libXt6-1.1.4-3 is installed
OR libXt6-32bit-1.1.4-3 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libldap-2_4-2-2.4.41-18.13 is installed
OR libldap-2_4-2-32bit-2.4.41-18.13 is installed
OR openldap2-2.4.41-18.13 is installed
OR openldap2-back-meta-2.4.41-18.13 is installed
OR openldap2-client-2.4.41-18.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libldap-2_4-2-2.4.41-18.13 is installed
OR libldap-2_4-2-32bit-2.4.41-18.13 is installed
OR openldap2-2.4.41-18.13 is installed
OR openldap2-back-meta-2.4.41-18.13 is installed
OR openldap2-client-2.4.41-18.13 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
apache2-2.4.16-5 is installed
OR apache2-doc-2.4.16-5 is installed
OR apache2-example-pages-2.4.16-5 is installed
OR apache2-prefork-2.4.16-5 is installed
OR apache2-utils-2.4.16-5 is installed
OR apache2-worker-2.4.16-5 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.48 is installed
OR kernel-default-base-3.12.74-60.64.48 is installed
OR kernel-default-devel-3.12.74-60.64.48 is installed
OR kernel-default-man-3.12.74-60.64.48 is installed
OR kernel-devel-3.12.74-60.64.48 is installed
OR kernel-macros-3.12.74-60.64.48 is installed
OR kernel-source-3.12.74-60.64.48 is installed
OR kernel-syms-3.12.74-60.64.48 is installed
OR kernel-xen-3.12.74-60.64.48 is installed
OR kernel-xen-base-3.12.74-60.64.48 is installed
OR kernel-xen-devel-3.12.74-60.64.48 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.48 is installed
OR kernel-default-base-3.12.74-60.64.48 is installed
OR kernel-default-devel-3.12.74-60.64.48 is installed
OR kernel-default-man-3.12.74-60.64.48 is installed
OR kernel-devel-3.12.74-60.64.48 is installed
OR kernel-macros-3.12.74-60.64.48 is installed
OR kernel-source-3.12.74-60.64.48 is installed
OR kernel-syms-3.12.74-60.64.48 is installed
OR kernel-xen-3.12.74-60.64.48 is installed
OR kernel-xen-base-3.12.74-60.64.48 is installed
OR kernel-xen-devel-3.12.74-60.64.48 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_40-default-2-3.1 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-2-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_15-2-3.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP2 is installed
AND autofs-5.0.9-21 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.60-38.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.60-38.47 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.60-38.47 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kernel-default-4.4.121-92.117 is installed
OR kernel-default-base-4.4.121-92.117 is installed
OR kernel-default-devel-4.4.121-92.117 is installed
OR kernel-default-man-4.4.121-92.117 is installed
OR kernel-devel-4.4.121-92.117 is installed
OR kernel-macros-4.4.121-92.117 is installed
OR kernel-source-4.4.121-92.117 is installed
OR kernel-syms-4.4.121-92.117 is installed
OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kernel-default-4.4.121-92.117 is installed
OR kernel-default-base-4.4.121-92.117 is installed
OR kernel-default-devel-4.4.121-92.117 is installed
OR kernel-default-man-4.4.121-92.117 is installed
OR kernel-devel-4.4.121-92.117 is installed
OR kernel-macros-4.4.121-92.117 is installed
OR kernel-source-4.4.121-92.117 is installed
OR kernel-syms-4.4.121-92.117 is installed
OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND openvswitch-2.7.0-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND openvswitch-2.7.0-3.3 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
apache2-mod_apparmor-2.8.2-49 is installed
OR apparmor-docs-2.8.2-49 is installed
OR apparmor-parser-2.8.2-49 is installed
OR apparmor-profiles-2.8.2-49 is installed
OR apparmor-utils-2.8.2-49 is installed
OR libapparmor1-2.8.2-49 is installed
OR libapparmor1-32bit-2.8.2-49 is installed
OR pam_apparmor-2.8.2-49 is installed
OR pam_apparmor-32bit-2.8.2-49 is installed
OR perl-apparmor-2.8.2-49 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libdcerpc-binding0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-doc-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libdcerpc-binding0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-doc-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-32bit-4.6.16+git.169.064abe062be-3.46 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS 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 SP3-ESPOS 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 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_97-default-3-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_97-default-3-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-3-2 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libssh2-1-1.4.3-20.6 is installed
OR libssh2-1-32bit-1.4.3-20.6 is installed
OR libssh2_org-1.4.3-20.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libssh2-1-1.4.3-20.6 is installed
OR libssh2-1-32bit-1.4.3-20.6 is installed
OR libssh2_org-1.4.3-20.6 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP4 is installed
AND cifs-utils-6.5-9.3 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
MozillaFirefox-68.2.0-109.95 is installed
OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
MozillaFirefox-68.2.0-109.95 is installed
OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_31-default-6-5 is installed
OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
OR kgraft-patch-SLE12_Update_9-6-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_31-default-6-5 is installed
OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
OR kgraft-patch-SLE12_Update_9-6-5 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_90-92_50-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_15-7-2 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
gtk2-devel-2.18.9-0.23 is installed
OR gtk2-devel-32bit-2.18.9-0.23 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND libsndfile-devel-1.0.20-2.6 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
dbus-1-devel-1.2.10-3.31 is installed
OR dbus-1-devel-doc-1.2.10-3.31 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.425-19 is installed
OR flash-player-gnome-11.2.202.425-19 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gtk2-2.24.24-3 is installed
OR typelib-1_0-Gtk-2_0-2.24.24-3 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcsclite1-32bit-1.8.10-6 is installed
OR pcsc-lite-1.8.10-6 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libreoffice-5.4.5.1-43.19 is installed
OR libreoffice-base-5.4.5.1-43.19 is installed
OR libreoffice-base-drivers-mysql-5.4.5.1-43.19 is installed
OR libreoffice-base-drivers-postgresql-5.4.5.1-43.19 is installed
OR libreoffice-calc-5.4.5.1-43.19 is installed
OR libreoffice-calc-extensions-5.4.5.1-43.19 is installed
OR libreoffice-draw-5.4.5.1-43.19 is installed
OR libreoffice-filters-optional-5.4.5.1-43.19 is installed
OR libreoffice-gnome-5.4.5.1-43.19 is installed
OR libreoffice-icon-theme-galaxy-5.4.5.1-43.19 is installed
OR libreoffice-icon-theme-tango-5.4.5.1-43.19 is installed
OR libreoffice-impress-5.4.5.1-43.19 is installed
OR libreoffice-l10n-af-5.4.5.1-43.19 is installed
OR libreoffice-l10n-ar-5.4.5.1-43.19 is installed
OR libreoffice-l10n-bg-5.4.5.1-43.19 is installed
OR libreoffice-l10n-ca-5.4.5.1-43.19 is installed
OR libreoffice-l10n-cs-5.4.5.1-43.19 is installed
OR libreoffice-l10n-da-5.4.5.1-43.19 is installed
OR libreoffice-l10n-de-5.4.5.1-43.19 is installed
OR libreoffice-l10n-en-5.4.5.1-43.19 is installed
OR libreoffice-l10n-es-5.4.5.1-43.19 is installed
OR libreoffice-l10n-fi-5.4.5.1-43.19 is installed
OR libreoffice-l10n-fr-5.4.5.1-43.19 is installed
OR libreoffice-l10n-gu-5.4.5.1-43.19 is installed
OR libreoffice-l10n-hi-5.4.5.1-43.19 is installed
OR libreoffice-l10n-hr-5.4.5.1-43.19 is installed
OR libreoffice-l10n-hu-5.4.5.1-43.19 is installed
OR libreoffice-l10n-it-5.4.5.1-43.19 is installed
OR libreoffice-l10n-ja-5.4.5.1-43.19 is installed
OR libreoffice-l10n-ko-5.4.5.1-43.19 is installed
OR libreoffice-l10n-lt-5.4.5.1-43.19 is installed
OR libreoffice-l10n-nb-5.4.5.1-43.19 is installed
OR libreoffice-l10n-nl-5.4.5.1-43.19 is installed
OR libreoffice-l10n-nn-5.4.5.1-43.19 is installed
OR libreoffice-l10n-pl-5.4.5.1-43.19 is installed
OR libreoffice-l10n-pt_BR-5.4.5.1-43.19 is installed
OR libreoffice-l10n-pt_PT-5.4.5.1-43.19 is installed
OR libreoffice-l10n-ro-5.4.5.1-43.19 is installed
OR libreoffice-l10n-ru-5.4.5.1-43.19 is installed
OR libreoffice-l10n-sk-5.4.5.1-43.19 is installed
OR libreoffice-l10n-sv-5.4.5.1-43.19 is installed
OR libreoffice-l10n-uk-5.4.5.1-43.19 is installed
OR libreoffice-l10n-xh-5.4.5.1-43.19 is installed
OR libreoffice-l10n-zh_CN-5.4.5.1-43.19 is installed
OR libreoffice-l10n-zh_TW-5.4.5.1-43.19 is installed
OR libreoffice-l10n-zu-5.4.5.1-43.19 is installed
OR libreoffice-mailmerge-5.4.5.1-43.19 is installed
OR libreoffice-math-5.4.5.1-43.19 is installed
OR libreoffice-officebean-5.4.5.1-43.19 is installed
OR libreoffice-pyuno-5.4.5.1-43.19 is installed
OR libreoffice-writer-5.4.5.1-43.19 is installed
OR libreoffice-writer-extensions-5.4.5.1-43.19 is installed
OR libreofficekit-5.4.5.1-43.19 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
python-base-2.7.13-28.26 is installed
OR python-devel-2.7.13-28.26 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND python-reportlab-2.7-3.3 is installed
 | 
| Definition Synopsis | 
| SUSE OpenStack Cloud 5 is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.79.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79.1 is installed
OR kernel-default-3.0.101-0.47.79.1 is installed
OR kernel-default-base-3.0.101-0.47.79.1 is installed
OR kernel-default-devel-3.0.101-0.47.79.1 is installed
OR kernel-ec2-3.0.101-0.47.79.1 is installed
OR kernel-ec2-base-3.0.101-0.47.79.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.79.1 is installed
OR kernel-source-3.0.101-0.47.79.1 is installed
OR kernel-syms-3.0.101-0.47.79.1 is installed
OR kernel-trace-3.0.101-0.47.79.1 is installed
OR kernel-trace-base-3.0.101-0.47.79.1 is installed
OR kernel-trace-devel-3.0.101-0.47.79.1 is installed
OR kernel-xen-3.0.101-0.47.79.1 is installed
OR kernel-xen-base-3.0.101-0.47.79.1 is installed
OR kernel-xen-devel-3.0.101-0.47.79.1 is installed
 | 
| Definition Synopsis | 
| SUSE OpenStack Cloud 6 is installed
AND apache2-mod_wsgi-4.4.13-1.1 is installed
 | 
| Definition Synopsis | 
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.4.0-12 is installed
OR MozillaThunderbird-buildsymbols-45.4.0-12 is installed
OR MozillaThunderbird-devel-45.4.0-12 is installed
OR MozillaThunderbird-translations-common-45.4.0-12 is installed
OR MozillaThunderbird-translations-other-45.4.0-12 is installed
 | 
| Definition Synopsis | 
| SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
ffmpeg2-2.8.12-15 is installed
OR ffmpeg2-devel-2.8.12-15 is installed
OR libavcodec56-2.8.12-15 is installed
OR libavdevice56-2.8.12-15 is installed
OR libavfilter5-2.8.12-15 is installed
OR libavformat56-2.8.12-15 is installed
OR libavresample2-2.8.12-15 is installed
OR libavutil54-2.8.12-15 is installed
OR libpostproc53-2.8.12-15 is installed
OR libswresample1-2.8.12-15 is installed
OR libswscale3-2.8.12-15 is installed
 | 
| Definition Synopsis | 
| SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-63.0.3239.84-40 is installed
OR chromium-63.0.3239.84-40 is installed
 | 
| Definition Synopsis | 
| SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-75.0.3770.90-2 is installed
OR chromium-75.0.3770.90-2 is installed
 |