Revision Date: | 2021-02-12 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP3 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349). - CVE-2020-25211: Fixed a buffer overflow in ctnetlink_parse_tuple_filter() which could be triggered by a local attackers by injecting conntrack netlink configuration (bnc#1176395). - CVE-2020-27835: A use-after-free in the infiniband hfi1 driver was found, specifically in the way user calls Ioctl after open dev file and fork. A local user could use this flaw to crash the system (bnc#1179878). - CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509). - CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508). - CVE-2020-0444: Fixed a bad kfree due to a logic error in audit_data_to_entry (bnc#1180027). - CVE-2020-0465: Fixed multiple missing bounds checks in hid-multitouch.c that could have led to local privilege escalation (bnc#1180029). - CVE-2020-0466: Fixed a use-after-free due to a logic error in do_epoll_ctl and ep_loop_check_proc of eventpoll.c (bnc#1180031). - CVE-2020-4788: Fixed an issue with IBM Power9 processors could have allowed a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances (bsc#1177666). - CVE-2020-15436: Fixed a use after free vulnerability in fs/block_dev.c which could have allowed local users to gain privileges or cause a denial of service (bsc#1179141). - CVE-2020-27068: Fixed an out-of-bounds read due to a missing bounds check in the nl80211_policy policy of nl80211.c (bnc#1180086). - CVE-2020-27777: Fixed a privilege escalation in the Run-Time Abstraction Services (RTAS) interface, affecting guests running on top of PowerVM or KVM hypervisors (bnc#1179107). - CVE-2020-27786: Fixed an out-of-bounds write in the MIDI implementation (bnc#1179601). - CVE-2020-27825: Fixed a race in the trace_open and buffer resize calls (bsc#1179960). - CVE-2020-29660: Fixed a locking inconsistency in the tty subsystem that may have allowed a read-after-free attack against TIOCGSID (bnc#1179745). - CVE-2020-29661: Fixed a locking issue in the tty subsystem that allowed a use-after-free attack against TIOCSPGRP (bsc#1179745). - CVE-2020-28974: Fixed a slab-out-of-bounds read in fbcon which could have been used by local attackers to read privileged information or potentially crash the kernel (bsc#1178589). - CVE-2020-28915: Fixed a buffer over-read in the fbcon code which could have been used by local attackers to read kernel memory (bsc#1178886). - CVE-2020-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182). - CVE-2020-15437: Fixed a null pointer dereference which could have allowed local users to cause a denial of service(bsc#1179140). - CVE-2020-36158: Fixed a potential remote code execution in the Marvell mwifiex driver (bsc#1180559). - CVE-2020-11668: Fixed the mishandling of invalid descriptors in the Xirlink camera USB driver (bnc#1168952). - CVE-2020-25285: Fixed a race condition between hugetlb sysctl handlers in mm/hugetlb.c (bnc#1176485). - CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663). - CVE-2018-10902: It was found that the raw midi kernel driver did not protect against concurrent access which leads to a double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status() which are part of snd_rawmidi_ioctl() handler in rawmidi.c file. A malicious local attacker could possibly use this for privilege escalation (bnc#1105322).
The following non-security bugs were fixed:
- cifs: do not revalidate mountpoint dentries (bsc#1177440). - cifs: fix potential use-after-free in cifs_echo_request() (bsc#1139944). - cifs: ignore revalidate failures in case of process gets signaled (bsc#1177440). - epoll: Keep a reference on files added to the check list (bsc#1180031). - fix regression in 'epoll: Keep a reference on files added to the check list' (bsc#1180031, git-fixes). - futex: Avoid freeing an active timer (bsc#969755). - futex: Avoid violating the 10th rule of futex (bsc#969755). - futex: Change locking rules (bsc#969755). - futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#969755). - futex: Drop hb->lock before enqueueing on the rtmutex (bsc#969755). - futex: Fix incorrect should_fail_futex() handling (bsc#969755). - futex: Fix more put_pi_state() vs. exit_pi_state_list() races (bsc#969755). - futex: Fix OWNER_DEAD fixup (bsc#969755). - futex: Fix pi_state->owner serialization (bsc#969755). - futex: Fix small (and harmless looking) inconsistencies (bsc#969755). - futex: Futex_unlock_pi() determinism (bsc#969755). - futex: Handle early deadlock return correctly (bsc#969755). - futex: Handle transient 'ownerless' rtmutex state correctly (bsc#969755). - futex: Pull rt_mutex_futex_unlock() out from under hb->lock (bsc#969755). - futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() (bsc#969755). - futex: Rework inconsistent rt_mutex/futex_q state (bsc#969755). - futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() (bsc#969755). - futex,rt_mutex: Introduce rt_mutex_init_waiter() (bsc#969755). - futex,rt_mutex: Provide futex specific rt_mutex API (bsc#969755). - futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() (bsc#969755). - HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052). - IB/hfi1: Clean up hfi1_user_exp_rcv_setup function (bsc#1179878). - IB/hfi1: Clean up pin_vector_pages() function (bsc#1179878). - IB/hfi1: Fix the bail out code in pin_vector_pages() function (bsc#1179878). - IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h (bsc#1179878). - IB/hfi1: Name function prototype parameters (bsc#1179878). - IB/hfi1: Use filedata rather than filepointer (bsc#1179878). - locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#969755). - mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault() (bsc#1179204). - scsi: iscsi: Fix a potential deadlock in the timeout handler (bsc#1178272). - Use r3 instead of r13 for l1d fallback flush in do_uaccess_fush (bsc#1181096 ltc#190883). - video: hyperv_fb: include vmalloc.h (bsc#1175306).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000201 1016259 1022610 1027519 1028391 1029696 1031529 1036244 1039348 1039496 1045327 1045340 1045406 1057950 1105322 1105323 1111331 1119947 1130680 1138034 1139944 1168952 1173942 1175306 1176395 1176485 1177440 1177666 1178182 1178272 1178589 1178886 1179107 1179140 1179141 1179204 1179419 1179508 1179509 1179601 1179616 1179663 1179666 1179745 1179877 1179878 1179960 1179961 1180008 1180027 1180028 1180029 1180030 1180031 1180032 1180052 1180086 1180559 1180562 1180815 1181096 1181158 1181349 1181553 662458 676471 886378 889207 897662 899908 903279 908151 924018 926597 928547 929339 929678 931448 931698 933898 933911 934487 934489 934491 934493 937086 938945 940413 942262 943989 944309 945345 951844 953233 954980 957805 958390 959514 960857 962336 962846 962872 963572 964461 964727 965319 966054 966573 967640 968497 968565 968687 968812 968813 969016 969755 970604 970609 970892 970911 970948 970955 970956 970958 970970 971049 971124 971126 971159 971170 971600 971628 971793 971947 972003 972068 972174 972780 972844 972891 972951 973378 973556 973855 974418 974646 974692 975371 975488 975772 975945 976739 976821 976868 976944 977582 977685 978401 978527 978822 979213 979347 983143 CVE-2014-9717 CVE-2015-1779 CVE-2015-1788 CVE-2015-1789 CVE-2015-1790 CVE-2015-1791 CVE-2015-1792 CVE-2015-3216 CVE-2015-3456 CVE-2015-4000 CVE-2015-8126 CVE-2016-1583 CVE-2016-2185 CVE-2016-2186 CVE-2016-2188 CVE-2016-2523 CVE-2016-2530 CVE-2016-2531 CVE-2016-2532 CVE-2016-2847 CVE-2016-3134 CVE-2016-3136 CVE-2016-3137 CVE-2016-3138 CVE-2016-3140 CVE-2016-3689 CVE-2016-3951 CVE-2016-4482 CVE-2016-4486 CVE-2016-4569 CVE-2017-1000251 CVE-2017-1000364 CVE-2017-15274 CVE-2017-5398 CVE-2017-5400 CVE-2017-5401 CVE-2017-5402 CVE-2017-5404 CVE-2017-5405 CVE-2017-5407 CVE-2017-5408 CVE-2017-5409 CVE-2017-5410 CVE-2017-6507 CVE-2017-8422 CVE-2018-10902 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-16884 CVE-2018-20815 CVE-2019-10164 CVE-2019-11091 CVE-2019-20934 CVE-2020-0444 CVE-2020-0465 CVE-2020-0466 CVE-2020-11668 CVE-2020-15436 CVE-2020-15437 CVE-2020-25211 CVE-2020-25285 CVE-2020-25669 CVE-2020-27068 CVE-2020-27777 CVE-2020-27786 CVE-2020-27825 CVE-2020-27835 CVE-2020-28915 CVE-2020-28974 CVE-2020-29568 CVE-2020-29569 CVE-2020-29660 CVE-2020-29661 CVE-2020-36158 CVE-2020-4788 CVE-2021-3347 SUSE-SU-2015:0896-1 SUSE-SU-2015:1143-1 SUSE-SU-2016:0050-1 SUSE-SU-2016:1344-1 SUSE-SU-2016:1696-1 SUSE-SU-2016:2209-1 SUSE-SU-2017:0714-1 SUSE-SU-2017:1151-1 SUSE-SU-2017:1335-1 SUSE-SU-2017:1915-1 SUSE-SU-2017:2785-1 SUSE-SU-2019:1348-1 SUSE-SU-2019:1783-1 SUSE-SU-2021:0452-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 12 SP3 SUSE Linux Enterprise High Performance Computing 12 SP3 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-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-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
giflib-5.0.5-7.1 is installed
OR giflib-devel-5.0.5-7.1 is installed
OR giflib-devel-32bit-5.0.5-7.1 is installed
OR giflib-progs-5.0.5-7.1 is installed
OR libgif6-5.0.5-7.1 is installed
OR libgif6-32bit-5.0.5-7.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
FastCGI-2.4.0-171.5 is installed
OR perl-FastCGI-2.4.0-171.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
gtk2-2.18.9-0.39 is installed
OR gtk2-32bit-2.18.9-0.39 is installed
OR gtk2-lang-2.18.9-0.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
dbus-1-glib-0.100.2-3.58 is installed
OR dbus-1-glib-32bit-0.100.2-3.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
curl-7.37.0-15.1 is installed
OR libcurl4-7.37.0-15.1 is installed
OR libcurl4-32bit-7.37.0-15.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 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 SP3 is installed
AND Package Information
bind-libs-9.9.9P1-62.1 is installed
OR bind-libs-32bit-9.9.9P1-62.1 is installed
OR bind-utils-9.9.9P1-62.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND Package Information
cluster-md-kmp-default-4.4.180-94.138.1 is installed
OR dlm-kmp-default-4.4.180-94.138.1 is installed
OR gfs2-kmp-default-4.4.180-94.138.1 is installed
OR ocfs2-kmp-default-4.4.180-94.138.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
ruby2.1-rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-apache2-5.0.18-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.15-27 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-27 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-27 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.38-44 is installed
OR kernel-ec2-devel-3.12.38-44 is installed
OR kernel-ec2-extra-3.12.38-44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-33 is installed
OR php5-5.5.14-33 is installed
OR php5-bcmath-5.5.14-33 is installed
OR php5-bz2-5.5.14-33 is installed
OR php5-calendar-5.5.14-33 is installed
OR php5-ctype-5.5.14-33 is installed
OR php5-curl-5.5.14-33 is installed
OR php5-dba-5.5.14-33 is installed
OR php5-dom-5.5.14-33 is installed
OR php5-enchant-5.5.14-33 is installed
OR php5-exif-5.5.14-33 is installed
OR php5-fastcgi-5.5.14-33 is installed
OR php5-fileinfo-5.5.14-33 is installed
OR php5-fpm-5.5.14-33 is installed
OR php5-ftp-5.5.14-33 is installed
OR php5-gd-5.5.14-33 is installed
OR php5-gettext-5.5.14-33 is installed
OR php5-gmp-5.5.14-33 is installed
OR php5-iconv-5.5.14-33 is installed
OR php5-intl-5.5.14-33 is installed
OR php5-json-5.5.14-33 is installed
OR php5-ldap-5.5.14-33 is installed
OR php5-mbstring-5.5.14-33 is installed
OR php5-mcrypt-5.5.14-33 is installed
OR php5-mysql-5.5.14-33 is installed
OR php5-odbc-5.5.14-33 is installed
OR php5-opcache-5.5.14-33 is installed
OR php5-openssl-5.5.14-33 is installed
OR php5-pcntl-5.5.14-33 is installed
OR php5-pdo-5.5.14-33 is installed
OR php5-pear-5.5.14-33 is installed
OR php5-pgsql-5.5.14-33 is installed
OR php5-posix-5.5.14-33 is installed
OR php5-pspell-5.5.14-33 is installed
OR php5-shmop-5.5.14-33 is installed
OR php5-snmp-5.5.14-33 is installed
OR php5-soap-5.5.14-33 is installed
OR php5-sockets-5.5.14-33 is installed
OR php5-sqlite-5.5.14-33 is installed
OR php5-suhosin-5.5.14-33 is installed
OR php5-sysvmsg-5.5.14-33 is installed
OR php5-sysvsem-5.5.14-33 is installed
OR php5-sysvshm-5.5.14-33 is installed
OR php5-tokenizer-5.5.14-33 is installed
OR php5-wddx-5.5.14-33 is installed
OR php5-xmlreader-5.5.14-33 is installed
OR php5-xmlrpc-5.5.14-33 is installed
OR php5-xmlwriter-5.5.14-33 is installed
OR php5-xsl-5.5.14-33 is installed
OR php5-zip-5.5.14-33 is installed
OR php5-zlib-5.5.14-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND clamav-0.99.2-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
ocfs2-1.6-0.28.7 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_69.42-0.28.7 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_69.42-0.28.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libgnomesu-1.0.0-307.10 is installed
OR libgnomesu-lang-1.0.0-307.10 is installed
OR libgnomesu0-1.0.0-307.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libgnomesu-1.0.0-307.10 is installed
OR libgnomesu-lang-1.0.0-307.10 is installed
OR libgnomesu0-1.0.0-307.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libgnomesu-1.0.0-307.10 is installed
OR libgnomesu-lang-1.0.0-307.10 is installed
OR libgnomesu0-1.0.0-307.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
coreutils-6.12-32.26 is installed
OR coreutils-lang-6.12-32.26 is installed
OR coreutils-x86-6.12-32.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND spacewalk-backend-libs-1.2.74-0.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND spacewalk-backend-libs-1.2.74-0.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 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.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
mono-core-2.6.7-0.9 is installed
OR mono-data-2.6.7-0.9 is installed
OR mono-data-postgresql-2.6.7-0.9 is installed
OR mono-data-sqlite-2.6.7-0.9 is installed
OR mono-locale-extras-2.6.7-0.9 is installed
OR mono-nunit-2.6.7-0.9 is installed
OR mono-web-2.6.7-0.9 is installed
OR mono-winforms-2.6.7-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
mono-core-2.6.7-0.9 is installed
OR mono-data-2.6.7-0.9 is installed
OR mono-data-postgresql-2.6.7-0.9 is installed
OR mono-data-sqlite-2.6.7-0.9 is installed
OR mono-locale-extras-2.6.7-0.9 is installed
OR mono-nunit-2.6.7-0.9 is installed
OR mono-web-2.6.7-0.9 is installed
OR mono-winforms-2.6.7-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
mono-core-2.6.7-0.9 is installed
OR mono-data-2.6.7-0.9 is installed
OR mono-data-postgresql-2.6.7-0.9 is installed
OR mono-data-sqlite-2.6.7-0.9 is installed
OR mono-locale-extras-2.6.7-0.9 is installed
OR mono-nunit-2.6.7-0.9 is installed
OR mono-web-2.6.7-0.9 is installed
OR mono-winforms-2.6.7-0.9 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
bsdtar-2.5.5-9 is installed
OR libarchive2-2.5.5-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bsdtar-2.5.5-9 is installed
OR libarchive2-2.5.5-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND sendmail-8.14.3-50.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_02-0.7 is installed
OR xen-doc-html-4.2.5_02-0.7 is installed
OR xen-doc-pdf-4.2.5_02-0.7 is installed
OR xen-kmp-default-4.2.5_02_3.0.101_0.40-0.7 is installed
OR xen-libs-4.2.5_02-0.7 is installed
OR xen-libs-32bit-4.2.5_02-0.7 is installed
OR xen-tools-4.2.5_02-0.7 is installed
OR xen-tools-domU-4.2.5_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_02-0.7 is installed
OR xen-doc-html-4.2.5_02-0.7 is installed
OR xen-doc-pdf-4.2.5_02-0.7 is installed
OR xen-kmp-default-4.2.5_02_3.0.101_0.40-0.7 is installed
OR xen-libs-4.2.5_02-0.7 is installed
OR xen-libs-32bit-4.2.5_02-0.7 is installed
OR xen-tools-4.2.5_02-0.7 is installed
OR xen-tools-domU-4.2.5_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_02-0.7 is installed
OR xen-doc-html-4.2.5_02-0.7 is installed
OR xen-doc-pdf-4.2.5_02-0.7 is installed
OR xen-kmp-default-4.2.5_02_3.0.101_0.40-0.7 is installed
OR xen-libs-4.2.5_02-0.7 is installed
OR xen-libs-32bit-4.2.5_02-0.7 is installed
OR xen-tools-4.2.5_02-0.7 is installed
OR xen-tools-domU-4.2.5_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_02-0.7 is installed
OR xen-doc-html-4.2.5_02-0.7 is installed
OR xen-doc-pdf-4.2.5_02-0.7 is installed
OR xen-kmp-default-4.2.5_02_3.0.101_0.40-0.7 is installed
OR xen-libs-4.2.5_02-0.7 is installed
OR xen-libs-32bit-4.2.5_02-0.7 is installed
OR xen-tools-4.2.5_02-0.7 is installed
OR xen-tools-domU-4.2.5_02-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nspr-x86-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nspr-x86-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nspr-x86-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
e2fsprogs-1.41.9-2.9 is installed
OR libcom_err2-1.41.9-2.9 is installed
OR libcom_err2-32bit-1.41.9-2.9 is installed
OR libcom_err2-x86-1.41.9-2.9 is installed
OR libext2fs2-1.41.9-2.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.10-43.38 is installed
OR salt-doc-2016.11.10-43.38 is installed
OR salt-minion-2016.11.10-43.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.10-43.38 is installed
OR salt-doc-2016.11.10-43.38 is installed
OR salt-minion-2016.11.10-43.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.18 is installed
OR openssl-0.9.8j-0.106.18 is installed
OR openssl-doc-0.9.8j-0.106.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.18 is installed
OR openssl-0.9.8j-0.106.18 is installed
OR openssl-doc-0.9.8j-0.106.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.18 is installed
OR openssl-0.9.8j-0.106.18 is installed
OR openssl-doc-0.9.8j-0.106.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.18 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.18 is installed
OR openssl-0.9.8j-0.106.18 is installed
OR openssl-doc-0.9.8j-0.106.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-30 is installed
OR xen-doc-html-4.2.5_21-30 is installed
OR xen-doc-pdf-4.2.5_21-30 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-libs-4.2.5_21-30 is installed
OR xen-libs-32bit-4.2.5_21-30 is installed
OR xen-tools-4.2.5_21-30 is installed
OR xen-tools-domU-4.2.5_21-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-30 is installed
OR xen-doc-html-4.2.5_21-30 is installed
OR xen-doc-pdf-4.2.5_21-30 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-libs-4.2.5_21-30 is installed
OR xen-libs-32bit-4.2.5_21-30 is installed
OR xen-tools-4.2.5_21-30 is installed
OR xen-tools-domU-4.2.5_21-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.30.1 is installed
OR bind-chrootenv-9.9.6P1-0.30.1 is installed
OR bind-doc-9.9.6P1-0.30.1 is installed
OR bind-libs-9.9.6P1-0.30.1 is installed
OR bind-libs-32bit-9.9.6P1-0.30.1 is installed
OR bind-utils-9.9.6P1-0.30.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libopenssl1-devel-1.0.1g-0.47 is installed
OR libopenssl1_0_0-1.0.1g-0.47 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.47 is installed
OR openssl1-1.0.1g-0.47 is installed
OR openssl1-doc-1.0.1g-0.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libopenssl1-devel-1.0.1g-0.47 is installed
OR libopenssl1_0_0-1.0.1g-0.47 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.47 is installed
OR openssl1-1.0.1g-0.47 is installed
OR openssl1-doc-1.0.1g-0.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
libpython2_6-1_0-2.6.9-0.35 is installed
OR libpython2_6-1_0-32bit-2.6.9-0.35 is installed
OR libpython2_6-1_0-x86-2.6.9-0.35 is installed
OR python-base-2.6.9-0.35 is installed
OR python-base-32bit-2.6.9-0.35 is installed
OR python-base-x86-2.6.9-0.35 is installed
OR python-xml-2.6.9-0.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.10-43.38 is installed
OR salt-doc-2016.11.10-43.38 is installed
OR salt-minion-2016.11.10-43.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.10-43.38 is installed
OR salt-doc-2016.11.10-43.38 is installed
OR salt-minion-2016.11.10-43.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-10 is installed
OR openssh-openssl1-helpers-6.6p1-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-10 is installed
OR openssh-openssl1-helpers-6.6p1-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
qemu-2.0.2-46 is installed
OR qemu-block-curl-2.0.2-46 is installed
OR qemu-block-rbd-2.0.2-46 is installed
OR qemu-guest-agent-2.0.2-46 is installed
OR qemu-ipxe-1.0.0-46 is installed
OR qemu-kvm-2.0.2-46 is installed
OR qemu-lang-2.0.2-46 is installed
OR qemu-ppc-2.0.2-46 is installed
OR qemu-s390-2.0.2-46 is installed
OR qemu-seabios-1.7.4-46 is installed
OR qemu-sgabios-8-46 is installed
OR qemu-tools-2.0.2-46 is installed
OR qemu-vgabios-1.7.4-46 is installed
OR qemu-x86-2.0.2-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
qemu-2.0.2-46 is installed
OR qemu-block-curl-2.0.2-46 is installed
OR qemu-block-rbd-2.0.2-46 is installed
OR qemu-guest-agent-2.0.2-46 is installed
OR qemu-ipxe-1.0.0-46 is installed
OR qemu-kvm-2.0.2-46 is installed
OR qemu-lang-2.0.2-46 is installed
OR qemu-ppc-2.0.2-46 is installed
OR qemu-s390-2.0.2-46 is installed
OR qemu-seabios-1.7.4-46 is installed
OR qemu-sgabios-8-46 is installed
OR qemu-tools-2.0.2-46 is installed
OR qemu-vgabios-1.7.4-46 is installed
OR qemu-x86-2.0.2-46 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.95-24 is installed
OR java-1_7_0-openjdk-demo-1.7.0.95-24 is installed
OR java-1_7_0-openjdk-devel-1.7.0.95-24 is installed
OR java-1_7_0-openjdk-headless-1.7.0.95-24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
kernel-default-3.12.59-60.41 is installed
OR kernel-default-base-3.12.59-60.41 is installed
OR kernel-default-devel-3.12.59-60.41 is installed
OR kernel-default-man-3.12.59-60.41 is installed
OR kernel-devel-3.12.59-60.41 is installed
OR kernel-macros-3.12.59-60.41 is installed
OR kernel-source-3.12.59-60.41 is installed
OR kernel-syms-3.12.59-60.41 is installed
OR kernel-xen-3.12.59-60.41 is installed
OR kernel-xen-base-3.12.59-60.41 is installed
OR kernel-xen-devel-3.12.59-60.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
kernel-default-3.12.59-60.41 is installed
OR kernel-default-base-3.12.59-60.41 is installed
OR kernel-default-devel-3.12.59-60.41 is installed
OR kernel-default-man-3.12.59-60.41 is installed
OR kernel-devel-3.12.59-60.41 is installed
OR kernel-macros-3.12.59-60.41 is installed
OR kernel-source-3.12.59-60.41 is installed
OR kernel-syms-3.12.59-60.41 is installed
OR kernel-xen-3.12.59-60.41 is installed
OR kernel-xen-base-3.12.59-60.41 is installed
OR kernel-xen-devel-3.12.59-60.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
dracut-037-91 is installed
OR dracut-fips-037-91 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
kernel-default-3.12.74-60.64.45 is installed
OR kernel-default-base-3.12.74-60.64.45 is installed
OR kernel-default-devel-3.12.74-60.64.45 is installed
OR kernel-default-man-3.12.74-60.64.45 is installed
OR kernel-devel-3.12.74-60.64.45 is installed
OR kernel-macros-3.12.74-60.64.45 is installed
OR kernel-source-3.12.74-60.64.45 is installed
OR kernel-syms-3.12.74-60.64.45 is installed
OR kernel-xen-3.12.74-60.64.45 is installed
OR kernel-xen-base-3.12.74-60.64.45 is installed
OR kernel-xen-devel-3.12.74-60.64.45 is installed
OR kgraft-patch-3_12_74-60_64_45-default-1-4 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-1-4 is installed
OR kgraft-patch-SLE12-SP1_Update_16-1-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND xinetd-2.3.15-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
gpg2-2.0.24-9.3 is installed
OR gpg2-lang-2.0.24-9.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
gpg2-2.0.24-9.3 is installed
OR gpg2-lang-2.0.24-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.85 is installed
OR kernel-default-base-4.4.121-92.85 is installed
OR kernel-default-devel-4.4.121-92.85 is installed
OR kernel-devel-4.4.121-92.85 is installed
OR kernel-macros-4.4.121-92.85 is installed
OR kernel-source-4.4.121-92.85 is installed
OR kernel-syms-4.4.121-92.85 is installed
OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.85 is installed
OR kernel-default-base-4.4.121-92.85 is installed
OR kernel-default-devel-4.4.121-92.85 is installed
OR kernel-devel-4.4.121-92.85 is installed
OR kernel-macros-4.4.121-92.85 is installed
OR kernel-source-4.4.121-92.85 is installed
OR kernel-syms-4.4.121-92.85 is installed
OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-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_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libwireshark8-2.2.8-48.6 is installed
OR libwiretap6-2.2.8-48.6 is installed
OR libwscodecs1-2.2.8-48.6 is installed
OR libwsutil7-2.2.8-48.6 is installed
OR wireshark-2.2.8-48.6 is installed
OR wireshark-gtk-2.2.8-48.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libwireshark8-2.2.8-48.6 is installed
OR libwiretap6-2.2.8-48.6 is installed
OR libwscodecs1-2.2.8-48.6 is installed
OR libwsutil7-2.2.8-48.6 is installed
OR wireshark-2.2.8-48.6 is installed
OR wireshark-gtk-2.2.8-48.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
accountsservice-0.6.42-14 is installed
OR accountsservice-lang-0.6.42-14 is installed
OR libaccountsservice0-0.6.42-14 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND squid-3.5.21-26.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND squid-3.5.21-26.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_64-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_20-6-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_64-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_20-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libspice-server1-0.12.8-6 is installed
OR spice-0.12.8-6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libspice-server1-0.12.8-6 is installed
OR spice-0.12.8-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
xen-4.4.4_40-22.80 is installed
OR xen-doc-html-4.4.4_40-22.80 is installed
OR xen-kmp-default-4.4.4_40_k3.12.61_52.149-22.80 is installed
OR xen-libs-4.4.4_40-22.80 is installed
OR xen-libs-32bit-4.4.4_40-22.80 is installed
OR xen-tools-4.4.4_40-22.80 is installed
OR xen-tools-domU-4.4.4_40-22.80 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
xen-4.4.4_40-22.80 is installed
OR xen-doc-html-4.4.4_40-22.80 is installed
OR xen-kmp-default-4.4.4_40_k3.12.61_52.149-22.80 is installed
OR xen-libs-4.4.4_40-22.80 is installed
OR xen-libs-32bit-4.4.4_40-22.80 is installed
OR xen-tools-4.4.4_40-22.80 is installed
OR xen-tools-domU-4.4.4_40-22.80 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
qemu-2.0.2-48.25 is installed
OR qemu-block-curl-2.0.2-48.25 is installed
OR qemu-block-rbd-2.0.2-48.25 is installed
OR qemu-guest-agent-2.0.2-48.25 is installed
OR qemu-ipxe-1.0.0-48.25 is installed
OR qemu-kvm-2.0.2-48.25 is installed
OR qemu-lang-2.0.2-48.25 is installed
OR qemu-ppc-2.0.2-48.25 is installed
OR qemu-s390-2.0.2-48.25 is installed
OR qemu-seabios-1.7.4-48.25 is installed
OR qemu-sgabios-8-48.25 is installed
OR qemu-tools-2.0.2-48.25 is installed
OR qemu-vgabios-1.7.4-48.25 is installed
OR qemu-x86-2.0.2-48.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
avahi-0.6.32-30 is installed
OR avahi-lang-0.6.32-30 is installed
OR avahi-utils-0.6.32-30 is installed
OR libavahi-client3-0.6.32-30 is installed
OR libavahi-common3-0.6.32-30 is installed
OR libavahi-core7-0.6.32-30 is installed
OR libdns_sd-0.6.32-30 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.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_51-52_31-default-5-2 is installed
OR kgraft-patch-3_12_51-52_31-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_9-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_67-60_64_18-default-8-3 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-8-3 is installed
OR kgraft-patch-SLE12-SP1_Update_9-8-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
ImageMagick-6.4.3.6-7.26 is installed
OR ImageMagick-devel-6.4.3.6-7.26 is installed
OR libMagick++-devel-6.4.3.6-7.26 is installed
OR libMagick++1-6.4.3.6-7.26 is installed
OR libMagickWand1-6.4.3.6-7.26 is installed
OR libMagickWand1-32bit-6.4.3.6-7.26 is installed
OR perl-PerlMagick-6.4.3.6-7.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND libjasper-devel-1.900.1-134.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND a2ps-devel-4.13-1326.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND bash-lang-4.2-75 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND gnome-shell-calendar-3.10.4-40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 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 SP3 is installed
AND Package Information
colord-1.3.3-12 is installed
OR colord-lang-1.3.3-12 is installed
|