Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP3 kernel was updated to receive various security and bugfixes.
This update adds mitigations for various side channel attacks against modern CPUs that could disclose content of otherwise unreadable memory (bnc#1068032).
- CVE-2017-5753 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use attacker controllable speculative execution over code patterns in the Linux Kernel to leak content from otherwise not readable memory in the same address space, allowing retrieval of passwords, cryptographic keys and other secrets.
This problem is mitigated by adding speculative fencing on affected code paths throughout the Linux kernel.
- CVE-2017-5715 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring branch prediction could use mispredicted branches to speculatively execute code patterns that in turn could be made to leak other non-readable content in the same address space, an attack similar to CVE-2017-5753.
This problem is mitigated by disabling predictive branches, depending on CPU architecture either by firmware updates and/or fixes in the user-kernel privilege boundaries.
Please also check with your CPU / Hardware vendor for available firmware or BIOS updates.
As this feature can have a performance impact, it can be disabled using the 'nospec' kernel commandline option.
- CVE-2017-5754 / 'MeltdownAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use code patterns in userspace to speculative executive code that would read otherwise read protected memory.
This problem is mitigated by unmapping the Linux Kernel from the user address space during user code execution, following a approach called 'KAISER'. The terms used here are 'KAISER' / 'Kernel Address Isolation' and 'PTI' / 'Page Table Isolation'.
This is only enabled by default on affected architectures.
This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.
The following security bugs were fixed:
- CVE-2017-17806: The HMAC implementation (crypto/hmac.c) in the Linux kernel did not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization (bnc#1073874). - CVE-2017-17805: The Salsa20 encryption algorithm in the Linux kernel did not correctly handle zero-length inputs, allowing a local attacker able to use the AF_ALG-based skcipher interface (CONFIG_CRYPTO_USER_API_SKCIPHER) to cause a denial of service (uninitialized-memory free and kernel crash) or have unspecified other impact by executing a crafted sequence of system calls that use the blkcipher_walk API. Both the generic implementation (crypto/salsa20_generic.c) and x86 implementation (arch/x86/crypto/salsa20_glue.c) of Salsa20 were vulnerable (bnc#1073792).
The following non-security bugs were fixed:
- Add undefine _unique_build_ids (bsc#964063) - apei / ERST: Fix missing error handling in erst_reader() (bsc#1072556). - arm: Hide finish_arch_post_lock_switch() from modules (bsc#1068032). - autofs: fix careless error in recent commit (bnc#1012382 bsc#1065180). - bnxt_en: Do not print 'Link speed -1 no longer supported' messages (bsc#1070116). - bpf: prevent speculative execution in eBPF interpreter (bnc#1068032). - carl9170: prevent speculative execution (bnc#1068032). - ceph: drop negative child dentries before try pruning inode's alias (bsc#1073525). - Check cmdline_find_option() retval properly and use boot_cpu_has(). - cifs: Fix NULL pointer deref on SMB2_tcon() failure (bsc#1071009). - cw1200: prevent speculative execution (bnc#1068032). - e1000e: Fix e1000_check_for_copper_link_ich8lan return value (bsc#1073809). - Fix unsed variable warning in has_unmovable_pages (bsc#1073868). - fs: prevent speculative execution (bnc#1068032). - genwqe: Take R/W permissions into account when dealing with memory pages (bsc#1073090). - ibmvnic: Include header descriptor support for ARP packets (bsc#1073912). - ibmvnic: Increase maximum number of RX/TX queues (bsc#1073912). - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES (bsc#1073912). - ipv6: prevent speculative execution (bnc#1068032). - iw_cxgb4: fix misuse of integer variable (bsc#963897,FATE#320114). - iw_cxgb4: only insert drain cqes if wq is flushed (bsc#321658 FATE#1005778 bsc#321660 FATE#1005780 bsc#321661 FATE#1005781). - kaiser: add 'nokaiser' boot option, using ALTERNATIVE. - kaiser: align addition to x86/mm/Makefile. - kaiser: asm/tlbflush.h handle noPGE at lower level. - kaiser: cleanups while trying for gold link. - kaiser: disabled on Xen PV. - kaiser: do not set _PAGE_NX on pgd_none. - kaiser: drop is_atomic arg to kaiser_pagetable_walk(). - kaiser: enhanced by kernel and user PCIDs. - kaiser: ENOMEM if kaiser_pagetable_walk() NULL. - kaiser: fix build and FIXME in alloc_ldt_struct(). - kaiser: fix perf crashes. - kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER. - kaiser: fix unlikely error in alloc_ldt_struct(). - kaiser: KAISER depends on SMP. - kaiser: kaiser_flush_tlb_on_return_to_user() check PCID. - kaiser: kaiser_remove_mapping() move along the pgd. - kaiser: Kernel Address Isolation. - kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush. - kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user. - kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET. - kaiser: paranoid_entry pass cr3 need to paranoid_exit. - kaiser: PCID 0 for kernel and 128 for user. - kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls. - kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE. - kaiser: tidied up asm/kaiser.h somewhat. - kaiser: tidied up kaiser_add/remove_mapping slightly. - kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush. - kaiser: vmstat show NR_KAISERTABLE as nr_overhead. - kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user. - kvm: svm: Do not intercept new speculative control MSRs (bsc#1068032). - kvm: x86: Add speculative control CPUID support for guests (bsc#1068032). - locking/barriers: introduce new memory barrier gmb() (bnc#1068032). - mm/mmu_context, sched/core: Fix mmu_context.h assumption (bsc#1068032). - net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidth (bsc#966170 FATE#320225 bsc#966172 FATE#320226). - net: mpls: prevent speculative execution (bnc#1068032). - nfs: revalidate '.' etc correctly on 'open' (bsc#1068951). - nfs: revalidate '.' etc correctly on 'open' (git-fixes). Fix References: tag. - nfsv4: always set NFS_LOCK_LOST when a lock is lost (bsc#1068951). - nvme-fabrics: introduce init command check for a queue that is not alive (bsc#1072890). - nvme-fc: check if queue is ready in queue_rq (bsc#1072890). - nvme-fc: do not use bit masks for set/test_bit() numbers (bsc#1072890). - nvme-loop: check if queue is ready in queue_rq (bsc#1072890). - nvmet-fc: cleanup nvmet add_port/remove_port (bsc#1072890). - nvmet_fc: correct broken add_port (bsc#1072890). - p54: prevent speculative execution (bnc#1068032). - powerpc/barrier: add gmb. - powerpc: Secure memory rfi flush (bsc#1068032). - ptrace: Add a new thread access check (bsc#1068032). - qla2xxx: prevent speculative execution (bnc#1068032). - s390: add ppa to system call and program check path (bsc#1068032). - s390: introduce CPU alternatives (bsc#1068032). - s390/qeth: add missing hash table initializations (bnc#1072216, LTC#162173). - s390/qeth: fix early exit from error path (bnc#1072216, LTC#162173). - s390/qeth: fix thinko in IPv4 multicast address tracking (bnc#1072216, LTC#162173). - s390/spinlock: add gmb memory barrier (bsc#1068032). - sched/core: Add switch_mm_irqs_off() and use it in the scheduler (bsc#1068032). - sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() (bsc#1068032). - scsi_dh_alua: skip RTPG for devices only supporting active/optimized (bsc#1064311). - scsi: lpfc: correct sg_seg_cnt attribute min vs default (bsc#1072166). - scsi: qedi: Limit number for CQ queues (bsc#1072866). - scsi_scan: Exit loop if TUR to LUN0 fails with 0x05/0x25 (bsc#1063043). This is specific to FUJITSU ETERNUS_DX* targets. They can return 'Illegal Request - Logical unit not supported' and processing should leave the timeout loop in this case. - scsi: ses: check return code from ses_recv_diag() (bsc#1039616). - scsi: ses: Fixup error message 'failed to get diagnostic page 0xffffffea' (bsc#1039616). - scsi: ses: Fix wrong page error (bsc#1039616). - scsi: ses: make page2 support optional (bsc#1039616). - sfc: pass valid pointers from efx_enqueue_unwind (bsc#1017967 FATE#321663). - thermal/int340x: prevent speculative execution (bnc#1068032). - udf: prevent speculative execution (bnc#1068032). - Update config files: enable KAISER. - usb: host: fix incorrect updating of offset (bsc#1047487). - userns: prevent speculative execution (bnc#1068032). - uvcvideo: prevent speculative execution (bnc#1068032). - vxlan: correctly handle ipv6.disable module parameter (bsc#1072962). - x86/boot: Add early cmdline parsing for options with arguments. - x86/CPU/AMD: Add speculative control support for AMD (bsc#1068032). - x86/CPU/AMD: Make the LFENCE instruction serialized (bsc#1068032). - x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032). - x86/CPU: Check speculation control CPUID bit (bsc#1068032). - x86/enter: Add macros to set/clear IBRS and set IBPB (bsc#1068032). - x86/entry: Add a function to overwrite the RSB (bsc#1068032). - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032). - x86/entry: Use IBRS on entry to kernel space (bsc#1068032). - x86/feature: Enable the x86 feature to control Speculation (bsc#1068032). - x86/idle: Disable IBRS when offlining a CPU and re-enable on wakeup (bsc#1068032). - x86/idle: Toggle IBRS when going idle (bsc#1068032). - x86/kaiser: Check boottime cmdline params. - x86/kaiser: Move feature detection up (bsc#1068032). - x86/kaiser: Reenable PARAVIRT. - x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling. - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032). - x86/kvm: Add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032). - x86/kvm: Flush IBP when switching VMs (bsc#1068032). - x86/kvm: Pad RSB on VM transition (bsc#1068032). - x86/kvm: Toggle IBRS on VM entry and exit (bsc#1068032). - x86/mm/64: Fix reboot interaction with CR4.PCIDE (bsc#1068032). - x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID (bsc#1068032). - x86/mm: Add INVPCID helpers (bsc#1068032). - x86/mm: Add the 'nopcid' boot option to turn off PCID (bsc#1068032). - x86/mm: Build arch/x86/mm/tlb.c even on !SMP (bsc#1068032). - x86/mm: Enable CR4.PCIDE on supported systems (bsc#1068032). - x86/mm: Fix INVPCID asm constraint (bsc#1068032). - x86/mm: If INVPCID is available, use it to flush global mappings (bsc#1068032). - x86/mm: Make flush_tlb_mm_range() more predictable (bsc#1068032). - x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032). - x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() (bsc#1068032). - x86/mm: Remove flush_tlb() and flush_tlb_current_task() (bsc#1068032). - x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code (bsc#1068032). - x86/mm, sched/core: Turn off IRQs in switch_mm() (bsc#1068032). - x86/mm, sched/core: Uninline switch_mm() (bsc#1068032). - x86/mm: Set IBPB upon context switch (bsc#1068032). - x86/MSR: Move native_*msr(.. u64) to msr.h (bsc#1068032). - x86/paravirt: Dont patch flush_tlb_single (bsc#1068032). - x86/spec: Add IBRS control functions (bsc#1068032). - x86/spec: Add 'nospec' chicken bit (bsc#1068032). - x86/spec: Check CPUID direclty post microcode reload to support IBPB feature (bsc#1068032). - x86/spec_ctrl: Add an Indirect Branch Predictor barrier (bsc#1068032). - x86/spec_ctrl: Check whether IBPB is enabled before using it (bsc#1068032). - x86/spec_ctrl: Check whether IBRS is enabled before using it (bsc#1068032). - x86/svm: Add code to clear registers on VM exit (bsc#1068032). - x86/svm: Clobber the RSB on VM exit (bsc#1068032). - x86/svm: Set IBPB when running a different VCPU (bsc#1068032). - x86/svm: Set IBRS value on VM entry and exit (bsc#1068032).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005778 1005780 1005781 1012382 1017967 1027519 1039616 1047487 1050241 1053417 1061210 1063043 1064311 1065180 1068032 1068951 1070116 1071009 1072166 1072216 1072556 1072866 1072890 1072962 1073090 1073525 1073792 1073809 1073868 1073874 1073912 1100523 1105173 1134506 1140120 1141493 1144522 1152684 1155200 1157490 1160220 1160236 1160932 1161181 1162040 1165206 1165471 1167007 1167152 1167890 1168140 1168142 1168143 1168930 1169392 905959 909214 916897 916914 951692 953516 953519 953521 955837 963897 964063 966170 966172 970391 971793 973381 973570 979064 979074 980856 980883 983144 984764 988488 CVE-2013-7446 CVE-2014-8139 CVE-2014-8140 CVE-2014-8141 CVE-2014-9756 CVE-2015-1545 CVE-2015-1546 CVE-2015-4491 CVE-2015-7805 CVE-2015-8075 CVE-2015-8816 CVE-2016-0758 CVE-2016-1583 CVE-2016-2053 CVE-2016-3134 CVE-2016-4470 CVE-2016-4565 CVE-2016-5387 CVE-2017-12652 CVE-2017-17805 CVE-2017-17806 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2017-7890 CVE-2018-13440 CVE-2018-14553 CVE-2019-11038 CVE-2019-9853 CVE-2020-11739 CVE-2020-11740 CVE-2020-11741 CVE-2020-11742 CVE-2020-11743 CVE-2020-5260 CVE-2020-5395 CVE-2020-5496 CVE-2020-7211 SUSE-SU-2015:1077-1 SUSE-SU-2015:2000-1 SUSE-SU-2016:2006-1 SUSE-SU-2016:2090-1 SUSE-SU-2018:0010-1 SUSE-SU-2018:2145-1 SUSE-SU-2020:0372-1 SUSE-SU-2020:0393-1 SUSE-SU-2020:0623-1 SUSE-SU-2020:0911-1 SUSE-SU-2020:0992-1 SUSE-SU-2020:1139-1 SUSE-SU-2020:1619-1
|
Platform(s): | openSUSE Leap 42.1 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 Web Scripting 12 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 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-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 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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE 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 android-tools-5.1.1_r8-3.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
FastCGI-2.4.0-171.5 is installed
OR perl-FastCGI-2.4.0-171.5 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
xen-4.1.6_02-0.5 is installed
OR xen-doc-html-4.1.6_02-0.5 is installed
OR xen-doc-pdf-4.1.6_02-0.5 is installed
OR xen-kmp-default-4.1.6_02_3.0.93_0.5-0.5 is installed
OR xen-kmp-pae-4.1.6_02_3.0.93_0.5-0.5 is installed
OR xen-kmp-trace-4.1.6_02_3.0.93_0.5-0.5 is installed
OR xen-libs-4.1.6_02-0.5 is installed
OR xen-libs-32bit-4.1.6_02-0.5 is installed
OR xen-tools-4.1.6_02-0.5 is installed
OR xen-tools-domU-4.1.6_02-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
augeas-0.9.0-3.17 is installed
OR libaugeas0-0.9.0-3.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND kvm-1.4.2-35.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
expat-2.1.0-13.232 is installed
OR libexpat1-2.1.0-13.232 is installed
OR libexpat1-32bit-2.1.0-13.232 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
glibc-2.19-31.9 is installed
OR glibc-32bit-2.19-31.9 is installed
OR glibc-devel-2.19-31.9 is installed
OR glibc-devel-32bit-2.19-31.9 is installed
OR glibc-i18ndata-2.19-31.9 is installed
OR glibc-locale-2.19-31.9 is installed
OR glibc-locale-32bit-2.19-31.9 is installed
OR nscd-2.19-31.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-33.1 is installed
OR libMagick++-6_Q16-3-6.8.8.1-33.1 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-33.1 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33.1 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-33.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
apparmor-docs-2.8.2-49.21 is installed
OR apparmor-parser-2.8.2-49.21 is installed
OR apparmor-profiles-2.8.2-49.21 is installed
OR apparmor-utils-2.8.2-49.21 is installed
OR libapparmor1-2.8.2-49.21 is installed
OR libapparmor1-32bit-2.8.2-49.21 is installed
OR pam_apparmor-2.8.2-49.21 is installed
OR pam_apparmor-32bit-2.8.2-49.21 is installed
OR perl-apparmor-2.8.2-49.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
libpython3_4m1_0-3.4.1-2 is installed
OR python3-base-3.4.1-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
bind-9.5.0P2-20.7 is installed
OR bind-chrootenv-9.5.0P2-20.7 is installed
OR bind-doc-9.5.0P2-20.7 is installed
OR bind-libs-9.5.0P2-20.7 is installed
OR bind-libs-32bit-9.5.0P2-20.7 is installed
OR bind-libs-x86-9.5.0P2-20.7 is installed
OR bind-utils-9.5.0P2-20.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
bind-9.5.0P2-20.7 is installed
OR bind-chrootenv-9.5.0P2-20.7 is installed
OR bind-doc-9.5.0P2-20.7 is installed
OR bind-libs-9.5.0P2-20.7 is installed
OR bind-libs-32bit-9.5.0P2-20.7 is installed
OR bind-libs-x86-9.5.0P2-20.7 is installed
OR bind-utils-9.5.0P2-20.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 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 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
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 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
vm-install-0.4.31-0.3 is installed
OR xen-4.0.2_21511_02-0.7 is installed
OR xen-doc-html-4.0.2_21511_02-0.7 is installed
OR xen-doc-pdf-4.0.2_21511_02-0.7 is installed
OR xen-kmp-default-4.0.2_21511_02_2.6.32.43_0.4-0.7 is installed
OR xen-kmp-pae-4.0.2_21511_02_2.6.32.43_0.4-0.7 is installed
OR xen-libs-4.0.2_21511_02-0.7 is installed
OR xen-tools-4.0.2_21511_02-0.7 is installed
OR xen-tools-domU-4.0.2_21511_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
vm-install-0.4.31-0.3 is installed
OR xen-4.0.2_21511_02-0.7 is installed
OR xen-doc-html-4.0.2_21511_02-0.7 is installed
OR xen-doc-pdf-4.0.2_21511_02-0.7 is installed
OR xen-kmp-default-4.0.2_21511_02_2.6.32.43_0.4-0.7 is installed
OR xen-kmp-pae-4.0.2_21511_02_2.6.32.43_0.4-0.7 is installed
OR xen-libs-4.0.2_21511_02-0.7 is installed
OR xen-tools-4.0.2_21511_02-0.7 is installed
OR xen-tools-domU-4.0.2_21511_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
vm-install-0.4.31-0.3 is installed
OR xen-4.0.2_21511_02-0.7 is installed
OR xen-doc-html-4.0.2_21511_02-0.7 is installed
OR xen-doc-pdf-4.0.2_21511_02-0.7 is installed
OR xen-kmp-default-4.0.2_21511_02_2.6.32.43_0.4-0.7 is installed
OR xen-kmp-pae-4.0.2_21511_02_2.6.32.43_0.4-0.7 is installed
OR xen-libs-4.0.2_21511_02-0.7 is installed
OR xen-tools-4.0.2_21511_02-0.7 is installed
OR xen-tools-domU-4.0.2_21511_02-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
bzip2-1.0.5-34 is installed
OR bzip2-doc-1.0.5-34 is installed
OR libbz2-1-1.0.5-34 is installed
OR libbz2-1-32bit-1.0.5-34 is installed
OR libbz2-1-x86-1.0.5-34 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpython2_7-1_0-2.7.9-6.9 is installed
OR libpython2_7-1_0-32bit-2.7.9-6.9 is installed
OR python27-2.7.9-6.9 is installed
OR python27-32bit-2.7.9-6.9 is installed
OR python27-base-2.7.9-6.9 is installed
OR python27-base-32bit-2.7.9-6.9 is installed
OR python27-curses-2.7.9-6.9 is installed
OR python27-demo-2.7.9-6.9 is installed
OR python27-devel-2.7.9-6.9 is installed
OR python27-doc-2.7.9-6.9 is installed
OR python27-doc-pdf-2.7.9-6.9 is installed
OR python27-gdbm-2.7.9-6.9 is installed
OR python27-idle-2.7.9-6.9 is installed
OR python27-tk-2.7.9-6.9 is installed
OR python27-xml-2.7.9-6.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpython2_7-1_0-2.7.9-6.9 is installed
OR libpython2_7-1_0-32bit-2.7.9-6.9 is installed
OR python27-2.7.9-6.9 is installed
OR python27-32bit-2.7.9-6.9 is installed
OR python27-base-2.7.9-6.9 is installed
OR python27-base-32bit-2.7.9-6.9 is installed
OR python27-curses-2.7.9-6.9 is installed
OR python27-demo-2.7.9-6.9 is installed
OR python27-devel-2.7.9-6.9 is installed
OR python27-doc-2.7.9-6.9 is installed
OR python27-doc-pdf-2.7.9-6.9 is installed
OR python27-gdbm-2.7.9-6.9 is installed
OR python27-idle-2.7.9-6.9 is installed
OR python27-tk-2.7.9-6.9 is installed
OR python27-xml-2.7.9-6.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libfreebl3-3.15.3.1-0.4.2 is installed
OR libfreebl3-32bit-3.15.3.1-0.4.2 is installed
OR libfreebl3-x86-3.15.3.1-0.4.2 is installed
OR mozilla-nss-3.15.3.1-0.4.2 is installed
OR mozilla-nss-32bit-3.15.3.1-0.4.2 is installed
OR mozilla-nss-tools-3.15.3.1-0.4.2 is installed
OR mozilla-nss-x86-3.15.3.1-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libfreebl3-3.15.3.1-0.4.2 is installed
OR libfreebl3-32bit-3.15.3.1-0.4.2 is installed
OR libfreebl3-x86-3.15.3.1-0.4.2 is installed
OR mozilla-nss-3.15.3.1-0.4.2 is installed
OR mozilla-nss-32bit-3.15.3.1-0.4.2 is installed
OR mozilla-nss-tools-3.15.3.1-0.4.2 is installed
OR mozilla-nss-x86-3.15.3.1-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libfreebl3-3.15.3.1-0.4.2 is installed
OR libfreebl3-32bit-3.15.3.1-0.4.2 is installed
OR libfreebl3-x86-3.15.3.1-0.4.2 is installed
OR mozilla-nss-3.15.3.1-0.4.2 is installed
OR mozilla-nss-32bit-3.15.3.1-0.4.2 is installed
OR mozilla-nss-tools-3.15.3.1-0.4.2 is installed
OR mozilla-nss-x86-3.15.3.1-0.4.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libsoup-2_4-1-2.32.2-4.7 is installed
OR libsoup-2_4-1-32bit-2.32.2-4.7 is installed
OR libsoup-2_4-1-x86-2.32.2-4.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xorg-x11-Xvnc-7.4-27.85 is installed
OR xorg-x11-server-7.4-27.85 is installed
OR xorg-x11-server-extra-7.4-27.85 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xorg-x11-Xvnc-7.4-27.85 is installed
OR xorg-x11-server-7.4-27.85 is installed
OR xorg-x11-server-extra-7.4-27.85 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
xorg-x11-Xvnc-7.4-27.85 is installed
OR xorg-x11-server-7.4-27.85 is installed
OR xorg-x11-server-extra-7.4-27.85 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
apache2-mod_php53-5.3.17-0.13 is installed
OR php53-5.3.17-0.13 is installed
OR php53-bcmath-5.3.17-0.13 is installed
OR php53-bz2-5.3.17-0.13 is installed
OR php53-calendar-5.3.17-0.13 is installed
OR php53-ctype-5.3.17-0.13 is installed
OR php53-curl-5.3.17-0.13 is installed
OR php53-dba-5.3.17-0.13 is installed
OR php53-dom-5.3.17-0.13 is installed
OR php53-exif-5.3.17-0.13 is installed
OR php53-fastcgi-5.3.17-0.13 is installed
OR php53-fileinfo-5.3.17-0.13 is installed
OR php53-ftp-5.3.17-0.13 is installed
OR php53-gd-5.3.17-0.13 is installed
OR php53-gettext-5.3.17-0.13 is installed
OR php53-gmp-5.3.17-0.13 is installed
OR php53-iconv-5.3.17-0.13 is installed
OR php53-intl-5.3.17-0.13 is installed
OR php53-json-5.3.17-0.13 is installed
OR php53-ldap-5.3.17-0.13 is installed
OR php53-mbstring-5.3.17-0.13 is installed
OR php53-mcrypt-5.3.17-0.13 is installed
OR php53-mysql-5.3.17-0.13 is installed
OR php53-odbc-5.3.17-0.13 is installed
OR php53-openssl-5.3.17-0.13 is installed
OR php53-pcntl-5.3.17-0.13 is installed
OR php53-pdo-5.3.17-0.13 is installed
OR php53-pear-5.3.17-0.13 is installed
OR php53-pgsql-5.3.17-0.13 is installed
OR php53-pspell-5.3.17-0.13 is installed
OR php53-shmop-5.3.17-0.13 is installed
OR php53-snmp-5.3.17-0.13 is installed
OR php53-soap-5.3.17-0.13 is installed
OR php53-suhosin-5.3.17-0.13 is installed
OR php53-sysvmsg-5.3.17-0.13 is installed
OR php53-sysvsem-5.3.17-0.13 is installed
OR php53-sysvshm-5.3.17-0.13 is installed
OR php53-tokenizer-5.3.17-0.13 is installed
OR php53-wddx-5.3.17-0.13 is installed
OR php53-xmlreader-5.3.17-0.13 is installed
OR php53-xmlrpc-5.3.17-0.13 is installed
OR php53-xmlwriter-5.3.17-0.13 is installed
OR php53-xsl-5.3.17-0.13 is installed
OR php53-zip-5.3.17-0.13 is installed
OR php53-zlib-5.3.17-0.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
bind-9.9.6P1-0.15 is installed
OR bind-chrootenv-9.9.6P1-0.15 is installed
OR bind-doc-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-libs-x86-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
bind-9.9.6P1-0.15 is installed
OR bind-chrootenv-9.9.6P1-0.15 is installed
OR bind-doc-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-libs-x86-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND dnsmasq-2.71-0.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.22 is installed
OR libopenssl1_0_0-1.0.1g-0.22 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.22 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.22 is installed
OR openssl1-1.0.1g-0.22 is installed
OR openssl1-doc-1.0.1g-0.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.22 is installed
OR libopenssl1_0_0-1.0.1g-0.22 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.22 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.22 is installed
OR openssl1-1.0.1g-0.22 is installed
OR openssl1-doc-1.0.1g-0.22 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
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND ctags-5.8-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND ctags-5.8-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libQt5Core5-5.3.2-1 is installed
OR libQt5DBus5-5.3.2-1 is installed
OR libQt5Gui5-5.3.2-1 is installed
OR libQt5Widgets5-5.3.2-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
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 12 SP1-LTSS is installed
AND Package Information
kernel-default-3.12.74-60.64.48.1 is installed
OR kernel-default-base-3.12.74-60.64.48.1 is installed
OR kernel-default-devel-3.12.74-60.64.48.1 is installed
OR kernel-default-man-3.12.74-60.64.48.1 is installed
OR kernel-devel-3.12.74-60.64.48.1 is installed
OR kernel-macros-3.12.74-60.64.48.1 is installed
OR kernel-source-3.12.74-60.64.48.1 is installed
OR kernel-syms-3.12.74-60.64.48.1 is installed
OR kernel-xen-3.12.74-60.64.48.1 is installed
OR kernel-xen-base-3.12.74-60.64.48.1 is installed
OR kernel-xen-devel-3.12.74-60.64.48.1 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2.1 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS 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-LTSS 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 SP3 is installed
AND
ImageMagick-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.5 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
ImageMagick-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.5 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 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-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-2-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_12-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-2-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_12-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
libmysqlclient-devel-10.0.26-20.10.2 is installed
OR libmysqlclient18-10.0.26-20.10.2 is installed
OR libmysqlclient18-32bit-10.0.26-20.10.2 is installed
OR libmysqlclient_r18-10.0.26-20.10.2 is installed
OR libmysqld-devel-10.0.26-20.10.2 is installed
OR libmysqld18-10.0.26-20.10.2 is installed
OR mariadb-10.0.26-20.10.2 is installed
OR mariadb-client-10.0.26-20.10.2 is installed
OR mariadb-errormessages-10.0.26-20.10.2 is installed
OR mariadb-tools-10.0.26-20.10.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
freetype2-devel-2.3.7-25.32 is installed
OR freetype2-devel-32bit-2.3.7-25.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
postgresql91-devel-9.1.19-0.5 is installed
OR postgresql91-libs-9.1.19-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND dhcp-devel-4.2.4.P2-0.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
kernel-docs-4.4.103-6.38 is installed
OR kernel-obs-build-4.4.103-6.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
bluez-5.13-5.20 is installed
OR bluez-devel-5.13-5.20 is installed
OR cmis-client-0.5.2-9.3 is installed
OR gperf-3.1-19.4 is installed
OR libcmis-0_5-5-0.5.2-9.3 is installed
OR libcmis-c-0_5-5-0.5.2-9.3 is installed
OR libcmis-c-devel-0.5.2-9.3 is installed
OR libcmis-devel-0.5.2-9.3 is installed
OR libixion-0.15.0-13.12 is installed
OR libixion-devel-0.15.0-13.12 is installed
OR libmwaw-0.3.15-7.15 is installed
OR libmwaw-devel-0.3.15-7.15 is installed
OR libmwaw-devel-doc-0.3.15-7.15 is installed
OR liborcus-0.15.3-10.15 is installed
OR liborcus-devel-0.15.3-10.15 is installed
OR libreoffice-6.3.3.2-43.59 is installed
OR libreoffice-sdk-6.3.3.2-43.59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
xen-4.12.2_04-3.11 is installed
OR xen-devel-4.12.2_04-3.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND libIlmImf-Imf_2_1-21-32bit-2.1.0-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
empathy-3.10.3-1 is installed
OR empathy-lang-3.10.3-1 is installed
OR telepathy-mission-control-plugin-goa-3.10.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.103-92.56.1 is installed
OR kernel-default-extra-4.4.103-92.56.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.23 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.23 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwebkit2gtk3-lang-2.22.6-2.35 is installed
OR webkit2gtk3-2.22.6-2.35 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.5.1-17 is installed
OR MozillaThunderbird-buildsymbols-45.5.1-17 is installed
OR MozillaThunderbird-devel-45.5.1-17 is installed
OR MozillaThunderbird-translations-common-45.5.1-17 is installed
OR MozillaThunderbird-translations-other-45.5.1-17 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
ffmpeg-3.1.6-5 is installed
OR ffmpeg-devel-2.8.10-9 is installed
OR libavcodec-devel-3.1.6-5 is installed
OR libavcodec56-2.8.10-9 is installed
OR libavcodec57-3.1.6-5 is installed
OR libavcodec57-32bit-3.2.4-6.3 is installed
OR libavdevice-devel-3.1.6-5 is installed
OR libavdevice56-2.8.10-9 is installed
OR libavdevice57-3.1.6-5 is installed
OR libavdevice57-32bit-3.2.4-6.3 is installed
OR libavfilter-devel-3.1.6-5 is installed
OR libavfilter5-2.8.10-9 is installed
OR libavfilter6-3.1.6-5 is installed
OR libavfilter6-32bit-3.2.4-6.3 is installed
OR libavformat-devel-3.1.6-5 is installed
OR libavformat56-2.8.10-9 is installed
OR libavformat57-3.1.6-5 is installed
OR libavformat57-32bit-3.2.4-6.3 is installed
OR libavresample-devel-3.1.6-5 is installed
OR libavresample2-2.8.10-9 is installed
OR libavresample3-3.1.6-5 is installed
OR libavresample3-32bit-3.2.4-6.3 is installed
OR libavutil-devel-3.1.6-5 is installed
OR libavutil54-2.8.10-9 is installed
OR libavutil55-3.1.6-5 is installed
OR libavutil55-32bit-3.2.4-6.3 is installed
OR libpostproc-devel-3.1.6-5 is installed
OR libpostproc53-2.8.10-9 is installed
OR libpostproc54-3.1.6-5 is installed
OR libpostproc54-32bit-3.2.4-6.3 is installed
OR libswresample-devel-3.1.6-5 is installed
OR libswresample1-2.8.10-9 is installed
OR libswresample2-3.1.6-5 is installed
OR libswresample2-32bit-3.2.4-6.3 is installed
OR libswscale-devel-3.1.6-5 is installed
OR libswscale3-2.8.10-9 is installed
OR libswscale4-3.1.6-5 is installed
OR libswscale4-32bit-3.2.4-6.3 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
ffmpeg-3.1.6-5 is installed
OR ffmpeg-devel-2.8.10-9 is installed
OR libavcodec-devel-3.1.6-5 is installed
OR libavcodec56-2.8.10-9 is installed
OR libavcodec57-3.1.6-5 is installed
OR libavcodec57-32bit-3.2.4-6.3 is installed
OR libavdevice-devel-3.1.6-5 is installed
OR libavdevice56-2.8.10-9 is installed
OR libavdevice57-3.1.6-5 is installed
OR libavdevice57-32bit-3.2.4-6.3 is installed
OR libavfilter-devel-3.1.6-5 is installed
OR libavfilter5-2.8.10-9 is installed
OR libavfilter6-3.1.6-5 is installed
OR libavfilter6-32bit-3.2.4-6.3 is installed
OR libavformat-devel-3.1.6-5 is installed
OR libavformat56-2.8.10-9 is installed
OR libavformat57-3.1.6-5 is installed
OR libavformat57-32bit-3.2.4-6.3 is installed
OR libavresample-devel-3.1.6-5 is installed
OR libavresample2-2.8.10-9 is installed
OR libavresample3-3.1.6-5 is installed
OR libavresample3-32bit-3.2.4-6.3 is installed
OR libavutil-devel-3.1.6-5 is installed
OR libavutil54-2.8.10-9 is installed
OR libavutil55-3.1.6-5 is installed
OR libavutil55-32bit-3.2.4-6.3 is installed
OR libpostproc-devel-3.1.6-5 is installed
OR libpostproc53-2.8.10-9 is installed
OR libpostproc54-3.1.6-5 is installed
OR libpostproc54-32bit-3.2.4-6.3 is installed
OR libswresample-devel-3.1.6-5 is installed
OR libswresample1-2.8.10-9 is installed
OR libswresample2-3.1.6-5 is installed
OR libswresample2-32bit-3.2.4-6.3 is installed
OR libswscale-devel-3.1.6-5 is installed
OR libswscale3-2.8.10-9 is installed
OR libswscale4-3.1.6-5 is installed
OR libswscale4-32bit-3.2.4-6.3 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
libsox3-14.4.2-5 is installed
OR sox-14.4.2-5 is installed
OR sox-devel-14.4.2-5 is installed
|