| Revision Date: | 2020-12-01 | Version: | 1 |
| Title: | Security update for the Linux Kernel (Important) |
| Description: |
The SUSE Linux Enterprise 12 SP2 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 / 'SpecŧreAttack': 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 on updated firmware or BIOS images regarding this issue.
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, an attack similar to CVE-2017-5753.
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'.
Note that this is only done on affected platforms.
This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.
Also the following unrelated 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) - Always sign validate_negotiate_info reqs (bsc#1071009, fate#324404). - 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). - bpf: prevent speculative execution in eBPF interpreter (bnc#1068032). - carl9170: prevent speculative execution (bnc#1068032). - Check cmdline_find_option() retval properly and use boot_cpu_has(). - cw1200: prevent speculative execution (bnc#1068032). - e1000e: Avoid receiver overrun interrupt bursts (bsc#969470 FATE#319819). - e1000e: Fix e1000_check_for_copper_link_ich8lan return value (bsc#1073809). - Fix leak of validate_negotiate_info resp (bsc#1071009, fate#324404). - Fix NULL pointer deref in SMB2_tcon() (bsc#1071009, fate#324404). - Fix validate_negotiate_info uninitialized mem (bsc#1071009, fate#324404). - 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). - 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: Disable 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: 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). - 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). - Redo encryption backport to fix pkt signing (bsc#1071009, fate#324404). - s390: add ppa to system call and program check path (bsc#1068032). - s390: introduce CPU alternatives. - s390: introduce CPU alternatives (bsc#1068032). - s390/spinlock: add gmb memory barrier - s390/spinlock: add gmb memory barrier (bsc#1068032). - s390/spinlock: add ppa to system call path Signoff the s390 patches. - 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_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). - 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: 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): | 1006984 1006989 1012382 1037811 1039616 1047487 1063043 1064311 1065180 1068032 1068951 1071009 1072556 1072962 1073090 1073792 1073809 1073874 1073912 1077445 1082063 1082210 1083417 1083420 1083422 1083424 1083426 1090338 1096740 1097560 1097824 1098531 1099658 1103809 1103810 1104076 1106284 1107832 1110233 1110785 1111853 1113769 1120843 1120885 1122292 1122299 1131543 1131565 1132374 1132472 1133191 1134537 1134596 1134848 1135281 1135603 1136424 1136446 1136586 1136935 1137586 1137597 1141322 1141780 1141782 1141783 1141785 1141787 1141789 1147021 1148987 1149496 1158527 1159819 1163927 1173998 1175476 964063 969470 977043 CVE-2016-1549 CVE-2017-17805 CVE-2017-17806 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2018-11212 CVE-2018-12327 CVE-2018-12470 CVE-2018-12471 CVE-2018-12472 CVE-2018-14633 CVE-2018-17182 CVE-2018-17972 CVE-2018-3665 CVE-2018-7170 CVE-2018-7182 CVE-2018-7183 CVE-2018-7184 CVE-2018-7185 CVE-2018-7191 CVE-2019-11190 CVE-2019-11477 CVE-2019-11477 CVE-2019-11478 CVE-2019-11478 CVE-2019-11479 CVE-2019-11487 CVE-2019-11745 CVE-2019-11771 CVE-2019-11772 CVE-2019-11775 CVE-2019-11815 CVE-2019-11833 CVE-2019-11884 CVE-2019-12382 CVE-2019-13627 CVE-2019-14559 CVE-2019-14562 CVE-2019-17006 CVE-2019-2449 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2786 CVE-2019-2816 CVE-2019-3846 CVE-2019-3846 CVE-2019-4473 CVE-2019-5482 CVE-2019-5489 CVE-2019-7317 CVE-2020-13753 CVE-2020-9802 CVE-2020-9803 CVE-2020-9805 CVE-2020-9806 CVE-2020-9807 CVE-2020-9843 CVE-2020-9850 SUSE-SU-2018:0012-1 SUSE-SU-2018:1765-2 SUSE-SU-2018:1949-1 SUSE-SU-2018:2898-2 SUSE-SU-2018:3342-1 SUSE-SU-2019:1534-1 SUSE-SU-2019:2339-2 SUSE-SU-2020:0088-1 SUSE-SU-2020:2069-1 SUSE-SU-2020:3126-1
|
| Platform(s): | openSUSE Leap 42.1 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 Module for Basesystem 15 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 42.1 is installed AND Package Information
aaa_base-13.2+git20140911.61c1681-4.6 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-4.6 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 is installed
AND apache-commons-httpclient-3.1-9.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
freetype2-2.3.7-25.32.1 is installed
OR freetype2-32bit-2.3.7-25.32.1 is installed
OR freetype2-devel-2.3.7-25.32.1 is installed
OR ft2demos-2.3.7-25.32.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-31.8.0esr-0.10.1 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10.1 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10.1 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10.1 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
OR mozilla-nspr-4.10.8-0.5.1 is installed
OR mozilla-nspr-32bit-4.10.8-0.5.1 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10.1 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND cabextract-1.2-2.12.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
flash-player-11.2.202.425-19.1 is installed
OR flash-player-gnome-11.2.202.425-19.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
gpg2-2.0.24-3.2 is installed
OR gpg2-lang-2.0.24-3.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND sblim-sfcb-1.4.8-8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
bash-4.3-82 is installed
OR bash-doc-4.3-82 is installed
OR bash-lang-4.3-82 is installed
OR libreadline6-6.3-82 is installed
OR libreadline6-32bit-6.3-82 is installed
OR readline-doc-6.3-82 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 is installed
AND autofs-5.1.3-5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
kernel-default-3.0.101-0.47.106.5 is installed
OR kernel-default-base-3.0.101-0.47.106.5 is installed
OR kernel-default-devel-3.0.101-0.47.106.5 is installed
OR kernel-ec2-3.0.101-0.47.106.5 is installed
OR kernel-ec2-base-3.0.101-0.47.106.5 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.5 is installed
OR kernel-pae-3.0.101-0.47.106.5 is installed
OR kernel-pae-base-3.0.101-0.47.106.5 is installed
OR kernel-pae-devel-3.0.101-0.47.106.5 is installed
OR kernel-source-3.0.101-0.47.106.5 is installed
OR kernel-syms-3.0.101-0.47.106.5 is installed
OR kernel-trace-3.0.101-0.47.106.5 is installed
OR kernel-trace-base-3.0.101-0.47.106.5 is installed
OR kernel-trace-devel-3.0.101-0.47.106.5 is installed
OR kernel-xen-3.0.101-0.47.106.5 is installed
OR kernel-xen-base-3.0.101-0.47.106.5 is installed
OR kernel-xen-devel-3.0.101-0.47.106.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-54 is installed
OR kernel-rt-base-3.0.101.rt130-54 is installed
OR kernel-rt-devel-3.0.101.rt130-54 is installed
OR kernel-rt_trace-3.0.101.rt130-54 is installed
OR kernel-rt_trace-base-3.0.101.rt130-54 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-54 is installed
OR kernel-source-rt-3.0.101.rt130-54 is installed
OR kernel-syms-rt-3.0.101.rt130-54 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND dhcp-client-3.1.1-7.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND dhcp-client-3.1.1-7.13 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND python-pam-0.5.0-3.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND python-pam-0.5.0-3.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND python-pam-0.5.0-3.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND python-pam-0.5.0-3.20 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libjasper-1.900.1-134.11 is installed
OR libjasper-32bit-1.900.1-134.11 is installed
OR libjasper-x86-1.900.1-134.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libjasper-1.900.1-134.11 is installed
OR libjasper-32bit-1.900.1-134.11 is installed
OR libjasper-x86-1.900.1-134.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libjasper-1.900.1-134.11 is installed
OR libjasper-32bit-1.900.1-134.11 is installed
OR libjasper-x86-1.900.1-134.11 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
MozillaFirefox-3.5.9-0.1 is installed
OR MozillaFirefox-translations-3.5.9-0.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-libX11-7.4-5.11.11 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-libX11-7.4-5.11.11 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-libX11-7.4-5.11.11 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-libX11-7.4-5.11.11 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.11 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.59 is installed
OR libMagickCore1-6.4.3.6-78.59 is installed
OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.59 is installed
OR libMagickCore1-6.4.3.6-78.59 is installed
OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
apache2-2.2.12-1.40 is installed
OR apache2-doc-2.2.12-1.40 is installed
OR apache2-example-pages-2.2.12-1.40 is installed
OR apache2-prefork-2.2.12-1.40 is installed
OR apache2-utils-2.2.12-1.40 is installed
OR apache2-worker-2.2.12-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
apache2-2.2.12-1.40 is installed
OR apache2-doc-2.2.12-1.40 is installed
OR apache2-example-pages-2.2.12-1.40 is installed
OR apache2-prefork-2.2.12-1.40 is installed
OR apache2-utils-2.2.12-1.40 is installed
OR apache2-worker-2.2.12-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
apache2-2.2.12-1.40 is installed
OR apache2-doc-2.2.12-1.40 is installed
OR apache2-example-pages-2.2.12-1.40 is installed
OR apache2-prefork-2.2.12-1.40 is installed
OR apache2-utils-2.2.12-1.40 is installed
OR apache2-worker-2.2.12-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
apache2-2.2.12-1.40 is installed
OR apache2-doc-2.2.12-1.40 is installed
OR apache2-example-pages-2.2.12-1.40 is installed
OR apache2-prefork-2.2.12-1.40 is installed
OR apache2-utils-2.2.12-1.40 is installed
OR apache2-worker-2.2.12-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
apache2-2.2.12-1.40 is installed
OR apache2-doc-2.2.12-1.40 is installed
OR apache2-example-pages-2.2.12-1.40 is installed
OR apache2-prefork-2.2.12-1.40 is installed
OR apache2-utils-2.2.12-1.40 is installed
OR apache2-worker-2.2.12-1.40 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND kvm-0.15.1-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND kvm-0.15.1-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND kvm-0.15.1-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND kvm-0.15.1-0.27 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
freetype2-2.3.7-25.32 is installed
OR freetype2-32bit-2.3.7-25.32 is installed
OR freetype2-x86-2.3.7-25.32 is installed
OR ft2demos-2.3.7-25.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
freetype2-2.3.7-25.32 is installed
OR freetype2-32bit-2.3.7-25.32 is installed
OR freetype2-x86-2.3.7-25.32 is installed
OR ft2demos-2.3.7-25.32 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
freetype2-2.3.7-25.32 is installed
OR freetype2-32bit-2.3.7-25.32 is installed
OR freetype2-x86-2.3.7-25.32 is installed
OR ft2demos-2.3.7-25.32 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND acpid-1.0.6-91.16 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-devel-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-devel-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND coolkey-1.1.0-22 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.99 is installed
OR kernel-bigsmp-base-3.0.101-0.47.99 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.99 is installed
OR kernel-default-3.0.101-0.47.99 is installed
OR kernel-default-base-3.0.101-0.47.99 is installed
OR kernel-default-devel-3.0.101-0.47.99 is installed
OR kernel-default-man-3.0.101-0.47.99 is installed
OR kernel-ec2-3.0.101-0.47.99 is installed
OR kernel-ec2-base-3.0.101-0.47.99 is installed
OR kernel-ec2-devel-3.0.101-0.47.99 is installed
OR kernel-pae-3.0.101-0.47.99 is installed
OR kernel-pae-base-3.0.101-0.47.99 is installed
OR kernel-pae-devel-3.0.101-0.47.99 is installed
OR kernel-source-3.0.101-0.47.99 is installed
OR kernel-syms-3.0.101-0.47.99 is installed
OR kernel-trace-3.0.101-0.47.99 is installed
OR kernel-trace-base-3.0.101-0.47.99 is installed
OR kernel-trace-devel-3.0.101-0.47.99 is installed
OR kernel-xen-3.0.101-0.47.99 is installed
OR kernel-xen-base-3.0.101-0.47.99 is installed
OR kernel-xen-devel-3.0.101-0.47.99 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.99 is installed
OR kernel-bigsmp-base-3.0.101-0.47.99 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.99 is installed
OR kernel-default-3.0.101-0.47.99 is installed
OR kernel-default-base-3.0.101-0.47.99 is installed
OR kernel-default-devel-3.0.101-0.47.99 is installed
OR kernel-default-man-3.0.101-0.47.99 is installed
OR kernel-ec2-3.0.101-0.47.99 is installed
OR kernel-ec2-base-3.0.101-0.47.99 is installed
OR kernel-ec2-devel-3.0.101-0.47.99 is installed
OR kernel-pae-3.0.101-0.47.99 is installed
OR kernel-pae-base-3.0.101-0.47.99 is installed
OR kernel-pae-devel-3.0.101-0.47.99 is installed
OR kernel-source-3.0.101-0.47.99 is installed
OR kernel-syms-3.0.101-0.47.99 is installed
OR kernel-trace-3.0.101-0.47.99 is installed
OR kernel-trace-base-3.0.101-0.47.99 is installed
OR kernel-trace-devel-3.0.101-0.47.99 is installed
OR kernel-xen-3.0.101-0.47.99 is installed
OR kernel-xen-base-3.0.101-0.47.99 is installed
OR kernel-xen-devel-3.0.101-0.47.99 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-38.8.0esr-40.5 is installed
OR MozillaFirefox-translations-38.8.0esr-40.5 is installed
OR libfreebl3-3.20.2-30.1 is installed
OR libfreebl3-32bit-3.20.2-30.1 is installed
OR libsoftokn3-3.20.2-30.1 is installed
OR libsoftokn3-32bit-3.20.2-30.1 is installed
OR mozilla-nspr-4.12-26.1 is installed
OR mozilla-nspr-32bit-4.12-26.1 is installed
OR mozilla-nss-3.20.2-30.1 is installed
OR mozilla-nss-32bit-3.20.2-30.1 is installed
OR mozilla-nss-tools-3.20.2-30.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.8 is installed
OR libMagickCore1-6.4.3.6-7.78.8 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.8 is installed
OR libMagickCore1-6.4.3.6-7.78.8 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
PackageKit-0.3.14-2.30 is installed
OR PackageKit-lang-0.3.14-2.30 is installed
OR hal-0.5.12-23.76 is installed
OR hal-32bit-0.5.12-23.76 is installed
OR hal-doc-0.5.12-23.76 is installed
OR hal-x86-0.5.12-23.76 is installed
OR libpackagekit-glib10-0.3.14-2.30 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
openvpn-openssl1-2.3.2-0.10.3 is installed
OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache2-2.4.10-6 is installed
OR apache2-doc-2.4.10-6 is installed
OR apache2-example-pages-2.4.10-6 is installed
OR apache2-prefork-2.4.10-6 is installed
OR apache2-utils-2.4.10-6 is installed
OR apache2-worker-2.4.10-6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
MozillaFirefox-45.2.0esr-75 is installed
OR MozillaFirefox-branding-SLE-45.0-28 is installed
OR MozillaFirefox-translations-45.2.0esr-75 is installed
OR libfreebl3-3.21.1-46 is installed
OR libfreebl3-32bit-3.21.1-46 is installed
OR libfreebl3-hmac-3.21.1-46 is installed
OR libfreebl3-hmac-32bit-3.21.1-46 is installed
OR libsoftokn3-3.21.1-46 is installed
OR libsoftokn3-32bit-3.21.1-46 is installed
OR libsoftokn3-hmac-3.21.1-46 is installed
OR libsoftokn3-hmac-32bit-3.21.1-46 is installed
OR mozilla-nspr-4.12-15 is installed
OR mozilla-nspr-32bit-4.12-15 is installed
OR mozilla-nss-3.21.1-46 is installed
OR mozilla-nss-32bit-3.21.1-46 is installed
OR mozilla-nss-certs-3.21.1-46 is installed
OR mozilla-nss-certs-32bit-3.21.1-46 is installed
OR mozilla-nss-sysinit-3.21.1-46 is installed
OR mozilla-nss-sysinit-32bit-3.21.1-46 is installed
OR mozilla-nss-tools-3.21.1-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
MozillaFirefox-45.2.0esr-75 is installed
OR MozillaFirefox-branding-SLE-45.0-28 is installed
OR MozillaFirefox-translations-45.2.0esr-75 is installed
OR libfreebl3-3.21.1-46 is installed
OR libfreebl3-32bit-3.21.1-46 is installed
OR libfreebl3-hmac-3.21.1-46 is installed
OR libfreebl3-hmac-32bit-3.21.1-46 is installed
OR libsoftokn3-3.21.1-46 is installed
OR libsoftokn3-32bit-3.21.1-46 is installed
OR libsoftokn3-hmac-3.21.1-46 is installed
OR libsoftokn3-hmac-32bit-3.21.1-46 is installed
OR mozilla-nspr-4.12-15 is installed
OR mozilla-nspr-32bit-4.12-15 is installed
OR mozilla-nss-3.21.1-46 is installed
OR mozilla-nss-32bit-3.21.1-46 is installed
OR mozilla-nss-certs-3.21.1-46 is installed
OR mozilla-nss-certs-32bit-3.21.1-46 is installed
OR mozilla-nss-sysinit-3.21.1-46 is installed
OR mozilla-nss-sysinit-32bit-3.21.1-46 is installed
OR mozilla-nss-tools-3.21.1-46 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
cron-4.2-58 is installed
OR cronie-1.4.11-58 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_18-default-9-2.1 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-9-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_9-9-2.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
kernel-default-4.4.103-92.56 is installed
OR kernel-default-base-4.4.103-92.56 is installed
OR kernel-default-devel-4.4.103-92.56 is installed
OR kernel-default-man-4.4.103-92.56 is installed
OR kernel-devel-4.4.103-92.56 is installed
OR kernel-macros-4.4.103-92.56 is installed
OR kernel-source-4.4.103-92.56 is installed
OR kernel-syms-4.4.103-92.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
kernel-default-4.4.103-92.56 is installed
OR kernel-default-base-4.4.103-92.56 is installed
OR kernel-default-devel-4.4.103-92.56 is installed
OR kernel-default-man-4.4.103-92.56 is installed
OR kernel-devel-4.4.103-92.56 is installed
OR kernel-macros-4.4.103-92.56 is installed
OR kernel-source-4.4.103-92.56 is installed
OR kernel-syms-4.4.103-92.56 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_114-92_64-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_114-92_64-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-8-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-3-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libzypp-16.15.3-2.3 is installed
OR yast2-pkg-bindings-3.2.4-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libzypp-16.15.3-2.3 is installed
OR yast2-pkg-bindings-3.2.4-2.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND cifs-utils-6.5-8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
dbus-1-1.8.22-29.17 is installed
OR dbus-1-x11-1.8.22-29.17 is installed
OR libdbus-1-3-1.8.22-29.17 is installed
OR libdbus-1-3-32bit-1.8.22-29.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
dbus-1-1.8.22-29.17 is installed
OR dbus-1-x11-1.8.22-29.17 is installed
OR libdbus-1-3-1.8.22-29.17 is installed
OR libdbus-1-3-32bit-1.8.22-29.17 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
postgresql96-9.6.15-3.29 is installed
OR postgresql96-contrib-9.6.15-3.29 is installed
OR postgresql96-docs-9.6.15-3.29 is installed
OR postgresql96-libs-9.6.15-3.29 is installed
OR postgresql96-plperl-9.6.15-3.29 is installed
OR postgresql96-plpython-9.6.15-3.29 is installed
OR postgresql96-pltcl-9.6.15-3.29 is installed
OR postgresql96-server-9.6.15-3.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
postgresql96-9.6.15-3.29 is installed
OR postgresql96-contrib-9.6.15-3.29 is installed
OR postgresql96-docs-9.6.15-3.29 is installed
OR postgresql96-libs-9.6.15-3.29 is installed
OR postgresql96-plperl-9.6.15-3.29 is installed
OR postgresql96-plpython-9.6.15-3.29 is installed
OR postgresql96-pltcl-9.6.15-3.29 is installed
OR postgresql96-server-9.6.15-3.29 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_61-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_61-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-8-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
gdk-pixbuf-2.34.0-19.17 is installed
OR gdk-pixbuf-lang-2.34.0-19.17 is installed
OR gdk-pixbuf-query-loaders-2.34.0-19.17 is installed
OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.17 is installed
OR libgdk_pixbuf-2_0-0-2.34.0-19.17 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.17 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
gdk-pixbuf-2.34.0-19.17 is installed
OR gdk-pixbuf-lang-2.34.0-19.17 is installed
OR gdk-pixbuf-query-loaders-2.34.0-19.17 is installed
OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.17 is installed
OR libgdk_pixbuf-2_0-0-2.34.0-19.17 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.17 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.17 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.5 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.5 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP4 is installed
AND cifs-utils-6.5-9.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
aspell-0.60.6.1-18.3 is installed
OR aspell-ispell-0.60.6.1-18.3 is installed
OR libaspell15-0.60.6.1-18.3 is installed
OR libaspell15-32bit-0.60.6.1-18.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
aspell-0.60.6.1-18.3 is installed
OR aspell-ispell-0.60.6.1-18.3 is installed
OR libaspell15-0.60.6.1-18.3 is installed
OR libaspell15-32bit-0.60.6.1-18.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
ctdb-4.2.4-18.27 is installed
OR libdcerpc-binding0-4.2.4-18.27 is installed
OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
OR libdcerpc0-4.2.4-18.27 is installed
OR libdcerpc0-32bit-4.2.4-18.27 is installed
OR libgensec0-4.2.4-18.27 is installed
OR libgensec0-32bit-4.2.4-18.27 is installed
OR libndr-krb5pac0-4.2.4-18.27 is installed
OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
OR libndr-nbt0-4.2.4-18.27 is installed
OR libndr-nbt0-32bit-4.2.4-18.27 is installed
OR libndr-standard0-4.2.4-18.27 is installed
OR libndr-standard0-32bit-4.2.4-18.27 is installed
OR libndr0-4.2.4-18.27 is installed
OR libndr0-32bit-4.2.4-18.27 is installed
OR libnetapi0-4.2.4-18.27 is installed
OR libnetapi0-32bit-4.2.4-18.27 is installed
OR libregistry0-4.2.4-18.27 is installed
OR libsamba-credentials0-4.2.4-18.27 is installed
OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
OR libsamba-hostconfig0-4.2.4-18.27 is installed
OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
OR libsamba-passdb0-4.2.4-18.27 is installed
OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
OR libsamba-util0-4.2.4-18.27 is installed
OR libsamba-util0-32bit-4.2.4-18.27 is installed
OR libsamdb0-4.2.4-18.27 is installed
OR libsamdb0-32bit-4.2.4-18.27 is installed
OR libsmbclient-raw0-4.2.4-18.27 is installed
OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
OR libsmbclient0-4.2.4-18.27 is installed
OR libsmbclient0-32bit-4.2.4-18.27 is installed
OR libsmbconf0-4.2.4-18.27 is installed
OR libsmbconf0-32bit-4.2.4-18.27 is installed
OR libsmbldap0-4.2.4-18.27 is installed
OR libsmbldap0-32bit-4.2.4-18.27 is installed
OR libtevent-util0-4.2.4-18.27 is installed
OR libtevent-util0-32bit-4.2.4-18.27 is installed
OR libwbclient0-4.2.4-18.27 is installed
OR libwbclient0-32bit-4.2.4-18.27 is installed
OR samba-4.2.4-18.27 is installed
OR samba-32bit-4.2.4-18.27 is installed
OR samba-client-4.2.4-18.27 is installed
OR samba-client-32bit-4.2.4-18.27 is installed
OR samba-doc-4.2.4-18.27 is installed
OR samba-libs-4.2.4-18.27 is installed
OR samba-libs-32bit-4.2.4-18.27 is installed
OR samba-winbind-4.2.4-18.27 is installed
OR samba-winbind-32bit-4.2.4-18.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
ctdb-4.2.4-18.27 is installed
OR libdcerpc-binding0-4.2.4-18.27 is installed
OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
OR libdcerpc0-4.2.4-18.27 is installed
OR libdcerpc0-32bit-4.2.4-18.27 is installed
OR libgensec0-4.2.4-18.27 is installed
OR libgensec0-32bit-4.2.4-18.27 is installed
OR libndr-krb5pac0-4.2.4-18.27 is installed
OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
OR libndr-nbt0-4.2.4-18.27 is installed
OR libndr-nbt0-32bit-4.2.4-18.27 is installed
OR libndr-standard0-4.2.4-18.27 is installed
OR libndr-standard0-32bit-4.2.4-18.27 is installed
OR libndr0-4.2.4-18.27 is installed
OR libndr0-32bit-4.2.4-18.27 is installed
OR libnetapi0-4.2.4-18.27 is installed
OR libnetapi0-32bit-4.2.4-18.27 is installed
OR libregistry0-4.2.4-18.27 is installed
OR libsamba-credentials0-4.2.4-18.27 is installed
OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
OR libsamba-hostconfig0-4.2.4-18.27 is installed
OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
OR libsamba-passdb0-4.2.4-18.27 is installed
OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
OR libsamba-util0-4.2.4-18.27 is installed
OR libsamba-util0-32bit-4.2.4-18.27 is installed
OR libsamdb0-4.2.4-18.27 is installed
OR libsamdb0-32bit-4.2.4-18.27 is installed
OR libsmbclient-raw0-4.2.4-18.27 is installed
OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
OR libsmbclient0-4.2.4-18.27 is installed
OR libsmbclient0-32bit-4.2.4-18.27 is installed
OR libsmbconf0-4.2.4-18.27 is installed
OR libsmbconf0-32bit-4.2.4-18.27 is installed
OR libsmbldap0-4.2.4-18.27 is installed
OR libsmbldap0-32bit-4.2.4-18.27 is installed
OR libtevent-util0-4.2.4-18.27 is installed
OR libtevent-util0-32bit-4.2.4-18.27 is installed
OR libwbclient0-4.2.4-18.27 is installed
OR libwbclient0-32bit-4.2.4-18.27 is installed
OR samba-4.2.4-18.27 is installed
OR samba-32bit-4.2.4-18.27 is installed
OR samba-client-4.2.4-18.27 is installed
OR samba-client-32bit-4.2.4-18.27 is installed
OR samba-doc-4.2.4-18.27 is installed
OR samba-libs-4.2.4-18.27 is installed
OR samba-libs-32bit-4.2.4-18.27 is installed
OR samba-winbind-4.2.4-18.27 is installed
OR samba-winbind-32bit-4.2.4-18.27 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 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 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.31 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.31 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
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 |
| SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
libthai-0.1.9-9.19 is installed
OR libthai-devel-0.1.9-9.19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.451-77 is installed
OR flash-player-gnome-11.2.202.451-77 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
ImageMagick-6.8.8.1-33 is installed
OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libixion-0.12.1-12 is installed
OR libixion-0_12-0-0.12.1-12 is installed
OR libmwaw-0.3.11-9 is installed
OR libmwaw-0_3-3-0.3.11-9 is installed
OR liborcus-0.12.1-12 is installed
OR liborcus-0_12-0-0.12.1-12 is installed
OR libreoffice-5.3.3.2-40.5 is installed
OR libreoffice-base-5.3.3.2-40.5 is installed
OR libreoffice-base-drivers-mysql-5.3.3.2-40.5 is installed
OR libreoffice-base-drivers-postgresql-5.3.3.2-40.5 is installed
OR libreoffice-calc-5.3.3.2-40.5 is installed
OR libreoffice-calc-extensions-5.3.3.2-40.5 is installed
OR libreoffice-draw-5.3.3.2-40.5 is installed
OR libreoffice-filters-optional-5.3.3.2-40.5 is installed
OR libreoffice-gnome-5.3.3.2-40.5 is installed
OR libreoffice-icon-theme-galaxy-5.3.3.2-40.5 is installed
OR libreoffice-icon-theme-tango-5.3.3.2-40.5 is installed
OR libreoffice-impress-5.3.3.2-40.5 is installed
OR libreoffice-l10n-af-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ar-5.3.3.2-40.5 is installed
OR libreoffice-l10n-bg-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ca-5.3.3.2-40.5 is installed
OR libreoffice-l10n-cs-5.3.3.2-40.5 is installed
OR libreoffice-l10n-da-5.3.3.2-40.5 is installed
OR libreoffice-l10n-de-5.3.3.2-40.5 is installed
OR libreoffice-l10n-en-5.3.3.2-40.5 is installed
OR libreoffice-l10n-es-5.3.3.2-40.5 is installed
OR libreoffice-l10n-fi-5.3.3.2-40.5 is installed
OR libreoffice-l10n-fr-5.3.3.2-40.5 is installed
OR libreoffice-l10n-gu-5.3.3.2-40.5 is installed
OR libreoffice-l10n-hi-5.3.3.2-40.5 is installed
OR libreoffice-l10n-hr-5.3.3.2-40.5 is installed
OR libreoffice-l10n-hu-5.3.3.2-40.5 is installed
OR libreoffice-l10n-it-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ja-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ko-5.3.3.2-40.5 is installed
OR libreoffice-l10n-lt-5.3.3.2-40.5 is installed
OR libreoffice-l10n-nb-5.3.3.2-40.5 is installed
OR libreoffice-l10n-nl-5.3.3.2-40.5 is installed
OR libreoffice-l10n-nn-5.3.3.2-40.5 is installed
OR libreoffice-l10n-pl-5.3.3.2-40.5 is installed
OR libreoffice-l10n-pt_BR-5.3.3.2-40.5 is installed
OR libreoffice-l10n-pt_PT-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ro-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ru-5.3.3.2-40.5 is installed
OR libreoffice-l10n-sk-5.3.3.2-40.5 is installed
OR libreoffice-l10n-sv-5.3.3.2-40.5 is installed
OR libreoffice-l10n-uk-5.3.3.2-40.5 is installed
OR libreoffice-l10n-xh-5.3.3.2-40.5 is installed
OR libreoffice-l10n-zh_CN-5.3.3.2-40.5 is installed
OR libreoffice-l10n-zh_TW-5.3.3.2-40.5 is installed
OR libreoffice-l10n-zu-5.3.3.2-40.5 is installed
OR libreoffice-mailmerge-5.3.3.2-40.5 is installed
OR libreoffice-math-5.3.3.2-40.5 is installed
OR libreoffice-officebean-5.3.3.2-40.5 is installed
OR libreoffice-pyuno-5.3.3.2-40.5 is installed
OR libreoffice-writer-5.3.3.2-40.5 is installed
OR libreoffice-writer-extensions-5.3.3.2-40.5 is installed
OR libreofficekit-5.3.3.2-40.5 is installed
OR libstaroffice-0.0.3-2 is installed
OR libstaroffice-0_0-0-0.0.3-2 is installed
OR libzmf-0.0.1-2 is installed
OR libzmf-0_0-0-0.0.1-2 is installed
OR myspell-af_NA-20170511-15 is installed
OR myspell-af_ZA-20170511-15 is installed
OR myspell-ar-20170511-15 is installed
OR myspell-ar_AE-20170511-15 is installed
OR myspell-ar_BH-20170511-15 is installed
OR myspell-ar_DZ-20170511-15 is installed
OR myspell-ar_EG-20170511-15 is installed
OR myspell-ar_IQ-20170511-15 is installed
OR myspell-ar_JO-20170511-15 is installed
OR myspell-ar_KW-20170511-15 is installed
OR myspell-ar_LB-20170511-15 is installed
OR myspell-ar_LY-20170511-15 is installed
OR myspell-ar_MA-20170511-15 is installed
OR myspell-ar_OM-20170511-15 is installed
OR myspell-ar_QA-20170511-15 is installed
OR myspell-ar_SA-20170511-15 is installed
OR myspell-ar_SD-20170511-15 is installed
OR myspell-ar_SY-20170511-15 is installed
OR myspell-ar_TN-20170511-15 is installed
OR myspell-ar_YE-20170511-15 is installed
OR myspell-be_BY-20170511-15 is installed
OR myspell-bg_BG-20170511-15 is installed
OR myspell-bn_BD-20170511-15 is installed
OR myspell-bn_IN-20170511-15 is installed
OR myspell-bs-20170511-15 is installed
OR myspell-bs_BA-20170511-15 is installed
OR myspell-ca-20170511-15 is installed
OR myspell-ca_AD-20170511-15 is installed
OR myspell-ca_ES-20170511-15 is installed
OR myspell-ca_ES_valencia-20170511-15 is installed
OR myspell-ca_FR-20170511-15 is installed
OR myspell-ca_IT-20170511-15 is installed
OR myspell-cs_CZ-20170511-15 is installed
OR myspell-da_DK-20170511-15 is installed
OR myspell-de-20170511-15 is installed
OR myspell-de_AT-20170511-15 is installed
OR myspell-de_CH-20170511-15 is installed
OR myspell-de_DE-20170511-15 is installed
OR myspell-dictionaries-20170511-15 is installed
OR myspell-el_GR-20170511-15 is installed
OR myspell-en-20170511-15 is installed
OR myspell-en_AU-20170511-15 is installed
OR myspell-en_BS-20170511-15 is installed
OR myspell-en_BZ-20170511-15 is installed
OR myspell-en_CA-20170511-15 is installed
OR myspell-en_GB-20170511-15 is installed
OR myspell-en_GH-20170511-15 is installed
OR myspell-en_IE-20170511-15 is installed
OR myspell-en_IN-20170511-15 is installed
OR myspell-en_JM-20170511-15 is installed
OR myspell-en_MW-20170511-15 is installed
OR myspell-en_NA-20170511-15 is installed
OR myspell-en_NZ-20170511-15 is installed
OR myspell-en_PH-20170511-15 is installed
OR myspell-en_TT-20170511-15 is installed
OR myspell-en_US-20170511-15 is installed
OR myspell-en_ZA-20170511-15 is installed
OR myspell-en_ZW-20170511-15 is installed
OR myspell-es-20170511-15 is installed
OR myspell-es_AR-20170511-15 is installed
OR myspell-es_BO-20170511-15 is installed
OR myspell-es_CL-20170511-15 is installed
OR myspell-es_CO-20170511-15 is installed
OR myspell-es_CR-20170511-15 is installed
OR myspell-es_CU-20170511-15 is installed
OR myspell-es_DO-20170511-15 is installed
OR myspell-es_EC-20170511-15 is installed
OR myspell-es_ES-20170511-15 is installed
OR myspell-es_GT-20170511-15 is installed
OR myspell-es_HN-20170511-15 is installed
OR myspell-es_MX-20170511-15 is installed
OR myspell-es_NI-20170511-15 is installed
OR myspell-es_PA-20170511-15 is installed
OR myspell-es_PE-20170511-15 is installed
OR myspell-es_PR-20170511-15 is installed
OR myspell-es_PY-20170511-15 is installed
OR myspell-es_SV-20170511-15 is installed
OR myspell-es_UY-20170511-15 is installed
OR myspell-es_VE-20170511-15 is installed
OR myspell-et_EE-20170511-15 is installed
OR myspell-fr_BE-20170511-15 is installed
OR myspell-fr_CA-20170511-15 is installed
OR myspell-fr_CH-20170511-15 is installed
OR myspell-fr_FR-20170511-15 is installed
OR myspell-fr_LU-20170511-15 is installed
OR myspell-fr_MC-20170511-15 is installed
OR myspell-gu_IN-20170511-15 is installed
OR myspell-he_IL-20170511-15 is installed
OR myspell-hi_IN-20170511-15 is installed
OR myspell-hr_HR-20170511-15 is installed
OR myspell-hu_HU-20170511-15 is installed
OR myspell-it_IT-20170511-15 is installed
OR myspell-lightproof-en-20170511-15 is installed
OR myspell-lightproof-hu_HU-20170511-15 is installed
OR myspell-lightproof-pt_BR-20170511-15 is installed
OR myspell-lightproof-ru_RU-20170511-15 is installed
OR myspell-lo_LA-20170511-15 is installed
OR myspell-lt_LT-20170511-15 is installed
OR myspell-lv_LV-20170511-15 is installed
OR myspell-nb_NO-20170511-15 is installed
OR myspell-nl_BE-20170511-15 is installed
OR myspell-nl_NL-20170511-15 is installed
OR myspell-nn_NO-20170511-15 is installed
OR myspell-no-20170511-15 is installed
OR myspell-pl_PL-20170511-15 is installed
OR myspell-pt_AO-20170511-15 is installed
OR myspell-pt_BR-20170511-15 is installed
OR myspell-pt_PT-20170511-15 is installed
OR myspell-ro-20170511-15 is installed
OR myspell-ro_RO-20170511-15 is installed
OR myspell-ru_RU-20170511-15 is installed
OR myspell-sk_SK-20170511-15 is installed
OR myspell-sl_SI-20170511-15 is installed
OR myspell-sr-20170511-15 is installed
OR myspell-sr_CS-20170511-15 is installed
OR myspell-sr_Latn_CS-20170511-15 is installed
OR myspell-sr_Latn_RS-20170511-15 is installed
OR myspell-sr_RS-20170511-15 is installed
OR myspell-sv_FI-20170511-15 is installed
OR myspell-sv_SE-20170511-15 is installed
OR myspell-te-20170511-15 is installed
OR myspell-te_IN-20170511-15 is installed
OR myspell-th_TH-20170511-15 is installed
OR myspell-uk_UA-20170511-15 is installed
OR myspell-vi-20170511-15 is installed
OR myspell-vi_VN-20170511-15 is installed
OR myspell-zu_ZA-20170511-15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
evince-3.20.2-6.19 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.2-6.19 is installed
OR typelib-1_0-EvinceView-3_0-3.20.2-6.19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
gd-2.1.0-24.12 is installed
OR gd-32bit-2.1.0-24.12 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
kernel-default-4.12.14-122.7 is installed
OR kernel-default-extra-4.12.14-122.7 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 5 is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr9.50-55.1 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.50-55.1 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr9.50-55.1 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.50-55.1 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.50-55.1 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-trove-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-api-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-conductor-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-guestagent-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-taskmanager-4.0.1~a0~dev2-2.1 is installed
OR python-trove-4.0.1~a0~dev2-2.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND
libopenjp2-7-2.1.0-6 is installed
OR openjpeg2-2.1.0-6 is installed
OR openjpeg2-devel-2.1.0-6 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
libopenjp2-7-2.1.0-6 is installed
OR openjpeg2-2.1.0-6 is installed
OR openjpeg2-devel-2.1.0-6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND
SDL2-2.0.5-2 is installed
OR ffmpeg-3.3.4-11 is installed
OR lame-3.99.5-2 is installed
OR lame-doc-3.99.5-2 is installed
OR lame-mp3rtp-3.99.5-2 is installed
OR libSDL2-2_0-0-2.0.5-2 is installed
OR libSDL2-devel-2.0.5-2 is installed
OR libavcodec-devel-3.3.4-11 is installed
OR libavcodec57-3.3.4-11 is installed
OR libavdevice-devel-3.3.4-11 is installed
OR libavdevice57-3.3.4-11 is installed
OR libavfilter-devel-3.3.4-11 is installed
OR libavfilter6-3.3.4-11 is installed
OR libavformat-devel-3.3.4-11 is installed
OR libavformat57-3.3.4-11 is installed
OR libavresample-devel-3.3.4-11 is installed
OR libavresample3-3.3.4-11 is installed
OR libavutil-devel-3.3.4-11 is installed
OR libavutil55-3.3.4-11 is installed
OR libmp3lame-devel-3.99.5-2 is installed
OR libmp3lame0-3.99.5-2 is installed
OR libpostproc-devel-3.3.4-11 is installed
OR libpostproc54-3.3.4-11 is installed
OR libswresample-devel-3.3.4-11 is installed
OR libswresample2-3.3.4-11 is installed
OR libswscale-devel-3.3.4-11 is installed
OR libswscale4-3.3.4-11 is installed
OR libtwolame-devel-0.3.13-2 is installed
OR libtwolame0-0.3.13-2 is installed
OR twolame-0.3.13-2 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
SDL2-2.0.5-2 is installed
OR ffmpeg-3.3.4-11 is installed
OR lame-3.99.5-2 is installed
OR lame-doc-3.99.5-2 is installed
OR lame-mp3rtp-3.99.5-2 is installed
OR libSDL2-2_0-0-2.0.5-2 is installed
OR libSDL2-devel-2.0.5-2 is installed
OR libavcodec-devel-3.3.4-11 is installed
OR libavcodec57-3.3.4-11 is installed
OR libavdevice-devel-3.3.4-11 is installed
OR libavdevice57-3.3.4-11 is installed
OR libavfilter-devel-3.3.4-11 is installed
OR libavfilter6-3.3.4-11 is installed
OR libavformat-devel-3.3.4-11 is installed
OR libavformat57-3.3.4-11 is installed
OR libavresample-devel-3.3.4-11 is installed
OR libavresample3-3.3.4-11 is installed
OR libavutil-devel-3.3.4-11 is installed
OR libavutil55-3.3.4-11 is installed
OR libmp3lame-devel-3.99.5-2 is installed
OR libmp3lame0-3.99.5-2 is installed
OR libpostproc-devel-3.3.4-11 is installed
OR libpostproc54-3.3.4-11 is installed
OR libswresample-devel-3.3.4-11 is installed
OR libswresample2-3.3.4-11 is installed
OR libswscale-devel-3.3.4-11 is installed
OR libswscale4-3.3.4-11 is installed
OR libtwolame-devel-0.3.13-2 is installed
OR libtwolame0-0.3.13-2 is installed
OR twolame-0.3.13-2 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
go1.4-1.4.3-6 is installed
OR go1.4-doc-1.4.3-6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
kauth-5.26.0-6 is installed
OR kauth-devel-5.26.0-6 is installed
OR kauth-devel-32bit-5.26.0-2.3 is installed
OR kdelibs4-4.14.25-8 is installed
OR kdelibs4-apidocs-4.14.25-8 is installed
OR kdelibs4-branding-upstream-4.14.25-8 is installed
OR kdelibs4-core-4.14.25-8 is installed
OR kdelibs4-doc-4.14.25-8 is installed
OR libKF5Auth5-5.26.0-6 is installed
OR libKF5Auth5-32bit-5.26.0-2.3 is installed
OR libKF5Auth5-lang-5.26.0-6 is installed
OR libkde4-4.14.25-8 is installed
OR libkde4-32bit-4.14.25-7.4 is installed
OR libkde4-devel-4.14.25-8 is installed
OR libkdecore4-4.14.25-8 is installed
OR libkdecore4-32bit-4.14.25-7.4 is installed
OR libkdecore4-devel-4.14.25-8 is installed
OR libksuseinstall-devel-4.14.25-8 is installed
OR libksuseinstall1-4.14.25-8 is installed
OR libksuseinstall1-32bit-4.14.25-7.4 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
kauth-5.26.0-6 is installed
OR kauth-devel-5.26.0-6 is installed
OR kauth-devel-32bit-5.26.0-2.3 is installed
OR kdelibs4-4.14.25-8 is installed
OR kdelibs4-apidocs-4.14.25-8 is installed
OR kdelibs4-branding-upstream-4.14.25-8 is installed
OR kdelibs4-core-4.14.25-8 is installed
OR kdelibs4-doc-4.14.25-8 is installed
OR libKF5Auth5-5.26.0-6 is installed
OR libKF5Auth5-32bit-5.26.0-2.3 is installed
OR libKF5Auth5-lang-5.26.0-6 is installed
OR libkde4-4.14.25-8 is installed
OR libkde4-32bit-4.14.25-7.4 is installed
OR libkde4-devel-4.14.25-8 is installed
OR libkdecore4-4.14.25-8 is installed
OR libkdecore4-32bit-4.14.25-7.4 is installed
OR libkdecore4-devel-4.14.25-8 is installed
OR libksuseinstall-devel-4.14.25-8 is installed
OR libksuseinstall1-4.14.25-8 is installed
OR libksuseinstall1-32bit-4.14.25-7.4 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
pdns-4.1.2-8 is installed
OR pdns-backend-godbc-4.1.2-8 is installed
OR pdns-backend-ldap-4.1.2-8 is installed
OR pdns-backend-lua-4.1.2-8 is installed
OR pdns-backend-mydns-4.1.2-8 is installed
OR pdns-backend-mysql-4.1.2-8 is installed
OR pdns-backend-postgresql-4.1.2-8 is installed
OR pdns-backend-remote-4.1.2-8 is installed
OR pdns-backend-sqlite3-4.1.2-8 is installed
|