Oval Definition:oval:org.opensuse.security:def:44908
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:

The SUSE Linux Enterprise 12 SP2 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2018-19985: The function hso_probe read if_num from the USB device (as an u8) and used it without a length check to index an array, resulting in an OOB memory read in hso_probe or hso_get_config_data that could be used by local attackers (bnc#1120743). - CVE-2018-16884: NFS41+ shares mounted in different network namespaces at the same time can make bc_svc_process() use wrong back-channel IDs and cause a use-after-free vulnerability. Thus a malicious container user can cause a host kernel memory corruption and a system panic. Due to the nature of the flaw, privilege escalation cannot be fully ruled out (bnc#1119946). - CVE-2018-20169: The USB subsystem mishandled size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bnc#1119714). - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory corruption due to type confusion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. (bnc#1118319). - CVE-2018-16862: A security flaw was found in a way that the cleancache subsystem clears an inode after the final file truncation (removal). The new file created with the same inode may contain leftover pages from cleancache and the old file data instead of the new one (bnc#1117186). - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152). - CVE-2018-18281: The mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused. (bnc#1113769). - CVE-2018-18710: An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751). - CVE-2018-18690: A local attacker able to set attributes on an xfs filesystem could make this filesystem non-operational until the next mount by triggering an unchecked error condition during an xfs attribute change, because xfs_attr_shortform_addname in fs/xfs/libxfs/xfs_attr.c mishandled ATTR_REPLACE operations with conversion of an attr from short to long form (bnc#1105025). - CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825). - CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. (bnc#1108498). - CVE-2019-3459, CVE-2019-3460: The Blutooth stack suffered from two remote information leak vulnerabilities in the code that handles incoming L2cap configuration packets (bsc#1120758).

The following non-security bugs were fixed:

- aio: hold an extra file reference over AIO read/write operations (bsc#1116027). - ata: Fix racy link clearance (bsc#1107866). - btrfs: Fix wrong first_key parameter in replace_path (follow up fixes for bsc#1084721). - cgroup, netclassid: add a preemption point to write_classid (bnc#1098996). - cifs: Fix infinite loop when using hard mount option (bsc#1091171). - dm round robin: revert 'use percpu 'repeat_count' and 'current_path'' (bsc#1113192) - fscache: fix race between enablement and dropping of object (bsc#1107385). - ibmvnic: fix index in release_rx_pools (bsc#1115440). - ip: hash fragments consistently (bsc#1042286 bsc#1108145). - ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes (bsc#1110286). - ipv6: set rt6i_protocol properly in the route when it is installed (bsc#1114190). - ipv6: set rt6i_protocol properly in the route when it is installed (bsc#1114190). - ixgbe: Add function for checking to see if we can reuse page (bsc#1100105). - ixgbe: Add support for build_skb (bsc#1100105). - ixgbe: Add support for padding packet (bsc#1100105). - ixgbe: Break out Rx buffer page management (bsc#1100105). - ixgbe: Fix output from ixgbe_dump (bsc#1100105). - ixgbe: Make use of order 1 pages and 3K buffers independent of FCoE (bsc#1100105). - ixgbe: Only DMA sync frame length (bsc#1100105). - ixgbe: Update code to better handle incrementing page count (bsc#1100105). - ixgbe: Update driver to make use of DMA attributes in Rx path (bsc#1100105). - ixgbe: Use length to determine if descriptor is done (bsc#1100105). - libfc: sync strings with upstream versions (bsc#1114763). - md: reorder flag_bits to match upstream commits The ordering in the patches was backward. - mm: add support for releasing multiple instances of a page (bsc#1100105). - mm: rename __page_frag functions to __page_frag_cache, drop order from drain (bsc#1100105). - net: ipv4: do not handle duplicate fragments as overlapping (bsc#1116345). - NFS: add nostatflush mount option (bsc#1065726). - nospec: Include dependency (bsc#1114648). - ovl: after setting xattributes, you need to copy the attributes in order to make sure the mode and ctime/mtime is set (bsc#1107299). - powerpc/boot: Request no dynamic linker for boot wrapper (bsc#1070805). - Revert 'kabi/severities: Ignore missing cpu_tss_tramp (bsc#1099597)' This reverts commit 54da5757cbbb39ab15b3cd09cf922a8a9e32209c. - rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly (bsc#1042286 bsc#1108145). - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP (bnc#1091197). - scsi: libfc: check fc_frame_payload_get() return value for null (bsc#1103624, bsc#1104731). - sd: disable logical block provisioning if 'lpbme' is not set (bsc#1086095). - tcp: prevent bogus FRTO undos with non-SACK flows (bsc#1086535). - Update ibmvnic: Fix RX queue buffer cleanup (bsc#1115440, bsc#1115433). - x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs (bsc#1105931). - x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculation attack surface (bsc#1105931). - x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculation attack surface (bsc#1105931). - x86/entry/64: sanitize extra registers on syscall entry (bsc#1105931). - x86/kaiser: Avoid loosing NMIs when using trampoline stack (bsc#1106293 bsc#1099597). - x86,sched: Allow topologies where NUMA nodes share an LLC (bsc#1091158, bsc#1101555, bsc#1117187). - xen/blkfront: avoid NULL blkfront_info dereference on device removal (bsc#1111062). - xen/blkfront: correct purging of persistent grants (bnc#1065600). - xen: fix race in xen_qlock_wait() (bnc#1107256). - xen: fix xen_qlock_wait() (bnc#1107256). - xen: make xen_qlock_wait() nestable (bnc#1107256). - xen/netback: dont overflow meta array (bnc#1099523). - xen/netfront: do not bug in case of too many frags (bnc#1012382). - xen/netfront: do not cache skb_shinfo() (bnc#1012382). - xen/x86: add diagnostic printout to xen_mc_flush() in case of error (bnc#1116183). - xfrm: use complete IPv6 addresses for hash (bsc#1109330). - xfs/dmapi: restore event in xfs_getbmap (bsc#1095344, bsc#1114763). - xfs: fix quotacheck dquot id overflow infinite loop (bsc#1121621).
Family:unixClass:patch
Status:Reference(s):1010399
1010405
1010406
1010408
1010409
1010421
1010423
1010424
1010425
1010426
1012382
1023175
1025108
1042286
1043008
1047281
1054429
1065600
1065726
1070805
1074235
1076958
1084721
1086095
1086535
1091158
1091171
1091197
1092611
1094825
1095344
1098996
1099523
1099597
1100105
1101555
1103624
1104731
1105025
1105931
1106293
1107256
1107299
1107385
1107866
1108145
1108498
1109330
1109849
1110121
1110286
1110837
1111062
1113160
1113192
1113751
1113769
1114190
1114648
1114763
1115433
1115440
1116027
1116183
1116345
1117186
1117187
1118152
1118319
1119714
1119946
1119947
1120374
1120743
1120758
1121571
1121621
1121759
1121816
1121818
1121821
1122012
1123156
1123161
1125617
1127670
1134195
1137990
1138822
1141661
1142038
1143913
1145604
1146873
1148177
1149429
1149811
1151021
1152107
1153090
1153277
1154212
1154738
1154940
1154968
1155372
1156275
1158442
1159478
1159479
1159482
1159486
1160024
1161066
1163018
1163871
1165921
1166240
1168310
1170231
1170557
1170603
1170940
1171687
1172462
1173798
1174205
1174757
1174771
1175112
1175127
1175228
1175691
1176069
859835
936786
959933
976955
983922
CVE-2014-1624
CVE-2015-3239
CVE-2016-2830
CVE-2016-5289
CVE-2016-5292
CVE-2016-9063
CVE-2016-9067
CVE-2016-9068
CVE-2016-9069
CVE-2016-9071
CVE-2016-9073
CVE-2016-9075
CVE-2016-9076
CVE-2016-9077
CVE-2017-15107
CVE-2017-18379
CVE-2017-18379
CVE-2017-7789
CVE-2018-16862
CVE-2018-16884
CVE-2018-18281
CVE-2018-18386
CVE-2018-18690
CVE-2018-18710
CVE-2018-19824
CVE-2018-19985
CVE-2018-20169
CVE-2018-20685
CVE-2018-5150
CVE-2018-5151
CVE-2018-5152
CVE-2018-5153
CVE-2018-5154
CVE-2018-5155
CVE-2018-5157
CVE-2018-5158
CVE-2018-5159
CVE-2018-5160
CVE-2018-5163
CVE-2018-5164
CVE-2018-5165
CVE-2018-5166
CVE-2018-5167
CVE-2018-5168
CVE-2018-5169
CVE-2018-5172
CVE-2018-5173
CVE-2018-5174
CVE-2018-5175
CVE-2018-5176
CVE-2018-5177
CVE-2018-5178
CVE-2018-5179
CVE-2018-5180
CVE-2018-5181
CVE-2018-5182
CVE-2018-5183
CVE-2018-9516
CVE-2018-9568
CVE-2019-10215
CVE-2019-11757
CVE-2019-11758
CVE-2019-11759
CVE-2019-11760
CVE-2019-11761
CVE-2019-11762
CVE-2019-11763
CVE-2019-11764
CVE-2019-12068
CVE-2019-14835
CVE-2019-14835
CVE-2019-14869
CVE-2019-15043
CVE-2019-15890
CVE-2019-15903
CVE-2019-16746
CVE-2019-18388
CVE-2019-18389
CVE-2019-18390
CVE-2019-18391
CVE-2019-2933
CVE-2019-2945
CVE-2019-2962
CVE-2019-2964
CVE-2019-2973
CVE-2019-2978
CVE-2019-2981
CVE-2019-2983
CVE-2019-2989
CVE-2019-2992
CVE-2019-2999
CVE-2019-3459
CVE-2019-3460
CVE-2019-3811
CVE-2019-6109
CVE-2019-6110
CVE-2019-6111
CVE-2019-6778
CVE-2020-12245
CVE-2020-12268
CVE-2020-13379
CVE-2020-14314
CVE-2020-14331
CVE-2020-14386
CVE-2020-16166
CVE-2020-1711
CVE-2020-1983
CVE-2020-7039
CVE-2020-8608
SUSE-SU-2019:0805-1
SUSE-SU-2019:1721-1
SUSE-SU-2019:2983-1
SUSE-SU-2020:0016-1
SUSE-SU-2020:1970-1
SUSE-SU-2020:2582-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
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 Desktop 12 SP4
SUSE Linux Enterprise Module for additional PackageHub packages 15
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Basesystem 15 SP1
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Desktop Applications 15 SP1
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Live Patching 15 SP1
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP2
SUSE Linux Enterprise Module for Public Cloud 15 SP1
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Web Scripting 15 SP1
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 SP4-ESPOS
SUSE Linux Enterprise Server 12 SP4-LTSS
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 15-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
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 SP4-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE Linux Enterprise Workstation Extension 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 7
SUSE OpenStack Cloud 8
SUSE OpenStack Cloud Crowbar 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • apache2-mod_php7-7.2.5-lp150.1 is installed
  • OR php7-7.2.5-lp150.1 is installed
  • OR php7-ctype-7.2.5-lp150.1 is installed
  • OR php7-dom-7.2.5-lp150.1 is installed
  • OR php7-iconv-7.2.5-lp150.1 is installed
  • OR php7-json-7.2.5-lp150.1 is installed
  • OR php7-mysql-7.2.5-lp150.1 is installed
  • OR php7-pdo-7.2.5-lp150.1 is installed
  • OR php7-pgsql-7.2.5-lp150.1 is installed
  • OR php7-sqlite-7.2.5-lp150.1 is installed
  • OR php7-tokenizer-7.2.5-lp150.1 is installed
  • OR php7-xmlreader-7.2.5-lp150.1 is installed
  • OR php7-xmlwriter-7.2.5-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • apache2-2.4.23-11 is installed
  • OR apache2-devel-2.4.23-11 is installed
  • OR apache2-doc-2.4.23-11 is installed
  • OR apache2-example-pages-2.4.23-11 is installed
  • OR apache2-prefork-2.4.23-11 is installed
  • OR apache2-utils-2.4.23-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-1 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • curl-7.37.0-15 is installed
  • OR libcurl4-7.37.0-15 is installed
  • OR libcurl4-32bit-7.37.0-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • emacs-24.3-16 is installed
  • OR emacs-info-24.3-16 is installed
  • OR emacs-x11-24.3-16 is installed
  • OR etags-24.3-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • bind-libs-9.9.9P1-62 is installed
  • OR bind-libs-32bit-9.9.9P1-62 is installed
  • OR bind-utils-9.9.9P1-62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • bzip2-1.0.6-29 is installed
  • OR libbz2-1-1.0.6-29 is installed
  • OR libbz2-1-32bit-1.0.6-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
  • AND tiff-4.0.9-5.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • cups-2.2.7-1 is installed
  • OR cups-client-2.2.7-1 is installed
  • OR cups-config-2.2.7-1 is installed
  • OR cups-devel-2.2.7-1 is installed
  • OR libcups2-2.2.7-1 is installed
  • OR libcupscgi1-2.2.7-1 is installed
  • OR libcupsimage2-2.2.7-1 is installed
  • OR libcupsmime1-2.2.7-1 is installed
  • OR libcupsppdc1-2.2.7-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • binutils-2.31-5 is installed
  • OR binutils-devel-2.31-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • typelib-1_0-JavaScriptCore-4_0-2.20.3-3.3 is installed
  • OR typelib-1_0-WebKit2-4_0-2.20.3-3.3 is installed
  • OR typelib-1_0-WebKit2WebExtension-4_0-2.20.3-3.3 is installed
  • OR webkit2gtk3-2.20.3-3.3 is installed
  • OR webkit2gtk3-devel-2.20.3-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND Package Information
  • libgxps-devel-0.3.0-4.3 is installed
  • OR libgxps2-0.3.0-4.3 is installed
  • OR typelib-1_0-GXPS-0_1-0.3.0-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND perl-YAML-LibYAML-0.59-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.6 is installed
  • OR reiserfs-kmp-default-4.12.14-25.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_3-default-7-2 is installed
  • OR kernel-livepatch-SLE15_Update_1-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-197_15-default-2-2 is installed
  • OR kernel-livepatch-SLE15-SP1_Update_4-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • avahi-0.6.32-5.5 is installed
  • OR avahi-glib2-0.6.32-5.5 is installed
  • OR ctdb-pcp-pmda-4.7.11+git.153.b36ceaf2235-4.27 is installed
  • OR ctdb-tests-4.7.11+git.153.b36ceaf2235-4.27 is installed
  • OR gnutls-3.6.2-6.5 is installed
  • OR gnutls-guile-3.6.2-6.5 is installed
  • OR ldb-1.2.4-3.12 is installed
  • OR ldb-tools-1.2.4-3.12 is installed
  • OR libnettle-3.4.1-4.9 is installed
  • OR libnettle-devel-32bit-3.4.1-4.9 is installed
  • OR nettle-3.4.1-4.9 is installed
  • OR python-avahi-0.6.32-5.5 is installed
  • OR python-avahi-gtk-0.6.32-5.5 is installed
  • OR python-tdb-1.3.15-3.6 is installed
  • OR python-tevent-0.9.36-4.10 is installed
  • OR python3-tdb-1.3.15-3.6 is installed
  • OR python3-tevent-0.9.36-4.10 is installed
  • OR samba-4.7.11+git.153.b36ceaf2235-4.27 is installed
  • OR samba-doc-4.7.11+git.153.b36ceaf2235-4.27 is installed
  • OR samba-python-4.7.11+git.153.b36ceaf2235-4.27 is installed
  • OR samba-test-4.7.11+git.153.b36ceaf2235-4.27 is installed
  • OR tdb-1.3.15-3.6 is installed
  • OR tevent-0.9.36-4.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • libqb-1.0.3+20190326.a521604-3.3 is installed
  • OR libqb-devel-32bit-1.0.3+20190326.a521604-3.3 is installed
  • OR libqb20-32bit-1.0.3+20190326.a521604-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP2 is installed
  • AND Package Information
  • MozillaFirefox-68.6.0-3.75 is installed
  • OR MozillaFirefox-branding-upstream-68.6.0-3.75 is installed
  • OR MozillaFirefox-devel-68.6.0-3.75 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 SP1 is installed
  • AND rmt-server-pubcloud-1.2.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libvirt-4.0.0-9.19 is installed
  • OR libvirt-admin-4.0.0-9.19 is installed
  • OR libvirt-client-4.0.0-9.19 is installed
  • OR libvirt-daemon-4.0.0-9.19 is installed
  • OR libvirt-daemon-config-network-4.0.0-9.19 is installed
  • OR libvirt-daemon-config-nwfilter-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-interface-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-libxl-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-lxc-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-network-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-nodedev-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-nwfilter-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-qemu-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-secret-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-core-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-disk-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-iscsi-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-logical-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-mpath-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-rbd-4.0.0-9.19 is installed
  • OR libvirt-daemon-driver-storage-scsi-4.0.0-9.19 is installed
  • OR libvirt-daemon-hooks-4.0.0-9.19 is installed
  • OR libvirt-daemon-lxc-4.0.0-9.19 is installed
  • OR libvirt-daemon-qemu-4.0.0-9.19 is installed
  • OR libvirt-daemon-xen-4.0.0-9.19 is installed
  • OR libvirt-devel-4.0.0-9.19 is installed
  • OR libvirt-doc-4.0.0-9.19 is installed
  • OR libvirt-lock-sanlock-4.0.0-9.19 is installed
  • OR libvirt-nss-4.0.0-9.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • libfpm_pb0-1.1.1-2 is installed
  • OR libospf0-1.1.1-2 is installed
  • OR libospfapiclient0-1.1.1-2 is installed
  • OR libquagga_pb0-1.1.1-2 is installed
  • OR libzebra1-1.1.1-2 is installed
  • OR quagga-1.1.1-2 is installed
  • OR quagga-devel-1.1.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
  • AND Package Information
  • apache2-mod_php7-7.2.5-4.52 is installed
  • OR php7-7.2.5-4.52 is installed
  • OR php7-bcmath-7.2.5-4.52 is installed
  • OR php7-bz2-7.2.5-4.52 is installed
  • OR php7-calendar-7.2.5-4.52 is installed
  • OR php7-ctype-7.2.5-4.52 is installed
  • OR php7-curl-7.2.5-4.52 is installed
  • OR php7-dba-7.2.5-4.52 is installed
  • OR php7-devel-7.2.5-4.52 is installed
  • OR php7-dom-7.2.5-4.52 is installed
  • OR php7-enchant-7.2.5-4.52 is installed
  • OR php7-exif-7.2.5-4.52 is installed
  • OR php7-fastcgi-7.2.5-4.52 is installed
  • OR php7-fileinfo-7.2.5-4.52 is installed
  • OR php7-fpm-7.2.5-4.52 is installed
  • OR php7-ftp-7.2.5-4.52 is installed
  • OR php7-gd-7.2.5-4.52 is installed
  • OR php7-gettext-7.2.5-4.52 is installed
  • OR php7-gmp-7.2.5-4.52 is installed
  • OR php7-iconv-7.2.5-4.52 is installed
  • OR php7-intl-7.2.5-4.52 is installed
  • OR php7-json-7.2.5-4.52 is installed
  • OR php7-ldap-7.2.5-4.52 is installed
  • OR php7-mbstring-7.2.5-4.52 is installed
  • OR php7-mysql-7.2.5-4.52 is installed
  • OR php7-odbc-7.2.5-4.52 is installed
  • OR php7-opcache-7.2.5-4.52 is installed
  • OR php7-openssl-7.2.5-4.52 is installed
  • OR php7-pcntl-7.2.5-4.52 is installed
  • OR php7-pdo-7.2.5-4.52 is installed
  • OR php7-pear-7.2.5-4.52 is installed
  • OR php7-pear-Archive_Tar-7.2.5-4.52 is installed
  • OR php7-pgsql-7.2.5-4.52 is installed
  • OR php7-phar-7.2.5-4.52 is installed
  • OR php7-posix-7.2.5-4.52 is installed
  • OR php7-shmop-7.2.5-4.52 is installed
  • OR php7-snmp-7.2.5-4.52 is installed
  • OR php7-soap-7.2.5-4.52 is installed
  • OR php7-sockets-7.2.5-4.52 is installed
  • OR php7-sodium-7.2.5-4.52 is installed
  • OR php7-sqlite-7.2.5-4.52 is installed
  • OR php7-sysvmsg-7.2.5-4.52 is installed
  • OR php7-sysvsem-7.2.5-4.52 is installed
  • OR php7-sysvshm-7.2.5-4.52 is installed
  • OR php7-tokenizer-7.2.5-4.52 is installed
  • OR php7-wddx-7.2.5-4.52 is installed
  • OR php7-xmlreader-7.2.5-4.52 is installed
  • OR php7-xmlrpc-7.2.5-4.52 is installed
  • OR php7-xmlwriter-7.2.5-4.52 is installed
  • OR php7-xsl-7.2.5-4.52 is installed
  • OR php7-zip-7.2.5-4.52 is installed
  • OR php7-zlib-7.2.5-4.52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • libvirt-2.0.0-26 is installed
  • OR libvirt-client-2.0.0-26 is installed
  • OR libvirt-daemon-2.0.0-26 is installed
  • OR libvirt-daemon-config-network-2.0.0-26 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-26 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-26 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-26 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-26 is installed
  • OR libvirt-daemon-driver-network-2.0.0-26 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-26 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-26 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-26 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-26 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-26 is installed
  • OR libvirt-daemon-lxc-2.0.0-26 is installed
  • OR libvirt-daemon-qemu-2.0.0-26 is installed
  • OR libvirt-daemon-xen-2.0.0-26 is installed
  • OR libvirt-doc-2.0.0-26 is installed
  • OR libvirt-lock-sanlock-2.0.0-26 is installed
  • OR libvirt-nss-2.0.0-26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.101 is installed
  • OR kernel-default-base-4.4.121-92.101 is installed
  • OR kernel-default-devel-4.4.121-92.101 is installed
  • OR kernel-devel-4.4.121-92.101 is installed
  • OR kernel-macros-4.4.121-92.101 is installed
  • OR kernel-source-4.4.121-92.101 is installed
  • OR kernel-syms-4.4.121-92.101 is installed
  • OR kgraft-patch-4_4_121-92_101-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_27-1-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.101 is installed
  • OR kernel-default-base-4.4.121-92.101 is installed
  • OR kernel-default-devel-4.4.121-92.101 is installed
  • OR kernel-devel-4.4.121-92.101 is installed
  • OR kernel-macros-4.4.121-92.101 is installed
  • OR kernel-source-4.4.121-92.101 is installed
  • OR kernel-syms-4.4.121-92.101 is installed
  • OR kgraft-patch-4_4_121-92_101-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_27-1-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • openslp-2.0.0-18.17 is installed
  • OR openslp-32bit-2.0.0-18.17 is installed
  • OR openslp-server-2.0.0-18.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND dnsmasq-2.78-18.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND dnsmasq-2.78-18.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • dhcp-4.3.3-9 is installed
  • OR dhcp-client-4.3.3-9 is installed
  • OR dhcp-relay-4.3.3-9 is installed
  • OR dhcp-server-4.3.3-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND golang-github-prometheus-node_exporter-0.18.1-1.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND golang-github-prometheus-node_exporter-0.18.1-1.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_175-94_79-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_23-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_175-94_79-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_23-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • openssh-7.2p2-74.35 is installed
  • OR openssh-askpass-gnome-7.2p2-74.35 is installed
  • OR openssh-fips-7.2p2-74.35 is installed
  • OR openssh-helpers-7.2p2-74.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • openssh-7.2p2-74.35 is installed
  • OR openssh-askpass-gnome-7.2p2-74.35 is installed
  • OR openssh-fips-7.2p2-74.35 is installed
  • OR openssh-helpers-7.2p2-74.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • libecpg6-10.6-1.6 is installed
  • OR libpq5-10.6-1.6 is installed
  • OR libpq5-32bit-10.6-1.6 is installed
  • OR postgresql10-10.6-1.6 is installed
  • OR postgresql10-contrib-10.6-1.6 is installed
  • OR postgresql10-docs-10.6-1.6 is installed
  • OR postgresql10-libs-10.6-1.6 is installed
  • OR postgresql10-server-10.6-1.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libssh2-1-1.4.3-20.6 is installed
  • OR libssh2-1-32bit-1.4.3-20.6 is installed
  • OR libssh2_org-1.4.3-20.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libssh2-1-1.4.3-20.6 is installed
  • OR libssh2-1-32bit-1.4.3-20.6 is installed
  • OR libssh2_org-1.4.3-20.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
  • AND
  • dovecot22-2.2.31-19.22 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.22 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.22 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
  • AND
  • dovecot22-2.2.31-19.22 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.22 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.22 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-LTSS is installed
  • AND
  • MozillaFirefox-78.1.0-112.8 is installed
  • OR MozillaFirefox-devel-78.1.0-112.8 is installed
  • OR MozillaFirefox-translations-common-78.1.0-112.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
  • AND
  • MozillaFirefox-78.1.0-112.8 is installed
  • OR MozillaFirefox-devel-78.1.0-112.8 is installed
  • OR MozillaFirefox-translations-common-78.1.0-112.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libmariadb3-3.1.8-2.15 is installed
  • OR libmariadb_plugins-3.1.8-2.15 is installed
  • OR mariadb-connector-c-3.1.8-2.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libmariadb3-3.1.8-2.15 is installed
  • OR libmariadb_plugins-3.1.8-2.15 is installed
  • OR mariadb-connector-c-3.1.8-2.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 15-LTSS is installed
  • AND Package Information
  • tomcat-9.0.31-3.42 is installed
  • OR tomcat-admin-webapps-9.0.31-3.42 is installed
  • OR tomcat-el-3_0-api-9.0.31-3.42 is installed
  • OR tomcat-jsp-2_3-api-9.0.31-3.42 is installed
  • OR tomcat-lib-9.0.31-3.42 is installed
  • OR tomcat-servlet-4_0-api-9.0.31-3.42 is installed
  • OR tomcat-webapps-9.0.31-3.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.48-52.27 is installed
  • OR kernel-default-extra-3.12.48-52.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-30 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-30 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libpcrecpp0-8.39-7 is installed
  • OR libpcrecpp0-32bit-8.39-7 is installed
  • OR pcre-8.39-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.93 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.93 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.93 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • bluez-5.13-5.12 is installed
  • OR bluez-cups-5.13-5.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND icu-52.1-8.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • libreoffice-6.2.6.2-3.21 is installed
  • OR libreoffice-base-6.2.6.2-3.21 is installed
  • OR libreoffice-base-drivers-postgresql-6.2.6.2-3.21 is installed
  • OR libreoffice-branding-upstream-6.2.6.2-3.21 is installed
  • OR libreoffice-calc-6.2.6.2-3.21 is installed
  • OR libreoffice-calc-extensions-6.2.6.2-3.21 is installed
  • OR libreoffice-draw-6.2.6.2-3.21 is installed
  • OR libreoffice-filters-optional-6.2.6.2-3.21 is installed
  • OR libreoffice-gnome-6.2.6.2-3.21 is installed
  • OR libreoffice-gtk3-6.2.6.2-3.21 is installed
  • OR libreoffice-icon-themes-6.2.6.2-3.21 is installed
  • OR libreoffice-impress-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-af-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ar-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-as-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-bg-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-bn-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-br-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ca-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-cs-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-cy-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-da-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-de-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-dz-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-el-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-en-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-eo-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-es-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-et-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-eu-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-fa-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-fi-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-fr-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ga-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-gl-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-gu-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-he-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-hi-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-hr-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-hu-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-it-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ja-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-kk-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-kn-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ko-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-lt-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-lv-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-mai-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ml-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-mr-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-nb-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-nl-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-nn-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-nr-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-nso-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-or-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-pa-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-pl-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-pt_BR-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-pt_PT-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ro-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ru-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-si-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-sk-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-sl-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-sr-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ss-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-st-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-sv-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ta-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-te-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-th-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-tn-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-tr-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ts-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-uk-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-ve-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-xh-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-zh_CN-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-zh_TW-6.2.6.2-3.21 is installed
  • OR libreoffice-l10n-zu-6.2.6.2-3.21 is installed
  • OR libreoffice-mailmerge-6.2.6.2-3.21 is installed
  • OR libreoffice-math-6.2.6.2-3.21 is installed
  • OR libreoffice-officebean-6.2.6.2-3.21 is installed
  • OR libreoffice-pyuno-6.2.6.2-3.21 is installed
  • OR libreoffice-writer-6.2.6.2-3.21 is installed
  • OR libreoffice-writer-extensions-6.2.6.2-3.21 is installed
  • OR libreofficekit-6.2.6.2-3.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • libixion-0.14.1-4.3 is installed
  • OR libixion-0_14-0-0.14.1-4.3 is installed
  • OR liborcus-0.14.1-3.3 is installed
  • OR liborcus-0_14-0-0.14.1-3.3 is installed
  • OR liborcus-devel-0.14.1-3.3 is installed
  • OR myspell-af_ZA-20190423-3.9 is installed
  • OR myspell-ar-20190423-3.9 is installed
  • OR myspell-bg_BG-20190423-3.9 is installed
  • OR myspell-bn_BD-20190423-3.9 is installed
  • OR myspell-br_FR-20190423-3.9 is installed
  • OR myspell-ca-20190423-3.9 is installed
  • OR myspell-cs_CZ-20190423-3.9 is installed
  • OR myspell-da_DK-20190423-3.9 is installed
  • OR myspell-dictionaries-20190423-3.9 is installed
  • OR myspell-el_GR-20190423-3.9 is installed
  • OR myspell-et_EE-20190423-3.9 is installed
  • OR myspell-fr_FR-20190423-3.9 is installed
  • OR myspell-gl-20190423-3.9 is installed
  • OR myspell-gu_IN-20190423-3.9 is installed
  • OR myspell-he_IL-20190423-3.9 is installed
  • OR myspell-hi_IN-20190423-3.9 is installed
  • OR myspell-hr_HR-20190423-3.9 is installed
  • OR myspell-it_IT-20190423-3.9 is installed
  • OR myspell-lt_LT-20190423-3.9 is installed
  • OR myspell-lv_LV-20190423-3.9 is installed
  • OR myspell-nl_NL-20190423-3.9 is installed
  • OR myspell-nn_NO-20190423-3.9 is installed
  • OR myspell-pl_PL-20190423-3.9 is installed
  • OR myspell-pt_PT-20190423-3.9 is installed
  • OR myspell-si_LK-20190423-3.9 is installed
  • OR myspell-sk_SK-20190423-3.9 is installed
  • OR myspell-sl_SI-20190423-3.9 is installed
  • OR myspell-sr-20190423-3.9 is installed
  • OR myspell-sv_SE-20190423-3.9 is installed
  • OR myspell-te_IN-20190423-3.9 is installed
  • OR myspell-th_TH-20190423-3.9 is installed
  • OR myspell-tr_TR-20190423-3.9 is installed
  • OR myspell-uk_UA-20190423-3.9 is installed
  • OR myspell-zu_ZA-20190423-3.9 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • kernel-default-4.4.121-92.117 is installed
  • OR kernel-default-base-4.4.121-92.117 is installed
  • OR kernel-default-devel-4.4.121-92.117 is installed
  • OR kernel-default-man-4.4.121-92.117 is installed
  • OR kernel-devel-4.4.121-92.117 is installed
  • OR kernel-macros-4.4.121-92.117 is installed
  • OR kernel-source-4.4.121-92.117 is installed
  • OR kernel-syms-4.4.121-92.117 is installed
  • OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND Package Information
  • ardana-monasca-8.0+git.1535031421.9262a47-3.12 is installed
  • OR ardana-spark-8.0+git.1534267176.a5f3a22-3.6 is installed
  • OR kafka-0.10.2.2-5.6 is installed
  • OR openstack-monasca-api-2.2.1~dev24-3.6 is installed
  • OR python-monasca-api-2.2.1~dev24-3.6 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud Crowbar 8 is installed
  • AND Package Information
  • kafka-0.10.2.2-5.6 is installed
  • OR openstack-monasca-api-2.2.1~dev24-3.6 is installed
  • OR python-monasca-api-2.2.1~dev24-3.6 is installed
  • BACK