Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 GA LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-13053: The alarm_timer_nsleep function in kernel/time/alarmtimer.c had an integer overflow via a large relative timeout because ktime_add_safe is not used (bnc#1099924). - CVE-2018-13405: The inode_init_owner function in fs/inode.c allowed local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID (bnc#1100416). - CVE-2018-13406: An integer overflow in the uvesafb_setcmap function in drivers/video/fbdev/uvesafb.c could result in local attackers being able to crash the kernel or potentially elevate privileges because kmalloc_array is not used (bnc#1098016 bnc#1100418). - CVE-2018-14734: drivers/infiniband/core/ucma.c allowed ucma_leave_multicast to access a certain data structure after a cleanup step in ucma_process_join, which allowed attackers to cause a denial of service (use-after-free) (bnc#1103119). - CVE-2018-3620: Local attackers on baremetal systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data. (bnc#1087081). - CVE-2018-3646: Local attackers in virtualized guest systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data, even from other virtual machines or the host system. (bnc#1089343).
The following non-security bugs were fixed:
- bcache: Add __printf annotation to __bch_check_keys() (bsc#1064232). - bcache: Annotate switch fall-through (bsc#1064232). - bcache: Fix a compiler warning in bcache_device_init() (bsc#1064232). - bcache: Fix indentation (bsc#1064232). - bcache: Fix kernel-doc warnings (bsc#1064232). - bcache: Fix, improve efficiency of closure_sync() (bsc#1064232). - bcache: Reduce the number of sparse complaints about lock imbalances (bsc#1064232). - bcache: Remove an unused variable (bsc#1064232). - bcache: Suppress more warnings about set-but-not-used variables (bsc#1064232). - bcache: Use PTR_ERR_OR_ZERO() (bsc#1064232). - bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags (bsc#1064232). - bcache: add backing_request_endio() for bi_end_io (bsc#1064232). - bcache: add io_disable to struct cached_dev (bsc#1064232). - bcache: add journal statistic (bsc#1064232). - bcache: add stop_when_cache_set_failed option to backing device (bsc#1064232). - bcache: add wait_for_kthread_stop() in bch_allocator_thread() (bsc#1064232). - bcache: closures: move control bits one bit right (bsc#1064232). - bcache: correct flash only vols (check all uuids) (bsc#1064232). - bcache: count backing device I/O error for writeback I/O (bsc#1064232). - bcache: do not attach backing with duplicate UUID (bsc#1064232). - bcache: fix cached_dev->count usage for bch_cache_set_error() (bsc#1064232). - bcache: fix crashes in duplicate cache device register (bsc#1064232). - bcache: fix error return value in memory shrink (bsc#1064232). - bcache: fix for allocator and register thread race (bsc#1064232). - bcache: fix for data collapse after re-attaching an attached device (bsc#1064232). - bcache: fix high CPU occupancy during journal (bsc#1064232). - bcache: fix incorrect sysfs output value of strip size (bsc#1064232). - bcache: fix kcrashes with fio in RAID5 backend dev (bsc#1064232). - bcache: fix misleading error message in bch_count_io_errors() (bsc#1064232). - bcache: fix using of loop variable in memory shrink (bsc#1064232). - bcache: fix writeback target calc on large devices (bsc#1064232). - bcache: fix wrong return value in bch_debug_init() (bsc#1064232). - bcache: mark closure_sync() __sched (bsc#1064232). - bcache: move closure debug file into debug directory (bsc#1064232). - bcache: properly set task state in bch_writeback_thread() (bsc#1064232). - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set (bsc#1064232). - bcache: reduce cache_set devices iteration by devices_max_used (bsc#1064232). - bcache: ret IOERR when read meets metadata error (bsc#1064232). - bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n (bsc#1064232). - bcache: return attach error when no cache set exist (bsc#1064232). - bcache: segregate flash only volume write streams (bsc#1064232). - bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error() (bsc#1064232). - bcache: set dc->io_disable to true in conditional_stop_bcache_device() (bsc#1064232). - bcache: set error_limit correctly (bsc#1064232). - bcache: set writeback_rate_update_seconds in range [1, 60] seconds (bsc#1064232). - bcache: stop bcache device when backing device is offline (bsc#1064232). - bcache: stop dc->writeback_rate_update properly (bsc#1064232). - bcache: stop writeback thread after detaching (bsc#1064232). - bcache: store disk name in struct cache and struct cached_dev (bsc#1064232). - bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set (bsc#1064232). - cpu/hotplug: Add sysfs state interface (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Split do_cpu_down() (bsc#1089343). - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info (bsc#1089343). - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings (bsc#1089343). - x86/Xen: disable IBRS around CPU stopper function invocation (none so far). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu/AMD: Remove the pointless detect_ht() call (bsc#1089343). - x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - x86/cpu: Remove the pointless CPU printout (bsc#1089343). - x86/cpufeatures: Add X86_BUG_SPECTRE_V[12] (bnc#1012382). - x86/mm: Simplify p[g4um]xen: d_page() macros (bnc#1087081). - x86/smp: Provide topology_is_primary_thread() (bsc#1089343). - x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculation (bsc#1089343). - x86/topology: Add topology_max_smt_threads() (bsc#1089343). - x86/topology: Provide topology_smt_supported() (bsc#1089343). - xen/x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - xen/x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - xen/x86/cpu: Remove the pointless CPU printout (bsc#1089343). - xen/x86/cpufeatures: Add X86_BUG_CPU_INSECURE (bnc#1012382). - xen/x86/cpufeatures: Make CPU bugs sticky (bnc#1012382). - xen/x86/entry: Add a function to overwrite the RSB (bsc#1068032). - xen/x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032). - xen/x86/entry: Use IBRS on entry to kernel space (bsc#1068032). - xen/x86/mm: Set IBPB upon context switch (bsc#1068032). - xen/x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN (bnc#1012382).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1007728 1007829 1012382 1015422 1038505 1064232 1068032 1069708 1071471 1077445 1082063 1082210 1083125 1083417 1083420 1083422 1083424 1083426 1085447 1087081 1089343 1090368 1090646 1098016 1099924 1100416 1100418 1102682 1103098 1103119 1103203 1105323 1107832 1108963 1109412 1109413 1109414 1110233 1111996 1112534 1112535 1113247 1113252 1113255 1116827 1118830 1118831 1120640 1121034 1121035 1121056 1124729 1124734 1128378 1132728 1132729 1132732 1132734 1133131 1133232 1134718 1140747 1141913 1142772 965748 CVE-2016-1549 CVE-2016-5180 CVE-2016-8864 CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843 CVE-2016-9893 CVE-2016-9895 CVE-2016-9897 CVE-2016-9898 CVE-2016-9899 CVE-2016-9900 CVE-2016-9901 CVE-2016-9902 CVE-2016-9904 CVE-2016-9905 CVE-2017-1289 CVE-2017-13166 CVE-2017-15868 CVE-2017-16939 CVE-2017-3509 CVE-2017-3511 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 CVE-2018-1000876 CVE-2018-10902 CVE-2018-13053 CVE-2018-13405 CVE-2018-13406 CVE-2018-14633 CVE-2018-14634 CVE-2018-14734 CVE-2018-17182 CVE-2018-17358 CVE-2018-17359 CVE-2018-17360 CVE-2018-17985 CVE-2018-18309 CVE-2018-18483 CVE-2018-18484 CVE-2018-18605 CVE-2018-18606 CVE-2018-18607 CVE-2018-19931 CVE-2018-19932 CVE-2018-20623 CVE-2018-20651 CVE-2018-20671 CVE-2018-3620 CVE-2018-3646 CVE-2018-5390 CVE-2018-5391 CVE-2018-7170 CVE-2018-7182 CVE-2018-7183 CVE-2018-7184 CVE-2018-7185 CVE-2018-8781 CVE-2018-8897 CVE-2019-1010180 CVE-2019-10245 CVE-2019-11478 CVE-2019-2602 CVE-2019-2684 CVE-2019-2697 CVE-2019-2698 CVE-2019-6974 CVE-2019-7221 CVE-2019-9213 SUSE-SU-2016:2697-1 SUSE-SU-2016:3222-1 SUSE-SU-2016:3286-1 SUSE-SU-2017:1386-1 SUSE-SU-2018:0268-1 SUSE-SU-2018:1532-1 SUSE-SU-2018:1765-1 SUSE-SU-2018:2362-1 SUSE-SU-2019:1345-1 SUSE-SU-2019:1935-1 SUSE-SU-2019:2650-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 High Availability Extension 11 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Toolchain 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS 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 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 OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND libImlib2-1-1.4.5-18.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
bsdtar-3.1.2-14.1 is installed
OR libarchive-devel-3.1.2-14.1 is installed
OR libarchive13-3.1.2-14.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.9esr-0.7 is installed
OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND cifs-utils-6.4-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND busybox-1.21.1-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
curl-7.37.0-36.1 is installed
OR libcurl4-7.37.0-36.1 is installed
OR libcurl4-32bit-7.37.0-36.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND lighttpd-1.4.20-2.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND Package Information
gnutls-2.4.1-24.39.57 is installed
OR libgnutls-extra26-2.4.1-24.39.57 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Toolchain 12 is installed
AND Package Information
cpp5-5.3.1+r233831-9 is installed
OR gcc5-5.3.1+r233831-9 is installed
OR gcc5-32bit-5.3.1+r233831-9 is installed
OR gcc5-ada-5.3.1+r233831-9 is installed
OR gcc5-ada-32bit-5.3.1+r233831-9 is installed
OR gcc5-c++-5.3.1+r233831-9 is installed
OR gcc5-c++-32bit-5.3.1+r233831-9 is installed
OR gcc5-fortran-5.3.1+r233831-9 is installed
OR gcc5-fortran-32bit-5.3.1+r233831-9 is installed
OR gcc5-info-5.3.1+r233831-9 is installed
OR gcc5-locale-5.3.1+r233831-9 is installed
OR libada5-5.3.1+r233831-9 is installed
OR libada5-32bit-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-32bit-5.3.1+r233831-9 is installed
OR libffi-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND libpoppler4-0.10.1-1.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND libpoppler4-0.10.1-1.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
evince-2.28.2-0.7 is installed
OR evince-doc-2.28.2-0.7 is installed
OR evince-lang-2.28.2-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
evince-2.28.2-0.7 is installed
OR evince-doc-2.28.2-0.7 is installed
OR evince-lang-2.28.2-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
evince-2.28.2-0.7 is installed
OR evince-doc-2.28.2-0.7 is installed
OR evince-lang-2.28.2-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND NetworkManager-gnome-0.7.1-5.15.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
curl-7.19.7-1.20.27 is installed
OR libcurl4-7.19.7-1.20.27 is installed
OR libcurl4-32bit-7.19.7-1.20.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
curl-7.19.7-1.20.27 is installed
OR libcurl4-7.19.7-1.20.27 is installed
OR libcurl4-32bit-7.19.7-1.20.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-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 SP1-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 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND fastjar-0.95-1.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND fastjar-0.95-1.24 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND fastjar-0.95-1.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
ark-4.3.5-0.3 is installed
OR kcalc-4.3.5-0.3 is installed
OR kcharselect-4.3.5-0.3 is installed
OR kdessh-4.3.5-0.3 is installed
OR kdf-4.3.5-0.3 is installed
OR kfloppy-4.3.5-0.3 is installed
OR kgpg-4.3.5-0.3 is installed
OR ktimer-4.3.5-0.3 is installed
OR kwalletmanager-4.3.5-0.3 is installed
OR kwikdisk-4.3.5-0.3 is installed
OR okteta-4.3.5-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-45.4.0esr-52 is installed
OR MozillaFirefox-translations-45.4.0esr-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-45.4.0esr-52 is installed
OR MozillaFirefox-translations-45.4.0esr-52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
apache2-2.2.12-59 is installed
OR apache2-doc-2.2.12-59 is installed
OR apache2-example-pages-2.2.12-59 is installed
OR apache2-prefork-2.2.12-59 is installed
OR apache2-utils-2.2.12-59 is installed
OR apache2-worker-2.2.12-59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
apache2-2.2.12-59 is installed
OR apache2-doc-2.2.12-59 is installed
OR apache2-example-pages-2.2.12-59 is installed
OR apache2-prefork-2.2.12-59 is installed
OR apache2-utils-2.2.12-59 is installed
OR apache2-worker-2.2.12-59 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
apache2-2.2.12-59 is installed
OR apache2-doc-2.2.12-59 is installed
OR apache2-example-pages-2.2.12-59 is installed
OR apache2-prefork-2.2.12-59 is installed
OR apache2-utils-2.2.12-59 is installed
OR apache2-worker-2.2.12-59 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
avahi-0.6.23-11.30.4 is installed
OR avahi-lang-0.6.23-11.30.4 is installed
OR avahi-utils-0.6.23-11.30.4 is installed
OR libavahi-client3-0.6.23-11.30.4 is installed
OR libavahi-client3-32bit-0.6.23-11.30.4 is installed
OR libavahi-client3-x86-0.6.23-11.30.4 is installed
OR libavahi-common3-0.6.23-11.30.4 is installed
OR libavahi-common3-32bit-0.6.23-11.30.4 is installed
OR libavahi-common3-x86-0.6.23-11.30.4 is installed
OR libavahi-core5-0.6.23-11.30.4 is installed
OR libdns_sd-0.6.23-11.30.4 is installed
OR libdns_sd-32bit-0.6.23-11.30.4 is installed
OR libdns_sd-x86-0.6.23-11.30.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
apache2-mod_php53-5.3.17-101 is installed
OR php53-5.3.17-101 is installed
OR php53-bcmath-5.3.17-101 is installed
OR php53-bz2-5.3.17-101 is installed
OR php53-calendar-5.3.17-101 is installed
OR php53-ctype-5.3.17-101 is installed
OR php53-curl-5.3.17-101 is installed
OR php53-dba-5.3.17-101 is installed
OR php53-dom-5.3.17-101 is installed
OR php53-exif-5.3.17-101 is installed
OR php53-fastcgi-5.3.17-101 is installed
OR php53-fileinfo-5.3.17-101 is installed
OR php53-ftp-5.3.17-101 is installed
OR php53-gd-5.3.17-101 is installed
OR php53-gettext-5.3.17-101 is installed
OR php53-gmp-5.3.17-101 is installed
OR php53-iconv-5.3.17-101 is installed
OR php53-intl-5.3.17-101 is installed
OR php53-json-5.3.17-101 is installed
OR php53-ldap-5.3.17-101 is installed
OR php53-mbstring-5.3.17-101 is installed
OR php53-mcrypt-5.3.17-101 is installed
OR php53-mysql-5.3.17-101 is installed
OR php53-odbc-5.3.17-101 is installed
OR php53-openssl-5.3.17-101 is installed
OR php53-pcntl-5.3.17-101 is installed
OR php53-pdo-5.3.17-101 is installed
OR php53-pear-5.3.17-101 is installed
OR php53-pgsql-5.3.17-101 is installed
OR php53-pspell-5.3.17-101 is installed
OR php53-shmop-5.3.17-101 is installed
OR php53-snmp-5.3.17-101 is installed
OR php53-soap-5.3.17-101 is installed
OR php53-suhosin-5.3.17-101 is installed
OR php53-sysvmsg-5.3.17-101 is installed
OR php53-sysvsem-5.3.17-101 is installed
OR php53-sysvshm-5.3.17-101 is installed
OR php53-tokenizer-5.3.17-101 is installed
OR php53-wddx-5.3.17-101 is installed
OR php53-xmlreader-5.3.17-101 is installed
OR php53-xmlrpc-5.3.17-101 is installed
OR php53-xmlwriter-5.3.17-101 is installed
OR php53-xsl-5.3.17-101 is installed
OR php53-zip-5.3.17-101 is installed
OR php53-zlib-5.3.17-101 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
apache2-mod_php53-5.3.17-101 is installed
OR php53-5.3.17-101 is installed
OR php53-bcmath-5.3.17-101 is installed
OR php53-bz2-5.3.17-101 is installed
OR php53-calendar-5.3.17-101 is installed
OR php53-ctype-5.3.17-101 is installed
OR php53-curl-5.3.17-101 is installed
OR php53-dba-5.3.17-101 is installed
OR php53-dom-5.3.17-101 is installed
OR php53-exif-5.3.17-101 is installed
OR php53-fastcgi-5.3.17-101 is installed
OR php53-fileinfo-5.3.17-101 is installed
OR php53-ftp-5.3.17-101 is installed
OR php53-gd-5.3.17-101 is installed
OR php53-gettext-5.3.17-101 is installed
OR php53-gmp-5.3.17-101 is installed
OR php53-iconv-5.3.17-101 is installed
OR php53-intl-5.3.17-101 is installed
OR php53-json-5.3.17-101 is installed
OR php53-ldap-5.3.17-101 is installed
OR php53-mbstring-5.3.17-101 is installed
OR php53-mcrypt-5.3.17-101 is installed
OR php53-mysql-5.3.17-101 is installed
OR php53-odbc-5.3.17-101 is installed
OR php53-openssl-5.3.17-101 is installed
OR php53-pcntl-5.3.17-101 is installed
OR php53-pdo-5.3.17-101 is installed
OR php53-pear-5.3.17-101 is installed
OR php53-pgsql-5.3.17-101 is installed
OR php53-pspell-5.3.17-101 is installed
OR php53-shmop-5.3.17-101 is installed
OR php53-snmp-5.3.17-101 is installed
OR php53-soap-5.3.17-101 is installed
OR php53-suhosin-5.3.17-101 is installed
OR php53-sysvmsg-5.3.17-101 is installed
OR php53-sysvsem-5.3.17-101 is installed
OR php53-sysvshm-5.3.17-101 is installed
OR php53-tokenizer-5.3.17-101 is installed
OR php53-wddx-5.3.17-101 is installed
OR php53-xmlreader-5.3.17-101 is installed
OR php53-xmlrpc-5.3.17-101 is installed
OR php53-xmlwriter-5.3.17-101 is installed
OR php53-xsl-5.3.17-101 is installed
OR php53-zip-5.3.17-101 is installed
OR php53-zlib-5.3.17-101 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
apache2-mod_php53-5.3.17-101 is installed
OR php53-5.3.17-101 is installed
OR php53-bcmath-5.3.17-101 is installed
OR php53-bz2-5.3.17-101 is installed
OR php53-calendar-5.3.17-101 is installed
OR php53-ctype-5.3.17-101 is installed
OR php53-curl-5.3.17-101 is installed
OR php53-dba-5.3.17-101 is installed
OR php53-dom-5.3.17-101 is installed
OR php53-exif-5.3.17-101 is installed
OR php53-fastcgi-5.3.17-101 is installed
OR php53-fileinfo-5.3.17-101 is installed
OR php53-ftp-5.3.17-101 is installed
OR php53-gd-5.3.17-101 is installed
OR php53-gettext-5.3.17-101 is installed
OR php53-gmp-5.3.17-101 is installed
OR php53-iconv-5.3.17-101 is installed
OR php53-intl-5.3.17-101 is installed
OR php53-json-5.3.17-101 is installed
OR php53-ldap-5.3.17-101 is installed
OR php53-mbstring-5.3.17-101 is installed
OR php53-mcrypt-5.3.17-101 is installed
OR php53-mysql-5.3.17-101 is installed
OR php53-odbc-5.3.17-101 is installed
OR php53-openssl-5.3.17-101 is installed
OR php53-pcntl-5.3.17-101 is installed
OR php53-pdo-5.3.17-101 is installed
OR php53-pear-5.3.17-101 is installed
OR php53-pgsql-5.3.17-101 is installed
OR php53-pspell-5.3.17-101 is installed
OR php53-shmop-5.3.17-101 is installed
OR php53-snmp-5.3.17-101 is installed
OR php53-soap-5.3.17-101 is installed
OR php53-suhosin-5.3.17-101 is installed
OR php53-sysvmsg-5.3.17-101 is installed
OR php53-sysvsem-5.3.17-101 is installed
OR php53-sysvshm-5.3.17-101 is installed
OR php53-tokenizer-5.3.17-101 is installed
OR php53-wddx-5.3.17-101 is installed
OR php53-xmlreader-5.3.17-101 is installed
OR php53-xmlrpc-5.3.17-101 is installed
OR php53-xmlwriter-5.3.17-101 is installed
OR php53-xsl-5.3.17-101 is installed
OR php53-zip-5.3.17-101 is installed
OR php53-zlib-5.3.17-101 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
apache2-mod_php53-5.3.17-101 is installed
OR php53-5.3.17-101 is installed
OR php53-bcmath-5.3.17-101 is installed
OR php53-bz2-5.3.17-101 is installed
OR php53-calendar-5.3.17-101 is installed
OR php53-ctype-5.3.17-101 is installed
OR php53-curl-5.3.17-101 is installed
OR php53-dba-5.3.17-101 is installed
OR php53-dom-5.3.17-101 is installed
OR php53-exif-5.3.17-101 is installed
OR php53-fastcgi-5.3.17-101 is installed
OR php53-fileinfo-5.3.17-101 is installed
OR php53-ftp-5.3.17-101 is installed
OR php53-gd-5.3.17-101 is installed
OR php53-gettext-5.3.17-101 is installed
OR php53-gmp-5.3.17-101 is installed
OR php53-iconv-5.3.17-101 is installed
OR php53-intl-5.3.17-101 is installed
OR php53-json-5.3.17-101 is installed
OR php53-ldap-5.3.17-101 is installed
OR php53-mbstring-5.3.17-101 is installed
OR php53-mcrypt-5.3.17-101 is installed
OR php53-mysql-5.3.17-101 is installed
OR php53-odbc-5.3.17-101 is installed
OR php53-openssl-5.3.17-101 is installed
OR php53-pcntl-5.3.17-101 is installed
OR php53-pdo-5.3.17-101 is installed
OR php53-pear-5.3.17-101 is installed
OR php53-pgsql-5.3.17-101 is installed
OR php53-pspell-5.3.17-101 is installed
OR php53-shmop-5.3.17-101 is installed
OR php53-snmp-5.3.17-101 is installed
OR php53-soap-5.3.17-101 is installed
OR php53-suhosin-5.3.17-101 is installed
OR php53-sysvmsg-5.3.17-101 is installed
OR php53-sysvsem-5.3.17-101 is installed
OR php53-sysvshm-5.3.17-101 is installed
OR php53-tokenizer-5.3.17-101 is installed
OR php53-wddx-5.3.17-101 is installed
OR php53-xmlreader-5.3.17-101 is installed
OR php53-xmlrpc-5.3.17-101 is installed
OR php53-xmlwriter-5.3.17-101 is installed
OR php53-xsl-5.3.17-101 is installed
OR php53-zip-5.3.17-101 is installed
OR php53-zlib-5.3.17-101 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.5 is installed
OR xen-doc-html-4.2.5_21-45.5 is installed
OR xen-doc-pdf-4.2.5_21-45.5 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-libs-4.2.5_21-45.5 is installed
OR xen-libs-32bit-4.2.5_21-45.5 is installed
OR xen-tools-4.2.5_21-45.5 is installed
OR xen-tools-domU-4.2.5_21-45.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.5 is installed
OR xen-doc-html-4.2.5_21-45.5 is installed
OR xen-doc-pdf-4.2.5_21-45.5 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-libs-4.2.5_21-45.5 is installed
OR xen-libs-32bit-4.2.5_21-45.5 is installed
OR xen-tools-4.2.5_21-45.5 is installed
OR xen-tools-domU-4.2.5_21-45.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.93.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.93.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.93.1 is installed
OR kernel-default-3.0.101-0.47.93.1 is installed
OR kernel-default-base-3.0.101-0.47.93.1 is installed
OR kernel-default-devel-3.0.101-0.47.93.1 is installed
OR kernel-default-man-3.0.101-0.47.93.1 is installed
OR kernel-ec2-3.0.101-0.47.93.1 is installed
OR kernel-ec2-base-3.0.101-0.47.93.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.93.1 is installed
OR kernel-pae-3.0.101-0.47.93.1 is installed
OR kernel-pae-base-3.0.101-0.47.93.1 is installed
OR kernel-pae-devel-3.0.101-0.47.93.1 is installed
OR kernel-source-3.0.101-0.47.93.1 is installed
OR kernel-syms-3.0.101-0.47.93.1 is installed
OR kernel-trace-3.0.101-0.47.93.1 is installed
OR kernel-trace-base-3.0.101-0.47.93.1 is installed
OR kernel-trace-devel-3.0.101-0.47.93.1 is installed
OR kernel-xen-3.0.101-0.47.93.1 is installed
OR kernel-xen-base-3.0.101-0.47.93.1 is installed
OR kernel-xen-devel-3.0.101-0.47.93.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
openssh-6.6p1-41.13 is installed
OR openssh-askpass-gnome-6.6p1-41.13 is installed
OR openssh-openssl1-6.6p1-41.13 is installed
OR openssh-openssl1-helpers-6.6p1-41.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
openssh-6.6p1-41.13 is installed
OR openssh-askpass-gnome-6.6p1-41.13 is installed
OR openssh-openssl1-6.6p1-41.13 is installed
OR openssh-openssl1-helpers-6.6p1-41.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
glibc-2.11.3-17.110.6 is installed
OR glibc-32bit-2.11.3-17.110.6 is installed
OR glibc-devel-2.11.3-17.110.6 is installed
OR glibc-devel-32bit-2.11.3-17.110.6 is installed
OR glibc-html-2.11.3-17.110.6 is installed
OR glibc-i18ndata-2.11.3-17.110.6 is installed
OR glibc-info-2.11.3-17.110.6 is installed
OR glibc-locale-2.11.3-17.110.6 is installed
OR glibc-locale-32bit-2.11.3-17.110.6 is installed
OR glibc-locale-x86-2.11.3-17.110.6 is installed
OR glibc-profile-2.11.3-17.110.6 is installed
OR glibc-profile-32bit-2.11.3-17.110.6 is installed
OR glibc-profile-x86-2.11.3-17.110.6 is installed
OR glibc-x86-2.11.3-17.110.6 is installed
OR nscd-2.11.3-17.110.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
glibc-2.11.3-17.110.6 is installed
OR glibc-32bit-2.11.3-17.110.6 is installed
OR glibc-devel-2.11.3-17.110.6 is installed
OR glibc-devel-32bit-2.11.3-17.110.6 is installed
OR glibc-html-2.11.3-17.110.6 is installed
OR glibc-i18ndata-2.11.3-17.110.6 is installed
OR glibc-info-2.11.3-17.110.6 is installed
OR glibc-locale-2.11.3-17.110.6 is installed
OR glibc-locale-32bit-2.11.3-17.110.6 is installed
OR glibc-locale-x86-2.11.3-17.110.6 is installed
OR glibc-profile-2.11.3-17.110.6 is installed
OR glibc-profile-32bit-2.11.3-17.110.6 is installed
OR glibc-profile-x86-2.11.3-17.110.6 is installed
OR glibc-x86-2.11.3-17.110.6 is installed
OR nscd-2.11.3-17.110.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
glibc-2.11.3-17.110.33 is installed
OR glibc-32bit-2.11.3-17.110.33 is installed
OR glibc-devel-2.11.3-17.110.33 is installed
OR glibc-devel-32bit-2.11.3-17.110.33 is installed
OR glibc-html-2.11.3-17.110.33 is installed
OR glibc-i18ndata-2.11.3-17.110.33 is installed
OR glibc-info-2.11.3-17.110.33 is installed
OR glibc-locale-2.11.3-17.110.33 is installed
OR glibc-locale-32bit-2.11.3-17.110.33 is installed
OR glibc-profile-2.11.3-17.110.33 is installed
OR glibc-profile-32bit-2.11.3-17.110.33 is installed
OR nscd-2.11.3-17.110.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
glibc-2.11.3-17.110.33 is installed
OR glibc-32bit-2.11.3-17.110.33 is installed
OR glibc-devel-2.11.3-17.110.33 is installed
OR glibc-devel-32bit-2.11.3-17.110.33 is installed
OR glibc-html-2.11.3-17.110.33 is installed
OR glibc-i18ndata-2.11.3-17.110.33 is installed
OR glibc-info-2.11.3-17.110.33 is installed
OR glibc-locale-2.11.3-17.110.33 is installed
OR glibc-locale-32bit-2.11.3-17.110.33 is installed
OR glibc-profile-2.11.3-17.110.33 is installed
OR glibc-profile-32bit-2.11.3-17.110.33 is installed
OR nscd-2.11.3-17.110.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
docker-1.3.2-9 is installed
OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
OR sle2docker-0.2.3-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
docker-1.3.2-9 is installed
OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
OR sle2docker-0.2.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR alsa-docs-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr4.5-29 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr4.5-29 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr4.5-29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr4.5-29 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr4.5-29 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr4.5-29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr2.10-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_54-default-9-2 is installed
OR kgraft-patch-3_12_74-60_64_54-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_19-9-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_54-default-9-2 is installed
OR kgraft-patch-3_12_74-60_64_54-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_19-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
bind-9.9.9P1-49 is installed
OR bind-chrootenv-9.9.9P1-49 is installed
OR bind-doc-9.9.9P1-49 is installed
OR bind-libs-9.9.9P1-49 is installed
OR bind-libs-32bit-9.9.9P1-49 is installed
OR bind-utils-9.9.9P1-49 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
bind-9.9.9P1-49 is installed
OR bind-chrootenv-9.9.9P1-49 is installed
OR bind-doc-9.9.9P1-49 is installed
OR bind-libs-9.9.9P1-49 is installed
OR bind-libs-32bit-9.9.9P1-49 is installed
OR bind-utils-9.9.9P1-49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libxml2-2.9.4-46.12 is installed
OR libxml2-2-2.9.4-46.12 is installed
OR libxml2-2-32bit-2.9.4-46.12 is installed
OR libxml2-doc-2.9.4-46.12 is installed
OR libxml2-tools-2.9.4-46.12 is installed
OR python-libxml2-2.9.4-46.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180703-13.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND ucode-intel-20180703-13.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_73-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_73-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_67-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_19-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_67-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_19-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_90-92_50-default-5-2 is installed
OR kgraft-patch-SLE12-SP2_Update_15-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libncurses5-5.9-50 is installed
OR libncurses5-32bit-5.9-50 is installed
OR libncurses6-5.9-50 is installed
OR libncurses6-32bit-5.9-50 is installed
OR ncurses-5.9-50 is installed
OR ncurses-devel-5.9-50 is installed
OR ncurses-devel-32bit-5.9-50 is installed
OR ncurses-utils-5.9-50 is installed
OR tack-5.9-50 is installed
OR terminfo-5.9-50 is installed
OR terminfo-base-5.9-50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libncurses5-5.9-50 is installed
OR libncurses5-32bit-5.9-50 is installed
OR libncurses6-5.9-50 is installed
OR libncurses6-32bit-5.9-50 is installed
OR ncurses-5.9-50 is installed
OR ncurses-devel-5.9-50 is installed
OR ncurses-devel-32bit-5.9-50 is installed
OR ncurses-utils-5.9-50 is installed
OR tack-5.9-50 is installed
OR terminfo-5.9-50 is installed
OR terminfo-base-5.9-50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.10-38.5.1 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.10-38.5.1 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.10-38.5.1 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.10-38.5.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
kernel-default-4.4.180-94.103 is installed
OR kernel-default-base-4.4.180-94.103 is installed
OR kernel-default-devel-4.4.180-94.103 is installed
OR kernel-devel-4.4.180-94.103 is installed
OR kernel-macros-4.4.180-94.103 is installed
OR kernel-source-4.4.180-94.103 is installed
OR kernel-syms-4.4.180-94.103 is installed
OR kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_28-1-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
kernel-default-4.4.180-94.103 is installed
OR kernel-default-base-4.4.180-94.103 is installed
OR kernel-default-devel-4.4.180-94.103 is installed
OR kernel-devel-4.4.180-94.103 is installed
OR kernel-macros-4.4.180-94.103 is installed
OR kernel-source-4.4.180-94.103 is installed
OR kernel-syms-4.4.180-94.103 is installed
OR kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_28-1-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_72-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_22-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_72-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_22-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
ovmf-2017+git1492060560.b6d11d7c46-4.12 is installed
OR ovmf-tools-2017+git1492060560.b6d11d7c46-4.12 is installed
OR qemu-ovmf-x86_64-2017+git1492060560.b6d11d7c46-4.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
ovmf-2017+git1492060560.b6d11d7c46-4.12 is installed
OR ovmf-tools-2017+git1492060560.b6d11d7c46-4.12 is installed
OR qemu-ovmf-x86_64-2017+git1492060560.b6d11d7c46-4.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
openssh-7.2p2-74.30 is installed
OR openssh-askpass-gnome-7.2p2-74.30 is installed
OR openssh-fips-7.2p2-74.30 is installed
OR openssh-helpers-7.2p2-74.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
openssh-7.2p2-74.30 is installed
OR openssh-askpass-gnome-7.2p2-74.30 is installed
OR openssh-fips-7.2p2-74.30 is installed
OR openssh-helpers-7.2p2-74.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
sysstat-12.0.2-10.27 is installed
OR sysstat-isag-12.0.2-10.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
sysstat-12.0.2-10.27 is installed
OR sysstat-isag-12.0.2-10.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.61-52.141 is installed
OR kernel-default-base-3.12.61-52.141 is installed
OR kernel-default-devel-3.12.61-52.141 is installed
OR kernel-default-man-3.12.61-52.141 is installed
OR kernel-devel-3.12.61-52.141 is installed
OR kernel-macros-3.12.61-52.141 is installed
OR kernel-source-3.12.61-52.141 is installed
OR kernel-syms-3.12.61-52.141 is installed
OR kernel-xen-3.12.61-52.141 is installed
OR kernel-xen-base-3.12.61-52.141 is installed
OR kernel-xen-devel-3.12.61-52.141 is installed
OR kgraft-patch-3_12_61-52_141-default-1-1.5 is installed
OR kgraft-patch-3_12_61-52_141-xen-1-1.5 is installed
OR kgraft-patch-SLE12_Update_37-1-1.5 is installed
OR lttng-modules-2.4.1-16.6 is installed
OR lttng-modules-kmp-default-2.4.1_k3.12.61_52.141-16.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.61-52.141 is installed
OR kernel-default-base-3.12.61-52.141 is installed
OR kernel-default-devel-3.12.61-52.141 is installed
OR kernel-default-man-3.12.61-52.141 is installed
OR kernel-devel-3.12.61-52.141 is installed
OR kernel-macros-3.12.61-52.141 is installed
OR kernel-source-3.12.61-52.141 is installed
OR kernel-syms-3.12.61-52.141 is installed
OR kernel-xen-3.12.61-52.141 is installed
OR kernel-xen-base-3.12.61-52.141 is installed
OR kernel-xen-devel-3.12.61-52.141 is installed
OR kgraft-patch-3_12_61-52_141-default-1-1.5 is installed
OR kgraft-patch-3_12_61-52_141-xen-1-1.5 is installed
OR kgraft-patch-SLE12_Update_37-1-1.5 is installed
OR lttng-modules-2.4.1-16.6 is installed
OR lttng-modules-kmp-default-2.4.1_k3.12.61_52.141-16.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libidn-tools-1.28-4 is installed
OR libidn11-1.28-4 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 is installed
AND Package Information
kgraft-patch-3_12_60-52_54-default-2-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_15-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
php53-devel-5.3.17-0.31 is installed
OR php53-imap-5.3.17-0.31 is installed
OR php53-posix-5.3.17-0.31 is installed
OR php53-readline-5.3.17-0.31 is installed
OR php53-sockets-5.3.17-0.31 is installed
OR php53-sqlite-5.3.17-0.31 is installed
OR php53-tidy-5.3.17-0.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
GraphicsMagick-1.2.5-4.78.16 is installed
OR libGraphicsMagick2-1.2.5-4.78.16 is installed
OR perl-GraphicsMagick-1.2.5-4.78.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.457-80 is installed
OR flash-player-gnome-11.2.202.457-80 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND argyllcms-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libvirt-2.0.0-27.20 is installed
OR libvirt-client-32bit-2.0.0-27.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libjavascriptcoregtk-1_0-0-2.4.11-23 is installed
OR libjavascriptcoregtk-1_0-0-32bit-2.4.11-23 is installed
OR libwebkitgtk-1_0-0-2.4.11-23 is installed
OR libwebkitgtk-1_0-0-32bit-2.4.11-23 is installed
OR libwebkitgtk2-lang-2.4.11-23 is installed
OR typelib-1_0-JavaScriptCore-3_0-2.4.11-23 is installed
OR typelib-1_0-WebKit-3_0-2.4.11-23 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.90.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.90.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.90.1 is installed
OR kernel-default-3.0.101-0.47.90.1 is installed
OR kernel-default-base-3.0.101-0.47.90.1 is installed
OR kernel-default-devel-3.0.101-0.47.90.1 is installed
OR kernel-ec2-3.0.101-0.47.90.1 is installed
OR kernel-ec2-base-3.0.101-0.47.90.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.90.1 is installed
OR kernel-source-3.0.101-0.47.90.1 is installed
OR kernel-syms-3.0.101-0.47.90.1 is installed
OR kernel-trace-3.0.101-0.47.90.1 is installed
OR kernel-trace-base-3.0.101-0.47.90.1 is installed
OR kernel-trace-devel-3.0.101-0.47.90.1 is installed
OR kernel-xen-3.0.101-0.47.90.1 is installed
OR kernel-xen-base-3.0.101-0.47.90.1 is installed
OR kernel-xen-devel-3.0.101-0.47.90.1 is installed
|