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): | 1019649 1025029 1025035 1025084 1027519 1105322 1105323 1111331 1130680 1139944 1168952 1172225 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 888838 898525 969755 981044 983549 983638 983639 983643 983646 983651 983652 983653 983655 984006 985659 986971 CVE-2006-5170 CVE-2006-6719 CVE-2007-0157 CVE-2007-3257 CVE-2007-6353 CVE-2008-1447 CVE-2008-3746 CVE-2008-3825 CVE-2008-4100 CVE-2009-2473 CVE-2009-2474 CVE-2009-2625 CVE-2009-2911 CVE-2009-3560 CVE-2009-3627 CVE-2009-4273 CVE-2012-0875 CVE-2013-1362 CVE-2014-2913 CVE-2016-2815 CVE-2016-2818 CVE-2016-2819 CVE-2016-2821 CVE-2016-2822 CVE-2016-2824 CVE-2016-2828 CVE-2016-2831 CVE-2016-2834 CVE-2016-5746 CVE-2017-2624 CVE-2018-10902 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-20815 CVE-2019-11091 CVE-2019-20807 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-2016:1799-1 SUSE-SU-2019:14063-1 SUSE-SU-2020:14385-1 SUSE-SU-2021:0452-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 15.0 NonFree openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-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-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS 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-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-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-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
bluez-5.48-lp150.3 is installed
OR libbluetooth3-5.48-lp150.3 is installed
|
Definition Synopsis |
openSUSE Leap 15.0 NonFree is installed
AND opera-54.0.2952.41-lp150.2.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-27 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
Mesa-7.11.2-0.9 is installed
OR Mesa-32bit-7.11.2-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
cups-1.3.9-8.46.52 is installed
OR cups-client-1.3.9-8.46.52 is installed
OR cups-libs-1.3.9-8.46.52 is installed
OR cups-libs-32bit-1.3.9-8.46.52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
flash-player-11.2.202.548-0.26 is installed
OR flash-player-gnome-11.2.202.548-0.26 is installed
OR flash-player-kde4-11.2.202.548-0.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
gstreamer-0_10-plugins-base-0.10.36-11.3 is installed
OR gstreamer-0_10-plugins-base-32bit-0.10.36-11.3 is installed
OR gstreamer-0_10-plugins-base-lang-0.10.36-11.3 is installed
OR libgstapp-0_10-0-0.10.36-11.3 is installed
OR libgstapp-0_10-0-32bit-0.10.36-11.3 is installed
OR libgstinterfaces-0_10-0-0.10.36-11.3 is installed
OR libgstinterfaces-0_10-0-32bit-0.10.36-11.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libpoppler44-0.24.4-14.6 is installed
OR poppler-0.24.4-14.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
expat-2.1.0-21.3 is installed
OR libexpat1-2.1.0-21.3 is installed
OR libexpat1-32bit-2.1.0-21.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
MozillaFirefox-60.3.0-109.50 is installed
OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
augeas-1.10.1-1 is installed
OR augeas-devel-1.10.1-1 is installed
OR augeas-lenses-1.10.1-1 is installed
OR libaugeas0-1.10.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gcab-1.1-1 is installed
OR gcab-devel-1.1-1 is installed
OR gcab-lang-1.1-1 is installed
OR libgcab-1_0-0-1.1-1 is installed
OR typelib-1_0-GCab-1_0-1.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
ocaml-4.05.0-4 is installed
OR ocaml-compiler-libs-4.05.0-4 is installed
OR ocaml-compiler-libs-devel-4.05.0-4 is installed
OR ocaml-rpm-macros-4.05.0-4 is installed
OR ocaml-runtime-4.05.0-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
rsyslog-module-gssapi-8.33.1-1 is installed
OR rsyslog-module-mysql-8.33.1-1 is installed
OR rsyslog-module-pgsql-8.33.1-1 is installed
OR rsyslog-module-relp-8.33.1-1 is installed
OR rsyslog-module-snmp-8.33.1-1 is installed
OR rsyslog-module-udpspoof-8.33.1-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND libesmtp-1.0.4-157.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND libesmtp-1.0.4-157.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
expat-2.0.1-88.26 is installed
OR libexpat1-2.0.1-88.26 is installed
OR libexpat1-32bit-2.0.1-88.26 is installed
OR libexpat1-x86-2.0.1-88.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND perl-HTML-Parser-3.56-1.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.47 is installed
OR kernel-default-base-3.0.101-0.7.47 is installed
OR kernel-default-devel-3.0.101-0.7.47 is installed
OR kernel-default-man-3.0.101-0.7.47 is installed
OR kernel-ec2-3.0.101-0.7.47 is installed
OR kernel-ec2-base-3.0.101-0.7.47 is installed
OR kernel-ec2-devel-3.0.101-0.7.47 is installed
OR kernel-pae-3.0.101-0.7.47 is installed
OR kernel-pae-base-3.0.101-0.7.47 is installed
OR kernel-pae-devel-3.0.101-0.7.47 is installed
OR kernel-source-3.0.101-0.7.47 is installed
OR kernel-syms-3.0.101-0.7.47 is installed
OR kernel-trace-3.0.101-0.7.47 is installed
OR kernel-trace-base-3.0.101-0.7.47 is installed
OR kernel-trace-devel-3.0.101-0.7.47 is installed
OR kernel-xen-3.0.101-0.7.47 is installed
OR kernel-xen-base-3.0.101-0.7.47 is installed
OR kernel-xen-devel-3.0.101-0.7.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.47 is installed
OR kernel-default-base-3.0.101-0.7.47 is installed
OR kernel-default-devel-3.0.101-0.7.47 is installed
OR kernel-default-man-3.0.101-0.7.47 is installed
OR kernel-ec2-3.0.101-0.7.47 is installed
OR kernel-ec2-base-3.0.101-0.7.47 is installed
OR kernel-ec2-devel-3.0.101-0.7.47 is installed
OR kernel-pae-3.0.101-0.7.47 is installed
OR kernel-pae-base-3.0.101-0.7.47 is installed
OR kernel-pae-devel-3.0.101-0.7.47 is installed
OR kernel-source-3.0.101-0.7.47 is installed
OR kernel-syms-3.0.101-0.7.47 is installed
OR kernel-trace-3.0.101-0.7.47 is installed
OR kernel-trace-base-3.0.101-0.7.47 is installed
OR kernel-trace-devel-3.0.101-0.7.47 is installed
OR kernel-xen-3.0.101-0.7.47 is installed
OR kernel-xen-base-3.0.101-0.7.47 is installed
OR kernel-xen-devel-3.0.101-0.7.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
evolution-data-server-2.28.2-0.29 is installed
OR evolution-data-server-32bit-2.28.2-0.29 is installed
OR evolution-data-server-lang-2.28.2-0.29 is installed
OR evolution-data-server-x86-2.28.2-0.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.1-61 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
yast2-storage-2.17.147.1-9 is installed
OR yast2-storage-lib-2.17.147.1-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
yast2-storage-2.17.147.1-9 is installed
OR yast2-storage-lib-2.17.147.1-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-45.2.0esr-45 is installed
OR MozillaFirefox-branding-SLED-45.0-23 is installed
OR MozillaFirefox-translations-45.2.0esr-45 is installed
OR firefox-fontconfig-2.11.0-2 is installed
OR libfreebl3-3.21.1-35 is installed
OR libfreebl3-32bit-3.21.1-35 is installed
OR libfreebl3-x86-3.21.1-35 is installed
OR libsoftokn3-3.21.1-35 is installed
OR libsoftokn3-32bit-3.21.1-35 is installed
OR libsoftokn3-x86-3.21.1-35 is installed
OR mozilla-nspr-4.12-29 is installed
OR mozilla-nspr-32bit-4.12-29 is installed
OR mozilla-nspr-x86-4.12-29 is installed
OR mozilla-nss-3.21.1-35 is installed
OR mozilla-nss-32bit-3.21.1-35 is installed
OR mozilla-nss-tools-3.21.1-35 is installed
OR mozilla-nss-x86-3.21.1-35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-45.2.0esr-45 is installed
OR MozillaFirefox-branding-SLED-45.0-23 is installed
OR MozillaFirefox-translations-45.2.0esr-45 is installed
OR firefox-fontconfig-2.11.0-2 is installed
OR libfreebl3-3.21.1-35 is installed
OR libfreebl3-32bit-3.21.1-35 is installed
OR libfreebl3-x86-3.21.1-35 is installed
OR libsoftokn3-3.21.1-35 is installed
OR libsoftokn3-32bit-3.21.1-35 is installed
OR libsoftokn3-x86-3.21.1-35 is installed
OR mozilla-nspr-4.12-29 is installed
OR mozilla-nspr-32bit-4.12-29 is installed
OR mozilla-nspr-x86-4.12-29 is installed
OR mozilla-nss-3.21.1-35 is installed
OR mozilla-nss-32bit-3.21.1-35 is installed
OR mozilla-nss-tools-3.21.1-35 is installed
OR mozilla-nss-x86-3.21.1-35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND libadns1-1.4-73 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
gvim-7.2-8.21.6 is installed
OR vim-7.2-8.21.6 is installed
OR vim-base-7.2-8.21.6 is installed
OR vim-data-7.2-8.21.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
gvim-7.2-8.21.6 is installed
OR vim-7.2-8.21.6 is installed
OR vim-base-7.2-8.21.6 is installed
OR vim-data-7.2-8.21.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libslp1-openssl1-1.2.0-172.27.3 is installed
OR openslp-openssl1-1.2.0-172.27.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libslp1-openssl1-1.2.0-172.27.3 is installed
OR openslp-openssl1-1.2.0-172.27.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND libslp1-openssl1-1.2.0-172.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND wget-1.14-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND wget-1.14-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
gnome-shell-3.10.4-22 is installed
OR gnome-shell-browser-plugin-3.10.4-22 is installed
OR gnome-shell-lang-3.10.4-22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
tomcat-8.0.32-10.13 is installed
OR tomcat-admin-webapps-8.0.32-10.13 is installed
OR tomcat-docs-webapp-8.0.32-10.13 is installed
OR tomcat-el-3_0-api-8.0.32-10.13 is installed
OR tomcat-javadoc-8.0.32-10.13 is installed
OR tomcat-jsp-2_3-api-8.0.32-10.13 is installed
OR tomcat-lib-8.0.32-10.13 is installed
OR tomcat-servlet-3_1-api-8.0.32-10.13 is installed
OR tomcat-webapps-8.0.32-10.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
tomcat-8.0.32-10.13 is installed
OR tomcat-admin-webapps-8.0.32-10.13 is installed
OR tomcat-docs-webapp-8.0.32-10.13 is installed
OR tomcat-el-3_0-api-8.0.32-10.13 is installed
OR tomcat-javadoc-8.0.32-10.13 is installed
OR tomcat-jsp-2_3-api-8.0.32-10.13 is installed
OR tomcat-lib-8.0.32-10.13 is installed
OR tomcat-servlet-3_1-api-8.0.32-10.13 is installed
OR tomcat-webapps-8.0.32-10.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-0.6.31-20 is installed
OR avahi-utils-0.6.31-20 is installed
OR libavahi-client3-0.6.31-20 is installed
OR libavahi-client3-32bit-0.6.31-20 is installed
OR libavahi-common3-0.6.31-20 is installed
OR libavahi-common3-32bit-0.6.31-20 is installed
OR libavahi-core7-0.6.31-20 is installed
OR libdns_sd-0.6.31-20 is installed
OR libdns_sd-32bit-0.6.31-20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-6-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-6-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_69-60_64_29-default-11-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-11-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-11-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
apache2-2.4.23-28 is installed
OR apache2-doc-2.4.23-28 is installed
OR apache2-example-pages-2.4.23-28 is installed
OR apache2-prefork-2.4.23-28 is installed
OR apache2-utils-2.4.23-28 is installed
OR apache2-worker-2.4.23-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
apache2-2.4.23-28 is installed
OR apache2-doc-2.4.23-28 is installed
OR apache2-example-pages-2.4.23-28 is installed
OR apache2-prefork-2.4.23-28 is installed
OR apache2-utils-2.4.23-28 is installed
OR apache2-worker-2.4.23-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
glib2-lang-2.48.2-10 is installed
OR glib2-tools-2.48.2-10 is installed
OR libgio-2_0-0-2.48.2-10 is installed
OR libgio-2_0-0-32bit-2.48.2-10 is installed
OR libglib-2_0-0-2.48.2-10 is installed
OR libglib-2_0-0-32bit-2.48.2-10 is installed
OR libgmodule-2_0-0-2.48.2-10 is installed
OR libgmodule-2_0-0-32bit-2.48.2-10 is installed
OR libgobject-2_0-0-2.48.2-10 is installed
OR libgobject-2_0-0-32bit-2.48.2-10 is installed
OR libgthread-2_0-0-2.48.2-10 is installed
OR libgthread-2_0-0-32bit-2.48.2-10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libmysqlclient18-10.0.31-29.3 is installed
OR libmysqlclient18-32bit-10.0.31-29.3 is installed
OR mariadb-10.0.31-29.3 is installed
OR mariadb-client-10.0.31-29.3 is installed
OR mariadb-errormessages-10.0.31-29.3 is installed
OR mariadb-tools-10.0.31-29.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libmysqlclient18-10.0.31-29.3 is installed
OR libmysqlclient18-32bit-10.0.31-29.3 is installed
OR mariadb-10.0.31-29.3 is installed
OR mariadb-client-10.0.31-29.3 is installed
OR mariadb-errormessages-10.0.31-29.3 is installed
OR mariadb-tools-10.0.31-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
audiofile-0.3.6-10 is installed
OR libaudiofile1-0.3.6-10 is installed
OR libaudiofile1-32bit-0.3.6-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND Package Information
kernel-default-4.4.180-94.138.1 is installed
OR kernel-default-base-4.4.180-94.138.1 is installed
OR kernel-default-devel-4.4.180-94.138.1 is installed
OR kernel-devel-4.4.180-94.138.1 is installed
OR kernel-macros-4.4.180-94.138.1 is installed
OR kernel-source-4.4.180-94.138.1 is installed
OR kernel-syms-4.4.180-94.138.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
bind-9.11.2-1 is installed
OR bind-chrootenv-9.11.2-1 is installed
OR bind-doc-9.11.2-1 is installed
OR bind-utils-9.11.2-1 is installed
OR libbind9-160-9.11.2-1 is installed
OR libdns169-9.11.2-1 is installed
OR libirs160-9.11.2-1 is installed
OR libisc166-9.11.2-1 is installed
OR libisc166-32bit-9.11.2-1 is installed
OR libisccc160-9.11.2-1 is installed
OR libisccfg160-9.11.2-1 is installed
OR liblwres160-9.11.2-1 is installed
OR python-bind-9.11.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
dhcp-4.3.3-10.16 is installed
OR dhcp-client-4.3.3-10.16 is installed
OR dhcp-relay-4.3.3-10.16 is installed
OR dhcp-server-4.3.3-10.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-2-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_12-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-2-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_12-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.41 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
libgudev-1_0-0-210-116.22 is installed
OR libgudev-1_0-0-32bit-210-116.22 is installed
OR libgudev-1_0-devel-210-116.22 is installed
OR libudev-devel-210-116.22 is installed
OR libudev1-210-116.22 is installed
OR libudev1-32bit-210-116.22 is installed
OR systemd-210-116.22 is installed
OR systemd-32bit-210-116.22 is installed
OR systemd-bash-completion-210-116.22 is installed
OR systemd-devel-210-116.22 is installed
OR systemd-sysvinit-210-116.22 is installed
OR typelib-1_0-GUdev-1_0-210-116.22 is installed
OR udev-210-116.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_59-92_24-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_9-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
compat-openssl098-0.9.8j-106.9 is installed
OR libopenssl0_9_8-0.9.8j-106.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libixion-0.12.1-12 is installed
OR libixion-0_12-0-0.12.1-12 is installed
OR libmwaw-0.3.11-9 is installed
OR libmwaw-0_3-3-0.3.11-9 is installed
OR liborcus-0.12.1-12 is installed
OR liborcus-0_12-0-0.12.1-12 is installed
OR libreoffice-5.3.3.2-40.5 is installed
OR libreoffice-base-5.3.3.2-40.5 is installed
OR libreoffice-base-drivers-mysql-5.3.3.2-40.5 is installed
OR libreoffice-base-drivers-postgresql-5.3.3.2-40.5 is installed
OR libreoffice-calc-5.3.3.2-40.5 is installed
OR libreoffice-calc-extensions-5.3.3.2-40.5 is installed
OR libreoffice-draw-5.3.3.2-40.5 is installed
OR libreoffice-filters-optional-5.3.3.2-40.5 is installed
OR libreoffice-gnome-5.3.3.2-40.5 is installed
OR libreoffice-icon-theme-galaxy-5.3.3.2-40.5 is installed
OR libreoffice-icon-theme-tango-5.3.3.2-40.5 is installed
OR libreoffice-impress-5.3.3.2-40.5 is installed
OR libreoffice-l10n-af-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ar-5.3.3.2-40.5 is installed
OR libreoffice-l10n-bg-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ca-5.3.3.2-40.5 is installed
OR libreoffice-l10n-cs-5.3.3.2-40.5 is installed
OR libreoffice-l10n-da-5.3.3.2-40.5 is installed
OR libreoffice-l10n-de-5.3.3.2-40.5 is installed
OR libreoffice-l10n-en-5.3.3.2-40.5 is installed
OR libreoffice-l10n-es-5.3.3.2-40.5 is installed
OR libreoffice-l10n-fi-5.3.3.2-40.5 is installed
OR libreoffice-l10n-fr-5.3.3.2-40.5 is installed
OR libreoffice-l10n-gu-5.3.3.2-40.5 is installed
OR libreoffice-l10n-hi-5.3.3.2-40.5 is installed
OR libreoffice-l10n-hr-5.3.3.2-40.5 is installed
OR libreoffice-l10n-hu-5.3.3.2-40.5 is installed
OR libreoffice-l10n-it-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ja-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ko-5.3.3.2-40.5 is installed
OR libreoffice-l10n-lt-5.3.3.2-40.5 is installed
OR libreoffice-l10n-nb-5.3.3.2-40.5 is installed
OR libreoffice-l10n-nl-5.3.3.2-40.5 is installed
OR libreoffice-l10n-nn-5.3.3.2-40.5 is installed
OR libreoffice-l10n-pl-5.3.3.2-40.5 is installed
OR libreoffice-l10n-pt_BR-5.3.3.2-40.5 is installed
OR libreoffice-l10n-pt_PT-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ro-5.3.3.2-40.5 is installed
OR libreoffice-l10n-ru-5.3.3.2-40.5 is installed
OR libreoffice-l10n-sk-5.3.3.2-40.5 is installed
OR libreoffice-l10n-sv-5.3.3.2-40.5 is installed
OR libreoffice-l10n-uk-5.3.3.2-40.5 is installed
OR libreoffice-l10n-xh-5.3.3.2-40.5 is installed
OR libreoffice-l10n-zh_CN-5.3.3.2-40.5 is installed
OR libreoffice-l10n-zh_TW-5.3.3.2-40.5 is installed
OR libreoffice-l10n-zu-5.3.3.2-40.5 is installed
OR libreoffice-mailmerge-5.3.3.2-40.5 is installed
OR libreoffice-math-5.3.3.2-40.5 is installed
OR libreoffice-officebean-5.3.3.2-40.5 is installed
OR libreoffice-pyuno-5.3.3.2-40.5 is installed
OR libreoffice-writer-5.3.3.2-40.5 is installed
OR libreoffice-writer-extensions-5.3.3.2-40.5 is installed
OR libreofficekit-5.3.3.2-40.5 is installed
OR libstaroffice-0.0.3-2 is installed
OR libstaroffice-0_0-0-0.0.3-2 is installed
OR libzmf-0.0.1-2 is installed
OR libzmf-0_0-0-0.0.1-2 is installed
OR myspell-af_NA-20170511-15 is installed
OR myspell-af_ZA-20170511-15 is installed
OR myspell-ar-20170511-15 is installed
OR myspell-ar_AE-20170511-15 is installed
OR myspell-ar_BH-20170511-15 is installed
OR myspell-ar_DZ-20170511-15 is installed
OR myspell-ar_EG-20170511-15 is installed
OR myspell-ar_IQ-20170511-15 is installed
OR myspell-ar_JO-20170511-15 is installed
OR myspell-ar_KW-20170511-15 is installed
OR myspell-ar_LB-20170511-15 is installed
OR myspell-ar_LY-20170511-15 is installed
OR myspell-ar_MA-20170511-15 is installed
OR myspell-ar_OM-20170511-15 is installed
OR myspell-ar_QA-20170511-15 is installed
OR myspell-ar_SA-20170511-15 is installed
OR myspell-ar_SD-20170511-15 is installed
OR myspell-ar_SY-20170511-15 is installed
OR myspell-ar_TN-20170511-15 is installed
OR myspell-ar_YE-20170511-15 is installed
OR myspell-be_BY-20170511-15 is installed
OR myspell-bg_BG-20170511-15 is installed
OR myspell-bn_BD-20170511-15 is installed
OR myspell-bn_IN-20170511-15 is installed
OR myspell-bs-20170511-15 is installed
OR myspell-bs_BA-20170511-15 is installed
OR myspell-ca-20170511-15 is installed
OR myspell-ca_AD-20170511-15 is installed
OR myspell-ca_ES-20170511-15 is installed
OR myspell-ca_ES_valencia-20170511-15 is installed
OR myspell-ca_FR-20170511-15 is installed
OR myspell-ca_IT-20170511-15 is installed
OR myspell-cs_CZ-20170511-15 is installed
OR myspell-da_DK-20170511-15 is installed
OR myspell-de-20170511-15 is installed
OR myspell-de_AT-20170511-15 is installed
OR myspell-de_CH-20170511-15 is installed
OR myspell-de_DE-20170511-15 is installed
OR myspell-dictionaries-20170511-15 is installed
OR myspell-el_GR-20170511-15 is installed
OR myspell-en-20170511-15 is installed
OR myspell-en_AU-20170511-15 is installed
OR myspell-en_BS-20170511-15 is installed
OR myspell-en_BZ-20170511-15 is installed
OR myspell-en_CA-20170511-15 is installed
OR myspell-en_GB-20170511-15 is installed
OR myspell-en_GH-20170511-15 is installed
OR myspell-en_IE-20170511-15 is installed
OR myspell-en_IN-20170511-15 is installed
OR myspell-en_JM-20170511-15 is installed
OR myspell-en_MW-20170511-15 is installed
OR myspell-en_NA-20170511-15 is installed
OR myspell-en_NZ-20170511-15 is installed
OR myspell-en_PH-20170511-15 is installed
OR myspell-en_TT-20170511-15 is installed
OR myspell-en_US-20170511-15 is installed
OR myspell-en_ZA-20170511-15 is installed
OR myspell-en_ZW-20170511-15 is installed
OR myspell-es-20170511-15 is installed
OR myspell-es_AR-20170511-15 is installed
OR myspell-es_BO-20170511-15 is installed
OR myspell-es_CL-20170511-15 is installed
OR myspell-es_CO-20170511-15 is installed
OR myspell-es_CR-20170511-15 is installed
OR myspell-es_CU-20170511-15 is installed
OR myspell-es_DO-20170511-15 is installed
OR myspell-es_EC-20170511-15 is installed
OR myspell-es_ES-20170511-15 is installed
OR myspell-es_GT-20170511-15 is installed
OR myspell-es_HN-20170511-15 is installed
OR myspell-es_MX-20170511-15 is installed
OR myspell-es_NI-20170511-15 is installed
OR myspell-es_PA-20170511-15 is installed
OR myspell-es_PE-20170511-15 is installed
OR myspell-es_PR-20170511-15 is installed
OR myspell-es_PY-20170511-15 is installed
OR myspell-es_SV-20170511-15 is installed
OR myspell-es_UY-20170511-15 is installed
OR myspell-es_VE-20170511-15 is installed
OR myspell-et_EE-20170511-15 is installed
OR myspell-fr_BE-20170511-15 is installed
OR myspell-fr_CA-20170511-15 is installed
OR myspell-fr_CH-20170511-15 is installed
OR myspell-fr_FR-20170511-15 is installed
OR myspell-fr_LU-20170511-15 is installed
OR myspell-fr_MC-20170511-15 is installed
OR myspell-gu_IN-20170511-15 is installed
OR myspell-he_IL-20170511-15 is installed
OR myspell-hi_IN-20170511-15 is installed
OR myspell-hr_HR-20170511-15 is installed
OR myspell-hu_HU-20170511-15 is installed
OR myspell-it_IT-20170511-15 is installed
OR myspell-lightproof-en-20170511-15 is installed
OR myspell-lightproof-hu_HU-20170511-15 is installed
OR myspell-lightproof-pt_BR-20170511-15 is installed
OR myspell-lightproof-ru_RU-20170511-15 is installed
OR myspell-lo_LA-20170511-15 is installed
OR myspell-lt_LT-20170511-15 is installed
OR myspell-lv_LV-20170511-15 is installed
OR myspell-nb_NO-20170511-15 is installed
OR myspell-nl_BE-20170511-15 is installed
OR myspell-nl_NL-20170511-15 is installed
OR myspell-nn_NO-20170511-15 is installed
OR myspell-no-20170511-15 is installed
OR myspell-pl_PL-20170511-15 is installed
OR myspell-pt_AO-20170511-15 is installed
OR myspell-pt_BR-20170511-15 is installed
OR myspell-pt_PT-20170511-15 is installed
OR myspell-ro-20170511-15 is installed
OR myspell-ro_RO-20170511-15 is installed
OR myspell-ru_RU-20170511-15 is installed
OR myspell-sk_SK-20170511-15 is installed
OR myspell-sl_SI-20170511-15 is installed
OR myspell-sr-20170511-15 is installed
OR myspell-sr_CS-20170511-15 is installed
OR myspell-sr_Latn_CS-20170511-15 is installed
OR myspell-sr_Latn_RS-20170511-15 is installed
OR myspell-sr_RS-20170511-15 is installed
OR myspell-sv_FI-20170511-15 is installed
OR myspell-sv_SE-20170511-15 is installed
OR myspell-te-20170511-15 is installed
OR myspell-te_IN-20170511-15 is installed
OR myspell-th_TH-20170511-15 is installed
OR myspell-uk_UA-20170511-15 is installed
OR myspell-vi-20170511-15 is installed
OR myspell-vi_VN-20170511-15 is installed
OR myspell-zu_ZA-20170511-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libmysqlclient_r18-10.0.31-29.3 is installed
OR libmysqlclient_r18-32bit-10.0.31-29.3 is installed
OR mariadb-10.0.31-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
MozillaThunderbird-52.8-1 is installed
OR MozillaThunderbird-devel-52.8-1 is installed
OR MozillaThunderbird-translations-common-52.8-1 is installed
OR MozillaThunderbird-translations-other-52.8-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
dhcp-4.2.4.P2-0.27 is installed
OR dhcp-client-4.2.4.P2-0.27 is installed
OR dhcp-relay-4.2.4.P2-0.27 is installed
OR dhcp-server-4.2.4.P2-0.27 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-trove-4.0.1~a0~dev2-2 is installed
OR openstack-trove-api-4.0.1~a0~dev2-2 is installed
OR openstack-trove-conductor-4.0.1~a0~dev2-2 is installed
OR openstack-trove-guestagent-4.0.1~a0~dev2-2 is installed
OR openstack-trove-taskmanager-4.0.1~a0~dev2-2 is installed
OR python-trove-4.0.1~a0~dev2-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
openstack-dashboard-10.0.6~dev4-4.15 is installed
OR openstack-heat-7.0.7~dev10-5.12 is installed
OR openstack-heat-api-7.0.7~dev10-5.12 is installed
OR openstack-heat-api-cfn-7.0.7~dev10-5.12 is installed
OR openstack-heat-api-cloudwatch-7.0.7~dev10-5.12 is installed
OR openstack-heat-doc-7.0.7~dev10-5.12 is installed
OR openstack-heat-engine-7.0.7~dev10-5.12 is installed
OR openstack-heat-plugin-heat_docker-7.0.7~dev10-5.12 is installed
OR openstack-heat-test-7.0.7~dev10-5.12 is installed
OR openstack-horizon-plugin-designate-ui-3.0.2~dev1-3.6 is installed
OR openstack-keystone-10.0.3~dev9-7.12 is installed
OR openstack-keystone-doc-10.0.3~dev9-7.12 is installed
OR openstack-nova-14.0.11~dev13-4.25 is installed
OR openstack-nova-api-14.0.11~dev13-4.25 is installed
OR openstack-nova-cells-14.0.11~dev13-4.25 is installed
OR openstack-nova-cert-14.0.11~dev13-4.25 is installed
OR openstack-nova-compute-14.0.11~dev13-4.25 is installed
OR openstack-nova-conductor-14.0.11~dev13-4.25 is installed
OR openstack-nova-console-14.0.11~dev13-4.25 is installed
OR openstack-nova-consoleauth-14.0.11~dev13-4.25 is installed
OR openstack-nova-doc-14.0.11~dev13-4.25 is installed
OR openstack-nova-novncproxy-14.0.11~dev13-4.25 is installed
OR openstack-nova-placement-api-14.0.11~dev13-4.25 is installed
OR openstack-nova-scheduler-14.0.11~dev13-4.25 is installed
OR openstack-nova-serialproxy-14.0.11~dev13-4.25 is installed
OR openstack-nova-vncproxy-14.0.11~dev13-4.25 is installed
OR python-heat-7.0.7~dev10-5.12 is installed
OR python-horizon-10.0.6~dev4-4.15 is installed
OR python-horizon-plugin-designate-ui-3.0.2~dev1-3.6 is installed
OR python-keystone-10.0.3~dev9-7.12 is installed
OR python-nova-14.0.11~dev13-4.25 is installed
OR python-os-vif-1.2.1-3.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 8 is installed
AND Package Information
pdns-4.1.2-3.3 is installed
OR pdns-backend-mysql-4.1.2-3.3 is installed
|