Oval Definition:oval:org.opensuse.security:def:20926
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:





The SUSE Linux Enterprise 12 SP1 LTSS kernel was updated to receive various security and bugfixes.

Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331)

- CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS) - CVE-2018-12127: Microarchitectural Fill Buffer Data Sampling (MFBDS) - CVE-2018-12130: Microarchitectural Load Port Data Samling (MLPDS) - CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM)

This kernel update contains software mitigations for these issues, which also utilize CPU microcode updates shipped in parallel.

For more information on this set of information leaks, check out https://www.suse.com/support/kb/doc/?id=7023736

The following security bugs were fixed:

- CVE-2016-10741: fs/xfs/xfs_aops.c allowed local users to cause a denial of service (system crash) because there is a race condition between direct and memory-mapped I/O (associated with a hole) that is handled with BUG_ON instead of an I/O failure (bnc#1114920 bnc#1124010). - CVE-2017-1000407: By flooding the diagnostic port 0x80 an exception can be triggered leading to a kernel panic (bnc#1071021). - CVE-2017-16533: The usbhid_parse function in drivers/hid/usbhid/hid-core.c allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066674). - CVE-2017-7273: The cp_report_fixup function in drivers/hid/hid-cypress.c allowed physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report (bnc#1031240). - CVE-2017-7472: The KEYS subsystem allowed local users to cause a denial of service (memory consumption) via a series of KEY_REQKEY_DEFL_THREAD_KEYRING keyctl_set_reqkey_keyring calls (bnc#1034862). - CVE-2018-14633: A security flaw was found in the chap_server_compute_md5() function in the ISCSI target code in the Linux kernel in a way an authentication request from an ISCSI initiator is processed. An unauthenticated remote attacker can cause a stack buffer overflow and smash up to 17 bytes of the stack. The attack requires the iSCSI target to be enabled on the victim host. Depending on how the target's code was built (i.e. depending on a compiler, compile flags and hardware architecture) an attack may lead to a system crash and thus to a denial-of-service or possibly to a non-authorized access to data exported by an iSCSI target. (bnc#1107829). - CVE-2018-15572: The spectre_v2_select_mitigation function in arch/x86/kernel/cpu/bugs.c did not always fill RSB upon a context switch, which made it easier for attackers to conduct userspace-userspace spectreRSB attacks (bnc#1102517 bnc#1105296). - CVE-2018-16884: NFS41+ shares mounted in different network namespaces at the same time can make bc_svc_process() use wrong back-channel IDs and cause a use-after-free vulnerability. Thus a malicious container user can cause a host kernel memory corruption and a system panic. Due to the nature of the flaw, privilege escalation cannot be fully ruled out (bnc#1119946). - CVE-2018-18281: The mremap() syscall performed TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused. (bnc#1113769). - CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825). - CVE-2018-18690: A local attacker able to set attributes on an xfs filesystem could make this filesystem non-operational until the next mount by triggering an unchecked error condition during an xfs attribute change, because xfs_attr_shortform_addname in fs/xfs/libxfs/xfs_attr.c mishandled ATTR_REPLACE operations with conversion of an attr from short to long form (bnc#1105025). - CVE-2018-18710: An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751). - CVE-2018-19407: The vcpu_scan_ioapic function in arch/x86/kvm/x86.c allowed local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized (bnc#1116841). - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152). - CVE-2018-19985: The function hso_get_config_data in drivers/net/usb/hso.c read if_num from the USB device (as a u8) and uses it to index a small array, resulting in an object out-of-bounds (OOB) read that potentially allowed arbitrary read in the kernel address space (bnc#1120743). - CVE-2018-20169: The USB subsystem mishandled size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bnc#1119714). - CVE-2018-5391: The Linux kernel was vulnerable to a denial of service attack with low rates of specially modified packets targeting IP fragment re-assembly. An attacker may cause a denial of service condition by sending specially crafted IP fragments. Various vulnerabilities in IP fragmentation have been discovered and fixed over the years. The current vulnerability (CVE-2018-5391) became exploitable in the Linux kernel with the increase of the IP fragment reassembly queue size (bnc#1103097). - CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. (bnc#1108498). - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory corruption due to type confusion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. (bnc#1118319). - CVE-2019-11486: The Siemens R3964 line discipline driver in drivers/tty/n_r3964.c had multiple race conditions (bnc#1133188). The line discipline was disabled. - CVE-2019-3459: A heap address information leak while using L2CAP_GET_CONF_OPT was discovered (bnc#1120758). - CVE-2019-3460: A heap data infoleak in multiple locations including L2CAP_PARSE_CONF_RSP was found (bnc#1120758). - CVE-2019-3882: A flaw was found vfio interface implementation that permitted violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, it may cause a system memory exhaustion and thus a denial of service (DoS). (bnc#1131416 bnc#1131427). - CVE-2019-6974: kvm_ioctl_create_device in virt/kvm/kvm_main.c mishandled reference counting because of a race condition, leading to a use-after-free (bnc#1124728). - CVE-2019-7221: The KVM implementation had a Use-after-Free (bnc#1124732). - CVE-2019-7222: The KVM implementation had an Information Leak (bnc#1124735). - CVE-2019-9213: expand_downwards in mm/mmap.c lacked a check for the mmap minimum address, which made it easier for attackers to exploit kernel NULL pointer dereferences on non-SMAP platforms. This is related to a capability check for the wrong task (bnc#1128166). - CVE-2019-9503: Multiple brcmfmac frame validation bypasses have been fixed (bnc#1132828).

The following non-security bugs were fixed:

- cifs: Check for timeout on Negotiate stage (bsc#1091171 bsc#1126890). - fix pgd underflow (bnc#1104475) (bsc#1104475, bsc#1110768). - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID (bsc#1111331). - locking/atomics, asm-generic: Move some macros from to a new file (bsc#1111331). - net: ipv4: do not handle duplicate fragments as overlapping (bsc#1116345). - sched/core: Optimize SCHED_SMT (bsc#1111331) - sched/smt: Expose sched_smt_present static key (bsc#1106913). - sched/smt: Make sched_smt_present track topology (bsc#1106913). - sched/smt: Update sched_smt_present at runtime (bsc#1111331) - tcp: prevent bogus FRTO undos with non-SACK flows (bsc#1086535). - x86/bugs: Rename SSBD_NO to SSB_NO (bsc#1111331) - x86/cpu: Sanitize FAM6_ATOM naming (bsc#1111331). - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests (bsc#1111331). - x86/kvm/vmx: Add MDS protection when L1D Flush is not active (bsc#1111331). - x86/mce: Improve error message when kernel cannot recover, p2 (bsc#1114648). - x86/msr-index: Cleanup bit defines (bsc#1111331). - x86/spec_ctrl: Fix spec_ctrl reporting (bsc#1106913, bsc#1111516). - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak (bsc#1106913). - x86/speculation: Consolidate CPU whitelists (bsc#1111331). - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation (bsc#1106913). - x86/speculation/mds: Add basic bug infrastructure for MDS (bsc#1111331). - x86/speculation/mds: Add BUG_MSBDS_ONLY (bsc#1111331). - x86/speculation/mds: Add mds_clear_cpu_buffers() (bsc#1111331). - x86/speculation/mds: Add mitigation control for MDS (bsc#1111331). - x86/speculation/mds: Add mitigation mode VMWERV (bsc#1111331). - x86/speculation/mds: Add sysfs reporting for MDS (bsc#1111331). - x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331). - x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331). - x86/speculation: Remove redundant arch_smt_update() invocation (bsc#1111331). - x86/speculation: Rework SMT state change (bsc#1111331). - x86/speculation: Simplify the CPU bug detection logic (bsc#1111331). - x86/uaccess: Do not leak the AC flag into __put_user() value evaluation (bsc#1114648). - xfs: do not BUG() on mixed direct and mapped I/O (bsc#1114920). - xfs: fix quotacheck dquot id overflow infinite loop (bsc#1121621). - xfs: stop searching for free slots in an inode chunk when there are none (bsc#1115007). - xfs: xfs_iget_check_free_state: Use correct sign for errors (bsc#1122015, bsc#1100001). - xfs: validate sb_logsunit is a multiple of the fs blocksize (bsc#1115038).
Family:unixClass:patch
Status:Reference(s):1027519
1028103
1031240
1034862
1035807
1036457
1043983
1048072
1055265
1056286
1056782
1058754
1058755
1058757
1062452
1066674
1069607
1069632
1071021
1072834
1073002
1074562
1077291
1078782
1079600
1080635
1080662
1082007
1082008
1082009
1082010
1082011
1082014
1082058
1086535
1087066
1087251
1087433
1087434
1087436
1087437
1087440
1087441
1088268
1090023
1090024
1090025
1090026
1090027
1090028
1090029
1090030
1090032
1090033
1090036
1091171
1094825
1097356
1100001
1102517
1103097
1104475
1105025
1105296
1106913
1107829
1108498
1110279
1110768
1111331
1111516
1112530
1112532
1113751
1113769
1114648
1114920
1115007
1115038
1116345
1116841
1116998
1118152
1118319
1119714
1119946
1120743
1120758
1121621
1122015
1123161
1123823
1123828
1123832
1124010
1124728
1124732
1124735
1126890
1128166
1130611
1130617
1130620
1130622
1130623
1130627
1131416
1131427
1132828
1133188
1133191
1136446
1137597
1148987
1152990
1152992
1152994
1152995
1168630
1171517
1172275
1178171
945190
CVE-2014-3577
CVE-2015-5262
CVE-2015-9096
CVE-2016-10244
CVE-2016-10741
CVE-2016-2339
CVE-2016-7798
CVE-2017-0861
CVE-2017-0898
CVE-2017-0899
CVE-2017-0900
CVE-2017-0901
CVE-2017-0902
CVE-2017-0903
CVE-2017-1000407
CVE-2017-10784
CVE-2017-14033
CVE-2017-14064
CVE-2017-16533
CVE-2017-17405
CVE-2017-17742
CVE-2017-17790
CVE-2017-5715
CVE-2017-5753
CVE-2017-5754
CVE-2017-7273
CVE-2017-7472
CVE-2017-7864
CVE-2017-8105
CVE-2017-8287
CVE-2017-9228
CVE-2017-9229
CVE-2018-1000073
CVE-2018-1000074
CVE-2018-1000075
CVE-2018-1000076
CVE-2018-1000077
CVE-2018-1000078
CVE-2018-1000079
CVE-2018-1000199
CVE-2018-12126
CVE-2018-12127
CVE-2018-12130
CVE-2018-14633
CVE-2018-15572
CVE-2018-16395
CVE-2018-16396
CVE-2018-16884
CVE-2018-18281
CVE-2018-18386
CVE-2018-18690
CVE-2018-18710
CVE-2018-19407
CVE-2018-19824
CVE-2018-19985
CVE-2018-20169
CVE-2018-20748
CVE-2018-20749
CVE-2018-20750
CVE-2018-2790
CVE-2018-2794
CVE-2018-2795
CVE-2018-2796
CVE-2018-2797
CVE-2018-2798
CVE-2018-2799
CVE-2018-2800
CVE-2018-2814
CVE-2018-2815
CVE-2018-4191
CVE-2018-4197
CVE-2018-4207
CVE-2018-4208
CVE-2018-4209
CVE-2018-4210
CVE-2018-4212
CVE-2018-4213
CVE-2018-4261
CVE-2018-4262
CVE-2018-4263
CVE-2018-4264
CVE-2018-4265
CVE-2018-4266
CVE-2018-4267
CVE-2018-4270
CVE-2018-4272
CVE-2018-4273
CVE-2018-4278
CVE-2018-4284
CVE-2018-4299
CVE-2018-4306
CVE-2018-4309
CVE-2018-4312
CVE-2018-4314
CVE-2018-4315
CVE-2018-4316
CVE-2018-4317
CVE-2018-4318
CVE-2018-4319
CVE-2018-4323
CVE-2018-4328
CVE-2018-4345
CVE-2018-4358
CVE-2018-4359
CVE-2018-4361
CVE-2018-4372
CVE-2018-4373
CVE-2018-4375
CVE-2018-4376
CVE-2018-4378
CVE-2018-4382
CVE-2018-4386
CVE-2018-4392
CVE-2018-4416
CVE-2018-5089
CVE-2018-5091
CVE-2018-5095
CVE-2018-5096
CVE-2018-5097
CVE-2018-5098
CVE-2018-5099
CVE-2018-5102
CVE-2018-5103
CVE-2018-5104
CVE-2018-5117
CVE-2018-5391
CVE-2018-5848
CVE-2018-6914
CVE-2018-7540
CVE-2018-7541
CVE-2018-8777
CVE-2018-8778
CVE-2018-8779
CVE-2018-8780
CVE-2018-9516
CVE-2018-9568
CVE-2019-11091
CVE-2019-11477
CVE-2019-11478
CVE-2019-11486
CVE-2019-11487
CVE-2019-13627
CVE-2019-15845
CVE-2019-16201
CVE-2019-16254
CVE-2019-16255
CVE-2019-3459
CVE-2019-3460
CVE-2019-3846
CVE-2019-3882
CVE-2019-6974
CVE-2019-7221
CVE-2019-7222
CVE-2019-8320
CVE-2019-8321
CVE-2019-8322
CVE-2019-8323
CVE-2019-8324
CVE-2019-8325
CVE-2019-8564
CVE-2019-9213
CVE-2019-9503
CVE-2020-10663
CVE-2020-6819
CVE-2020-6820
SUSE-SU-2018:0374-1
SUSE-SU-2018:0414-1
SUSE-SU-2018:0909-1
SUSE-SU-2018:1268-1
SUSE-SU-2018:1690-2
SUSE-SU-2019:0059-1
SUSE-SU-2019:0313-1
SUSE-SU-2019:1289-1
SUSE-SU-2019:2510-1
SUSE-SU-2020:0928-1
SUSE-SU-2020:1570-1
SUSE-SU-2020:3149-1
Platform(s):openSUSE Leap 42.2
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 High Availability Extension 11 SP2
SUSE Linux Enterprise High Availability Extension 11 SP4
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-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-CLIENT-TOOLS
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 SP4-CLIENT-TOOLS
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-CLIENT-TOOLS
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 SP4-CLIENT-TOOLS
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 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 Leap 42.2 is installed
  • AND Package Information
  • graphite2-devel-1.3.1-3.6 is installed
  • OR libgraphite2-3-1.3.1-3.6 is installed
  • OR libgraphite2-3-32bit-1.3.1-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND telepathy-idle-0.1.5-1.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.12 is installed
  • OR bind-libs-9.9.6P1-0.12 is installed
  • OR bind-libs-32bit-9.9.6P1-0.12 is installed
  • OR bind-utils-9.9.6P1-0.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.57 is installed
  • OR libgnutls26-2.4.1-24.39.57 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.57 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • xen-4.4.1_06-2 is installed
  • OR xen-kmp-default-4.4.1_06_k3.12.28_4-2 is installed
  • OR xen-libs-4.4.1_06-2 is installed
  • OR xen-libs-32bit-4.4.1_06-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND bogofilter-1.2.4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-81.1 is installed
  • OR MozillaFirefox-translations-45.4.0esr-81.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • gstreamer-1.8.3-9.5 is installed
  • OR gstreamer-lang-1.8.3-9.5 is installed
  • OR gstreamer-utils-1.8.3-9.5 is installed
  • OR libgstreamer-1_0-0-1.8.3-9.5 is installed
  • OR libgstreamer-1_0-0-32bit-1.8.3-9.5 is installed
  • OR typelib-1_0-Gst-1_0-1.8.3-9.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
  • AND lighttpd-1.4.20-2.52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.57 is installed
  • OR libgnutls-extra26-2.4.1-24.39.57 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND apache2-mod_wsgi-4.4.13-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND atftp-0.7.0-135.23.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • cluster-network-1.4-2.32.2 is installed
  • OR cluster-network-kmp-rt-1.4_3.0.101_rt130_68-2.32.2 is installed
  • OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_68-2.32.2 is installed
  • OR drbd-kmp-8.4.4-0.27.2 is installed
  • OR drbd-kmp-rt-8.4.4_3.0.101_rt130_68-0.27.2 is installed
  • OR drbd-kmp-rt_trace-8.4.4_3.0.101_rt130_68-0.27.2 is installed
  • OR gfs2-2-0.24.2 is installed
  • OR gfs2-kmp-rt-2_3.0.101_rt130_68-0.24.2 is installed
  • OR gfs2-kmp-rt_trace-2_3.0.101_rt130_68-0.24.2 is installed
  • OR ocfs2-1.6-0.28.3 is installed
  • OR ocfs2-kmp-rt-1.6_3.0.101_rt130_68-0.28.3 is installed
  • OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_68-0.28.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • gstreamer-0_10-plugins-base-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-32bit-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-doc-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-x86-0.10.21-2.36 is installed
  • OR libgstinterfaces-0_10-0-0.10.21-2.36 is installed
  • OR libgstinterfaces-0_10-0-32bit-0.10.21-2.36 is installed
  • OR libgstinterfaces-0_10-0-x86-0.10.21-2.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • gstreamer-0_10-plugins-base-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-32bit-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-doc-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.21-2.36 is installed
  • OR gstreamer-0_10-plugins-base-x86-0.10.21-2.36 is installed
  • OR libgstinterfaces-0_10-0-0.10.21-2.36 is installed
  • OR libgstinterfaces-0_10-0-32bit-0.10.21-2.36 is installed
  • OR libgstinterfaces-0_10-0-x86-0.10.21-2.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libvorbis-1.2.0-79.20 is installed
  • OR libvorbis-32bit-1.2.0-79.20 is installed
  • OR libvorbis-doc-1.2.0-79.20 is installed
  • OR libvorbis-x86-1.2.0-79.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libvorbis-1.2.0-79.20 is installed
  • OR libvorbis-32bit-1.2.0-79.20 is installed
  • OR libvorbis-doc-1.2.0-79.20 is installed
  • OR libvorbis-x86-1.2.0-79.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libvorbis-1.2.0-79.20 is installed
  • OR libvorbis-32bit-1.2.0-79.20 is installed
  • OR libvorbis-doc-1.2.0-79.20 is installed
  • OR libvorbis-x86-1.2.0-79.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • cifs-mount-3.4.3-1.17 is installed
  • OR ldapsmb-1.34b-11.17 is installed
  • OR libsmbclient0-3.4.3-1.17 is installed
  • OR libsmbclient0-32bit-3.4.3-1.17 is installed
  • OR libsmbclient0-x86-3.4.3-1.17 is installed
  • OR libtalloc1-3.4.3-1.17 is installed
  • OR libtalloc1-32bit-3.4.3-1.17 is installed
  • OR libtalloc1-x86-3.4.3-1.17 is installed
  • OR libtdb1-3.4.3-1.17 is installed
  • OR libtdb1-32bit-3.4.3-1.17 is installed
  • OR libtdb1-x86-3.4.3-1.17 is installed
  • OR libwbclient0-3.4.3-1.17 is installed
  • OR libwbclient0-32bit-3.4.3-1.17 is installed
  • OR libwbclient0-x86-3.4.3-1.17 is installed
  • OR samba-3.4.3-1.17 is installed
  • OR samba-32bit-3.4.3-1.17 is installed
  • OR samba-client-3.4.3-1.17 is installed
  • OR samba-client-32bit-3.4.3-1.17 is installed
  • OR samba-client-x86-3.4.3-1.17 is installed
  • OR samba-krb-printing-3.4.3-1.17 is installed
  • OR samba-winbind-3.4.3-1.17 is installed
  • OR samba-winbind-32bit-3.4.3-1.17 is installed
  • OR samba-winbind-x86-3.4.3-1.17 is installed
  • OR samba-x86-3.4.3-1.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.34-70.18 is installed
  • OR apache2-doc-2.2.34-70.18 is installed
  • OR apache2-example-pages-2.2.34-70.18 is installed
  • OR apache2-prefork-2.2.34-70.18 is installed
  • OR apache2-utils-2.2.34-70.18 is installed
  • OR apache2-worker-2.2.34-70.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.34-70.18 is installed
  • OR apache2-doc-2.2.34-70.18 is installed
  • OR apache2-example-pages-2.2.34-70.18 is installed
  • OR apache2-prefork-2.2.34-70.18 is installed
  • OR apache2-utils-2.2.34-70.18 is installed
  • OR apache2-worker-2.2.34-70.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.9-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.9-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.9-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.9-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.9-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.9-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • dhcp-4.2.3.P2-0.7 is installed
  • OR dhcp-client-4.2.3.P2-0.7 is installed
  • OR dhcp-relay-4.2.3.P2-0.7 is installed
  • OR dhcp-server-4.2.3.P2-0.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-38.3.0esr-20 is installed
  • OR MozillaFirefox-translations-38.3.0esr-20 is installed
  • OR mozilla-nspr-4.10.9-11 is installed
  • OR mozilla-nspr-32bit-4.10.9-11 is installed
  • OR mozilla-nspr-devel-4.10.9-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-38.3.0esr-20 is installed
  • OR MozillaFirefox-translations-38.3.0esr-20 is installed
  • OR mozilla-nspr-4.10.9-11 is installed
  • OR mozilla-nspr-32bit-4.10.9-11 is installed
  • OR mozilla-nspr-devel-4.10.9-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND openssl-certs-1.97-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND openssl-certs-1.97-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND openssl-certs-1.97-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND libmusicbrainz4-2.1.5-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND
  • mgr-cfg-4.0.9-5.6 is installed
  • OR mgr-cfg-actions-4.0.9-5.6 is installed
  • OR mgr-cfg-client-4.0.9-5.6 is installed
  • OR mgr-cfg-management-4.0.9-5.6 is installed
  • OR mgr-daemon-4.0.7-5.8 is installed
  • OR mgr-osad-4.0.9-5.6 is installed
  • OR mgr-virtualization-4.0.8-5.8 is installed
  • OR mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-mgr-cfg-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-client-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-management-4.0.9-5.6 is installed
  • OR python2-mgr-osa-common-4.0.9-5.6 is installed
  • OR python2-mgr-osad-4.0.9-5.6 is installed
  • OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
  • OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-rhnlib-4.0.11-12.16 is installed
  • OR rhnlib-4.0.11-12.16 is installed
  • OR spacecmd-4.0.14-18.51 is installed
  • OR spacewalk-backend-4.0.25-28.42 is installed
  • OR spacewalk-backend-libs-4.0.25-28.42 is installed
  • OR spacewalk-remote-utils-4.0.5-6.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND
  • mgr-cfg-4.0.9-5.6 is installed
  • OR mgr-cfg-actions-4.0.9-5.6 is installed
  • OR mgr-cfg-client-4.0.9-5.6 is installed
  • OR mgr-cfg-management-4.0.9-5.6 is installed
  • OR mgr-daemon-4.0.7-5.8 is installed
  • OR mgr-osad-4.0.9-5.6 is installed
  • OR mgr-virtualization-4.0.8-5.8 is installed
  • OR mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-mgr-cfg-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-client-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-management-4.0.9-5.6 is installed
  • OR python2-mgr-osa-common-4.0.9-5.6 is installed
  • OR python2-mgr-osad-4.0.9-5.6 is installed
  • OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
  • OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-rhnlib-4.0.11-12.16 is installed
  • OR rhnlib-4.0.11-12.16 is installed
  • OR spacecmd-4.0.14-18.51 is installed
  • OR spacewalk-backend-4.0.25-28.42 is installed
  • OR spacewalk-backend-libs-4.0.25-28.42 is installed
  • OR spacewalk-remote-utils-4.0.5-6.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND clamav-0.100.2-0.20.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND clamav-0.100.2-0.20.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND clamav-0.100.2-0.20.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND clamav-0.100.2-0.20.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-3.0.101-0.47.93 is installed
  • OR kernel-default-base-3.0.101-0.47.93 is installed
  • OR kernel-default-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-man-3.0.101-0.47.93 is installed
  • OR kernel-ec2-3.0.101-0.47.93 is installed
  • OR kernel-ec2-base-3.0.101-0.47.93 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.93 is installed
  • OR kernel-pae-3.0.101-0.47.93 is installed
  • OR kernel-pae-base-3.0.101-0.47.93 is installed
  • OR kernel-pae-devel-3.0.101-0.47.93 is installed
  • OR kernel-source-3.0.101-0.47.93 is installed
  • OR kernel-syms-3.0.101-0.47.93 is installed
  • OR kernel-trace-3.0.101-0.47.93 is installed
  • OR kernel-trace-base-3.0.101-0.47.93 is installed
  • OR kernel-trace-devel-3.0.101-0.47.93 is installed
  • OR kernel-xen-3.0.101-0.47.93 is installed
  • OR kernel-xen-base-3.0.101-0.47.93 is installed
  • OR kernel-xen-devel-3.0.101-0.47.93 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.93 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-3.0.101-0.47.93 is installed
  • OR kernel-default-base-3.0.101-0.47.93 is installed
  • OR kernel-default-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-man-3.0.101-0.47.93 is installed
  • OR kernel-ec2-3.0.101-0.47.93 is installed
  • OR kernel-ec2-base-3.0.101-0.47.93 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.93 is installed
  • OR kernel-pae-3.0.101-0.47.93 is installed
  • OR kernel-pae-base-3.0.101-0.47.93 is installed
  • OR kernel-pae-devel-3.0.101-0.47.93 is installed
  • OR kernel-source-3.0.101-0.47.93 is installed
  • OR kernel-syms-3.0.101-0.47.93 is installed
  • OR kernel-trace-3.0.101-0.47.93 is installed
  • OR kernel-trace-base-3.0.101-0.47.93 is installed
  • OR kernel-trace-devel-3.0.101-0.47.93 is installed
  • OR kernel-xen-3.0.101-0.47.93 is installed
  • OR kernel-xen-base-3.0.101-0.47.93 is installed
  • OR kernel-xen-devel-3.0.101-0.47.93 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • libtirpc-0.2.1-1.12.3 is installed
  • OR libtirpc1-0.2.1-1.12.3 is installed
  • OR rpcbind-0.1.6+git20080930-6.27.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.40 is installed
  • OR libMagickCore1-6.4.3.6-78.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.40 is installed
  • OR libMagickCore1-6.4.3.6-78.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • xen-4.4.4_10-43 is installed
  • OR xen-doc-html-4.4.4_10-43 is installed
  • OR xen-kmp-default-4.4.4_10_3.0.101_88-43 is installed
  • OR xen-kmp-pae-4.4.4_10_3.0.101_88-43 is installed
  • OR xen-libs-4.4.4_10-43 is installed
  • OR xen-libs-32bit-4.4.4_10-43 is installed
  • OR xen-tools-4.4.4_10-43 is installed
  • OR xen-tools-domU-4.4.4_10-43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • xen-4.4.4_10-43 is installed
  • OR xen-doc-html-4.4.4_10-43 is installed
  • OR xen-kmp-default-4.4.4_10_3.0.101_88-43 is installed
  • OR xen-kmp-pae-4.4.4_10_3.0.101_88-43 is installed
  • OR xen-libs-4.4.4_10-43 is installed
  • OR xen-libs-32bit-4.4.4_10-43 is installed
  • OR xen-tools-4.4.4_10-43 is installed
  • OR xen-tools-domU-4.4.4_10-43 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND acpid-1.0.6-91.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • mgr-cfg-4.0.9-5.6 is installed
  • OR mgr-cfg-actions-4.0.9-5.6 is installed
  • OR mgr-cfg-client-4.0.9-5.6 is installed
  • OR mgr-cfg-management-4.0.9-5.6 is installed
  • OR mgr-daemon-4.0.7-5.8 is installed
  • OR mgr-osad-4.0.9-5.6 is installed
  • OR mgr-virtualization-4.0.8-5.8 is installed
  • OR mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-mgr-cfg-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-client-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-management-4.0.9-5.6 is installed
  • OR python2-mgr-osa-common-4.0.9-5.6 is installed
  • OR python2-mgr-osad-4.0.9-5.6 is installed
  • OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
  • OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-rhnlib-4.0.11-12.16 is installed
  • OR rhnlib-4.0.11-12.16 is installed
  • OR spacecmd-4.0.14-18.51 is installed
  • OR spacewalk-backend-4.0.25-28.42 is installed
  • OR spacewalk-backend-libs-4.0.25-28.42 is installed
  • OR spacewalk-remote-utils-4.0.5-6.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • mgr-cfg-4.0.9-5.6 is installed
  • OR mgr-cfg-actions-4.0.9-5.6 is installed
  • OR mgr-cfg-client-4.0.9-5.6 is installed
  • OR mgr-cfg-management-4.0.9-5.6 is installed
  • OR mgr-daemon-4.0.7-5.8 is installed
  • OR mgr-osad-4.0.9-5.6 is installed
  • OR mgr-virtualization-4.0.8-5.8 is installed
  • OR mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-mgr-cfg-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-client-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-management-4.0.9-5.6 is installed
  • OR python2-mgr-osa-common-4.0.9-5.6 is installed
  • OR python2-mgr-osad-4.0.9-5.6 is installed
  • OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
  • OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-rhnlib-4.0.11-12.16 is installed
  • OR rhnlib-4.0.11-12.16 is installed
  • OR spacecmd-4.0.14-18.51 is installed
  • OR spacewalk-backend-4.0.25-28.42 is installed
  • OR spacewalk-backend-libs-4.0.25-28.42 is installed
  • OR spacewalk-remote-utils-4.0.5-6.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND unzip-6.00-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND unzip-6.00-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • elfutils-0.158-3 is installed
  • OR libasm1-0.158-3 is installed
  • OR libasm1-32bit-0.158-3 is installed
  • OR libdw1-0.158-3 is installed
  • OR libdw1-32bit-0.158-3 is installed
  • OR libebl1-0.158-3 is installed
  • OR libebl1-32bit-0.158-3 is installed
  • OR libelf1-0.158-3 is installed
  • OR libelf1-32bit-0.158-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • krb5-1.12.1-25 is installed
  • OR krb5-32bit-1.12.1-25 is installed
  • OR krb5-client-1.12.1-25 is installed
  • OR krb5-doc-1.12.1-25 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-25 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-25 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-25 is installed
  • OR krb5-server-1.12.1-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • krb5-1.12.1-25 is installed
  • OR krb5-32bit-1.12.1-25 is installed
  • OR krb5-client-1.12.1-25 is installed
  • OR krb5-doc-1.12.1-25 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-25 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-25 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-25 is installed
  • OR krb5-server-1.12.1-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • apache-commons-beanutils-1.9.2-1 is installed
  • OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.110 is installed
  • OR kernel-default-base-3.12.74-60.64.110 is installed
  • OR kernel-default-devel-3.12.74-60.64.110 is installed
  • OR kernel-default-man-3.12.74-60.64.110 is installed
  • OR kernel-devel-3.12.74-60.64.110 is installed
  • OR kernel-macros-3.12.74-60.64.110 is installed
  • OR kernel-source-3.12.74-60.64.110 is installed
  • OR kernel-syms-3.12.74-60.64.110 is installed
  • OR kernel-xen-3.12.74-60.64.110 is installed
  • OR kernel-xen-base-3.12.74-60.64.110 is installed
  • OR kernel-xen-devel-3.12.74-60.64.110 is installed
  • OR kgraft-patch-3_12_74-60_64_110-default-1-2.3 is installed
  • OR kgraft-patch-3_12_74-60_64_110-xen-1-2.3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_33-1-2.3 is installed
  • OR lttng-modules-2.7.0-4.4 is installed
  • OR lttng-modules-kmp-default-2.7.0_k3.12.74_60.64.110-4.4 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.110 is installed
  • OR kernel-default-base-3.12.74-60.64.110 is installed
  • OR kernel-default-devel-3.12.74-60.64.110 is installed
  • OR kernel-default-man-3.12.74-60.64.110 is installed
  • OR kernel-devel-3.12.74-60.64.110 is installed
  • OR kernel-macros-3.12.74-60.64.110 is installed
  • OR kernel-source-3.12.74-60.64.110 is installed
  • OR kernel-syms-3.12.74-60.64.110 is installed
  • OR kernel-xen-3.12.74-60.64.110 is installed
  • OR kernel-xen-base-3.12.74-60.64.110 is installed
  • OR kernel-xen-devel-3.12.74-60.64.110 is installed
  • OR kgraft-patch-3_12_74-60_64_110-default-1-2.3 is installed
  • OR kgraft-patch-3_12_74-60_64_110-xen-1-2.3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_33-1-2.3 is installed
  • OR lttng-modules-2.7.0-4.4 is installed
  • OR lttng-modules-kmp-default-2.7.0_k3.12.74_60.64.110-4.4 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
  • MozillaFirefox-52.6.0esr-109.13 is installed
  • OR MozillaFirefox-translations-52.6.0esr-109.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • MozillaFirefox-52.6.0esr-109.13 is installed
  • OR MozillaFirefox-translations-52.6.0esr-109.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND binutils-2.26.1-9.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_114-92_64-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-10-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_114-92_64-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-10-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libquicktime-1.2.4-14.3 is installed
  • OR libquicktime0-1.2.4-14.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libquicktime-1.2.4-14.3 is installed
  • OR libquicktime0-1.2.4-14.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • bzip2-1.0.6-29 is installed
  • OR bzip2-doc-1.0.6-29 is installed
  • OR libbz2-1-1.0.6-29 is installed
  • OR libbz2-1-32bit-1.0.6-29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.31 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
  • OR python-2.7.13-28.31 is installed
  • OR python-32bit-2.7.13-28.31 is installed
  • OR python-base-2.7.13-28.31 is installed
  • OR python-base-32bit-2.7.13-28.31 is installed
  • OR python-curses-2.7.13-28.31 is installed
  • OR python-demo-2.7.13-28.31 is installed
  • OR python-devel-2.7.13-28.31 is installed
  • OR python-doc-2.7.13-28.31 is installed
  • OR python-doc-pdf-2.7.13-28.31 is installed
  • OR python-gdbm-2.7.13-28.31 is installed
  • OR python-idle-2.7.13-28.31 is installed
  • OR python-tk-2.7.13-28.31 is installed
  • OR python-xml-2.7.13-28.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.31 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
  • OR python-2.7.13-28.31 is installed
  • OR python-32bit-2.7.13-28.31 is installed
  • OR python-base-2.7.13-28.31 is installed
  • OR python-base-32bit-2.7.13-28.31 is installed
  • OR python-curses-2.7.13-28.31 is installed
  • OR python-demo-2.7.13-28.31 is installed
  • OR python-devel-2.7.13-28.31 is installed
  • OR python-doc-2.7.13-28.31 is installed
  • OR python-doc-pdf-2.7.13-28.31 is installed
  • OR python-gdbm-2.7.13-28.31 is installed
  • OR python-idle-2.7.13-28.31 is installed
  • OR python-tk-2.7.13-28.31 is installed
  • OR python-xml-2.7.13-28.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_156-94_64-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_20-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_156-94_64-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_20-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND ucode-intel-20191112-13.53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND ucode-intel-20191112-13.53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • qemu-2.11.2-5.5 is installed
  • OR qemu-arm-2.11.2-5.5 is installed
  • OR qemu-block-curl-2.11.2-5.5 is installed
  • OR qemu-block-iscsi-2.11.2-5.5 is installed
  • OR qemu-block-rbd-2.11.2-5.5 is installed
  • OR qemu-block-ssh-2.11.2-5.5 is installed
  • OR qemu-guest-agent-2.11.2-5.5 is installed
  • OR qemu-ipxe-1.0.0+-5.5 is installed
  • OR qemu-kvm-2.11.2-5.5 is installed
  • OR qemu-lang-2.11.2-5.5 is installed
  • OR qemu-ppc-2.11.2-5.5 is installed
  • OR qemu-s390-2.11.2-5.5 is installed
  • OR qemu-seabios-1.11.0-5.5 is installed
  • OR qemu-sgabios-8-5.5 is installed
  • OR qemu-tools-2.11.2-5.5 is installed
  • OR qemu-vgabios-1.11.0-5.5 is installed
  • OR qemu-x86-2.11.2-5.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • qemu-2.11.2-5.5 is installed
  • OR qemu-arm-2.11.2-5.5 is installed
  • OR qemu-block-curl-2.11.2-5.5 is installed
  • OR qemu-block-iscsi-2.11.2-5.5 is installed
  • OR qemu-block-rbd-2.11.2-5.5 is installed
  • OR qemu-block-ssh-2.11.2-5.5 is installed
  • OR qemu-guest-agent-2.11.2-5.5 is installed
  • OR qemu-ipxe-1.0.0+-5.5 is installed
  • OR qemu-kvm-2.11.2-5.5 is installed
  • OR qemu-lang-2.11.2-5.5 is installed
  • OR qemu-ppc-2.11.2-5.5 is installed
  • OR qemu-s390-2.11.2-5.5 is installed
  • OR qemu-seabios-1.11.0-5.5 is installed
  • OR qemu-sgabios-8-5.5 is installed
  • OR qemu-tools-2.11.2-5.5 is installed
  • OR qemu-vgabios-1.11.0-5.5 is installed
  • OR qemu-x86-2.11.2-5.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND apache2-mod_perl-2.0.8-13.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND apache2-mod_perl-2.0.8-13.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • libjavascriptcoregtk-4_0-18-2.18.0-2.9 is installed
  • OR libwebkit2gtk-4_0-37-2.18.0-2.9 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.18.0-2.9 is installed
  • OR typelib-1_0-WebKit2-4_0-2.18.0-2.9 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.18.0-2.9 is installed
  • OR webkit2gtk3-2.18.0-2.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND sap_suse_cluster_connector-1.0.0-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • 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 SAP Applications 12 SP1 is installed
  • AND Package Information
  • bind-9.9.9P1-62 is installed
  • OR bind-chrootenv-9.9.9P1-62 is installed
  • OR bind-devel-9.9.9P1-62 is installed
  • OR bind-doc-9.9.9P1-62 is installed
  • OR bind-libs-9.9.9P1-62 is installed
  • OR bind-libs-32bit-9.9.9P1-62 is installed
  • OR bind-utils-9.9.9P1-62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 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
  • kernel-default-3.12.59-60.45 is installed
  • OR kernel-default-extra-3.12.59-60.45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-47 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-47 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-47 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
  • libmysqlclient_r18-10.0.38-2.6 is installed
  • OR libmysqlclient_r18-32bit-10.0.38-2.6 is installed
  • OR mariadb-100-10.0.38-2.6 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ntp-4.2.8p8-47.3 is installed
  • OR ntp-doc-4.2.8p8-47.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-heat-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-api-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-api-cfn-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-api-cloudwatch-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-engine-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-plugin-heat_docker-5.0.2~a0~dev9-1.4 is installed
  • OR python-heat-5.0.2~a0~dev9-1.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND
  • libopenjp2-7-2.1.0-9 is installed
  • OR libopenjp2-7-32bit-2.1.0-19 is installed
  • OR openjpeg2-2.1.0-9 is installed
  • OR openjpeg2-devel-2.1.0-9 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND
  • libopenjp2-7-2.1.0-9 is installed
  • OR libopenjp2-7-32bit-2.1.0-19 is installed
  • OR openjpeg2-2.1.0-9 is installed
  • OR openjpeg2-devel-2.1.0-9 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
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND
  • kdelibs4-4.14.25-5 is installed
  • OR kdelibs4-apidocs-4.14.25-5 is installed
  • OR kdelibs4-branding-upstream-4.14.25-5 is installed
  • OR kdelibs4-core-4.14.25-5 is installed
  • OR kdelibs4-doc-4.14.25-5 is installed
  • OR kio-5.26.0-5 is installed
  • OR kio-32bit-5.26.0-6 is installed
  • OR kio-core-5.26.0-5 is installed
  • OR kio-core-32bit-5.26.0-6 is installed
  • OR kio-devel-5.26.0-5 is installed
  • OR kio-devel-32bit-5.26.0-6 is installed
  • OR kio-lang-5.26.0-5 is installed
  • OR libkde4-4.14.25-5 is installed
  • OR libkde4-32bit-4.14.25-5 is installed
  • OR libkde4-devel-4.14.25-5 is installed
  • OR libkdecore4-4.14.25-5 is installed
  • OR libkdecore4-32bit-4.14.25-5 is installed
  • OR libkdecore4-devel-4.14.25-5 is installed
  • OR libksuseinstall-devel-4.14.25-5 is installed
  • OR libksuseinstall1-4.14.25-5 is installed
  • OR libksuseinstall1-32bit-4.14.25-5 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND
  • kdelibs4-4.14.25-5 is installed
  • OR kdelibs4-apidocs-4.14.25-5 is installed
  • OR kdelibs4-branding-upstream-4.14.25-5 is installed
  • OR kdelibs4-core-4.14.25-5 is installed
  • OR kdelibs4-doc-4.14.25-5 is installed
  • OR kio-5.26.0-5 is installed
  • OR kio-32bit-5.26.0-6 is installed
  • OR kio-core-5.26.0-5 is installed
  • OR kio-core-32bit-5.26.0-6 is installed
  • OR kio-devel-5.26.0-5 is installed
  • OR kio-devel-32bit-5.26.0-6 is installed
  • OR kio-lang-5.26.0-5 is installed
  • OR libkde4-4.14.25-5 is installed
  • OR libkde4-32bit-4.14.25-5 is installed
  • OR libkde4-devel-4.14.25-5 is installed
  • OR libkdecore4-4.14.25-5 is installed
  • OR libkdecore4-32bit-4.14.25-5 is installed
  • OR libkdecore4-devel-4.14.25-5 is installed
  • OR libksuseinstall-devel-4.14.25-5 is installed
  • OR libksuseinstall1-4.14.25-5 is installed
  • OR libksuseinstall1-32bit-4.14.25-5 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND Package Information
  • pdns-4.1.11-20 is installed
  • OR pdns-backend-geoip-4.1.8-lp151.2.3 is installed
  • OR pdns-backend-godbc-4.1.11-20 is installed
  • OR pdns-backend-ldap-4.1.11-20 is installed
  • OR pdns-backend-lua-4.1.11-20 is installed
  • OR pdns-backend-mydns-4.1.11-20 is installed
  • OR pdns-backend-mysql-4.1.11-20 is installed
  • OR pdns-backend-postgresql-4.1.11-20 is installed
  • OR pdns-backend-remote-4.1.11-20 is installed
  • OR pdns-backend-sqlite3-4.1.11-20 is installed
  • BACK