Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 kernel was updated to 3.12.55 to receive various security and bugfixes.
Features added: - A improved XEN blkfront module was added, which allows more I/O bandwidth. (FATE#320625) It is called xen-blkfront in PV, and xen-vbd-upstream in HVM mode.
The following security bugs were fixed: - CVE-2013-7446: Use-after-free vulnerability in net/unix/af_unix.c in the Linux kernel allowed local users to bypass intended AF_UNIX socket permissions or cause a denial of service (panic) via crafted epoll_ctl calls (bnc#955654). - CVE-2015-5707: Integer overflow in the sg_start_req function in drivers/scsi/sg.c in the Linux kernel allowed local users to cause a denial of service or possibly have unspecified other impact via a large iov_count value in a write request (bnc#940338). - CVE-2015-8709: kernel/ptrace.c in the Linux kernel mishandled uid and gid mappings, which allowed local users to gain privileges by establishing a user namespace, waiting for a root process to enter that namespace with an unsafe uid or gid, and then using the ptrace system call. NOTE: the vendor states 'there is no kernel bug here' (bnc#959709 bnc#960561). - CVE-2015-8767: net/sctp/sm_sideeffect.c in the Linux kernel did not properly manage the relationship between a lock and a socket, which allowed local users to cause a denial of service (deadlock) via a crafted sctp_accept call (bnc#961509). - CVE-2015-8785: The fuse_fill_write_pages function in fs/fuse/file.c in the Linux kernel allowed local users to cause a denial of service (infinite loop) via a writev system call that triggers a zero length for the first segment of an iov (bnc#963765). - CVE-2015-8812: A use-after-free flaw was found in the CXGB3 kernel driver when the network was considered to be congested. This could be used by local attackers to cause machine crashes or potentially code executuon (bsc#966437). - CVE-2016-0723: Race condition in the tty_ioctl function in drivers/tty/tty_io.c in the Linux kernel allowed local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free and system crash) by making a TIOCGETD ioctl call during processing of a TIOCSETD ioctl call (bnc#961500). - CVE-2016-0774: A pipe buffer state corruption after unsuccessful atomic read from pipe was fixed (bsc#964730). - CVE-2016-2069: Race conditions in TLB syncing was fixed which could leak to information leaks (bnc#963767). - CVE-2016-2384: A double-free triggered by invalid USB descriptor in ALSA usb-audio was fixed, which could be exploited by physical local attackers to crash the kernel or gain code execution (bnc#966693).
The following non-security bugs were fixed: - alsa: rawmidi: Make snd_rawmidi_transmit() race-free (bsc#968018). - alsa: seq: Fix leak of pool buffer at concurrent writes (bsc#968018). - be2net: fix some log messages (bnc#855062 FATE#315961, bnc#867583). - block: xen-blkfront: Fix possible NULL ptr dereference (bsc#957986 fate#320625). - btrfs: Add handler for invalidate page (bsc#963193). - btrfs: check prepare_uptodate_page() error code earlier (bnc#966910). - btrfs: delayed_ref: Add new function to record reserved space into delayed ref (bsc#963193). - btrfs: delayed_ref: release and free qgroup reserved at proper timing (bsc#963193). - btrfs: extent_io: Introduce needed structure for recoding set/clear bits (bsc#963193). - btrfs: extent_io: Introduce new function clear_record_extent_bits() (bsc#963193). - btrfs: extent_io: Introduce new function set_record_extent_bits (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space (bsc#963193). - btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Switch to new delalloc space reserve and release (bsc#963193). - btrfs: fallocate: Add support to accurate qgroup reserve (bsc#963193). - btrfs: fix deadlock between direct IO write and defrag/readpages (bnc#965344). - btrfs: fix invalid page accesses in extent_same (dedup) ioctl (bnc#968230). - btrfs: fix page reading in extent_same ioctl leading to csum errors (bnc#968230). - btrfs: fix warning in backref walking (bnc#966278). - btrfs: qgroup: Add handler for NOCOW and inline (bsc#963193). - btrfs: qgroup: Add new trace point for qgroup data reserve (bsc#963193). - btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook (bsc#963193). - btrfs: qgroup: Check if qgroup reserved space leaked (bsc#963193). - btrfs: qgroup: Cleanup old inaccurate facilities (bsc#963193). - btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans (bsc#963193). - btrfs: qgroup: Fix a rebase bug which will cause qgroup double free (bsc#963193). - btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function (bsc#963193). - btrfs: qgroup: Introduce functions to release/free qgroup reserve data space (bsc#963193). - btrfs: qgroup: Introduce new functions to reserve/free metadata (bsc#963193). - btrfs: qgroup: Use new metadata reservation (bsc#963193). - btrfs: skip locking when searching commit root (bnc#963825). - dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752). - documentation: Document kernel.panic_on_io_nmi sysctl (bsc#940946, bsc#937444). - documentation: Fix build of PDF files in kernel-docs package Double the spaces for tex, and fix buildrequires for docbook. - doc: Use fop for creating PDF files in kernel-docs package as some files still cannot be built with the default backend. - driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#962965). - drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#957986 fate#320625). - driver: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#957986 fate#320625). - ec2: updated kabi files and start tracking - fs: Improve fairness when locking the per-superblock s_anon list (bsc#957525, bsc#941363). - fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns (bug#963960). - fuse: break infinite loop in fuse_fill_write_pages() (bsc#963765). - futex: Drop refcount if requeue_pi() acquired the rtmutex (bug#960174). - jbd2: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516). - kabi: Preserve checksum of kvm_x86_ops (bsc#969112). - kABI: protect struct af_alg_type. - kABI: protect struct crypto_ahash. - kABI: reintroduce blk_rq_check_limits. - kabi/severities: Fail on changes in kvm_x86_ops, needed by lttng-modules - kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (bsc#940946, bsc#937444). - kernel: Provide READ_ONCE and ASSIGN_ONCE (bsc#940946, bsc#937444). - kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup (bsc#940946, bsc#937444). - kexec: Fix race between panic() and crash_kexec() (bsc#940946, bsc#937444). - kgr: do not print error for !abort_if_missing symbols (bnc#943989). - kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572). - kgr: log when modifying kernel (fate#317827). - kgr: mark some more missed kthreads (bnc#962336). - kgr: usb/storage: do not emit thread awakened (bnc#899908). - kvm: x86: Check dest_map->vector to match eoi signals for rtc (bsc#966471). - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct (bsc#966471). - kvm: x86: store IOAPIC-handled vectors in each VCPU (bsc#966471). - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map (bsc#966471). - libceph: fix scatterlist last_piece calculation (bsc#963746). - megaraid_sas: Chip reset if driver fails to get IOC ready (bsc#922071). Refresh the patch based on the actual upstream commit, and add the commit ID. - mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (VM Functionality, bnc#961588). - module: keep percpu symbols in module's symtab (bsc#962788). - namespaces: Re-introduce task_nsproxy() helper (bug#963960). - namespaces: Use task_lock and not rcu to protect nsproxy (bug#963960). - net: core: Correct an over-stringent device loop detection (bsc#945219). - nfs: Background flush should not be low priority (bsc#955308). - nfsd: Do not start lockd when only NFSv4 is running (fate#316311). - nfs: do not use STABLE writes during writeback (bnc#816099). - nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201). - nfs: Move nfsd patch to the right section - nfsv4: Recovery of recalled read delegations is broken (bsc#956514). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - panic, x86: Allow CPUs to save registers even if looping in NMI context (bsc#940946, bsc#937444). - panic, x86: Fix re-entrance problem due to panic on NMI (bsc#940946, bsc#937444). - pci: allow access to VPD attributes with size 0 (bsc#959146). - pciback: Check PF instead of VF for PCI_COMMAND_MEMORY. - pciback: Save the number of MSI-X entries to be copied later. - pci: Blacklist vpd access for buggy devices (bsc#959146). - pci: Determine actual VPD size on first access (bsc#959146). - pci: Update VPD definitions (bsc#959146). - perf: Do not modify perf bias performance setting by default at boot (bnc#812259,bsc#959629). - proc: Fix ptrace-based permission checks for accessing task maps. - rpm/constraints.in: Bump disk space requirements up a bit Require 10GB on s390x, 20GB elsewhere. - rpm/kernel-binary.spec.in: Fix build if no UEFI certs are installed - rpm/kernel-binary.spec.in: Fix kernel-vanilla-devel dependency (bsc#959090) - rpm/kernel-binary.spec.in: Fix paths in kernel-vanilla-devel (bsc#959090). - rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file - rpm/kernel-binary.spec.in: Sync the main and -base package dependencies (bsc#965830#c51). - rpm/kernel-binary.spec.in: Use bzip compression to speed up build (bsc#962356) - rpm/kernel-module-subpackage: Fix obsoleting dropped flavors (bsc#968253) - rpm/kernel-source.spec.in: Install kernel-macros for kernel-source-vanilla (bsc#959090) - rpm/kernel-spec-macros: Do not modify the release string in PTFs (bsc#963449) - rpm/package-descriptions: Add kernel-zfcpdump and drop -desktop - sched/fair: Disable tg load_avg/runnable_avg update for root_task_group (bnc#960227). - sched/fair: Move cache hot load_avg/runnable_avg into separate cacheline (bnc#960227). - sched: Fix race between task_group and sched_task_group (Automatic NUMA Balancing (fate#315482)) - scsi: Add sd_mod to initrd modules For some reason PowerVM backend can't work without sd_mod - scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458). - scsi: fix soft lockup in scsi_remove_target() on module removal (bsc#965199). - scsi: restart list search after unlock in scsi_remove_target (bsc#959257). - series.conf: add section comments - supported.conf: Add e1000e (emulated by VMware) to -base (bsc#968074) - supported.conf: Add Hyper-V modules to -base (bsc#965830) - supported.conf: Add more QEMU and VMware drivers to -base (bsc#965840). - supported.conf: Add more qemu device driver (bsc#968234) - supported.conf: Add mptspi and mptsas to -base (bsc#968206) - supported.conf: Add netfilter modules to base (bsc#950292) - supported.conf: Add nls_iso8859-1 and nls_cp437 to -base (bsc#950292) - supported.conf: Add the qemu scsi driver (sym53c8xx) to -base (bsc#967802) - supported.conf: Add tulip to -base for Hyper-V (bsc#968234) - supported.conf: Add vfat to -base to be able to mount the ESP (bsc#950292). - supported.conf: Add virtio_{blk,net,scsi} to kernel-default-base (bsc#950292) - supported.conf: Add virtio-rng (bsc#966026) - supported.conf: Add xen-blkfront. - supported.conf: Add xfs to -base (bsc#965891) - supported.conf: Also add virtio_pci to kernel-default-base (bsc#950292). - supported.conf: drop +external from ghash-clmulni-intel It was agreed that it does not make sense to maintain 'external' for this specific module. Furthermore it causes problems in rather ordinary VMware environments. (bsc#961971) - supported.conf: Fix usb-common path usb-common moved to its own subdirectory in kernel v3.16, and we backported that change to SLE12. - tcp: Restore RFC5961-compliant behavior for SYN packets (bsc#966864). - usb: Quiet down false peer failure messages (bnc#960629). - x86/apic: Introduce apic_extnmi command line parameter (bsc#940946, bsc#937444). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - xen: Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658). - xen-blkfront: allow building in our Xen environment (bsc#957986 fate#320625). - xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#957986 fate#320625). - xen-blkfront: fix accounting of reqs when migrating (bsc#957986 fate#320625). - xen/blkfront: Fix crash if backend does not follow the right states (bsc#957986 fate#320625). - xen-blkfront: improve aproximation of required grants per request (bsc#957986 fate#320625). - xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#957986 fate#320625). - xen/blkfront: remove redundant flush_op (bsc#957986 fate#320625). - xen-blkfront: remove type check from blkfront_setup_discard (bsc#957986 fate#320625). - xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#957986 fate#320625). - xen: Linux 3.12.52. - xen: Refresh patches.xen/xen3-patch-3.9 (bsc#951155). - xen: Refresh patches.xen/xen3-patch-3.9 (do not subvert NX protection during 1:1 mapping setup). - xen-vscsi-large-requests: Fix resource collision for racing request maps and unmaps (bsc#966094). - xen: Xen config files updated to enable upstream block frontend. - xfs: add a few more verifier tests (bsc#947953). - xfs: fix double free in xlog_recover_commit_trans (bsc#947953). - xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory (bsc#947953).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1018128 1019416 1020983 1024076 1024079 1024416 1027147 1027575 1030263 1032114 1032120 1032680 1033466 1033467 1033468 1036453 1038564 1042892 1045327 1046191 1050751 1053153 1054028 1056995 1057950 1069708 1109105 1111479 1111480 1112229 1117022 1117274 1117313 1117327 1117331 1133191 1136446 1137597 1146358 1146359 1160305 1160498 812259 816099 855062 867583 884701 899908 903543 922071 929414 937444 940338 940946 941363 943989 945219 947953 949752 950292 951155 955308 955654 956084 956514 957525 957986 959090 959146 959257 959463 959629 959709 960174 960227 960458 960561 960629 961257 961491 961500 961509 961516 961588 961658 961971 962336 962356 962788 962965 963193 963449 963572 963746 963765 963767 963825 963960 964201 964730 965199 965344 965803 965807 965810 965830 965840 965891 966026 966094 966278 966437 966471 966693 966864 966910 967802 968018 968074 968206 968230 968234 968253 969112 982014 982779 987866 989528 993692 993707 CVE-2013-7446 CVE-2015-3622 CVE-2015-5707 CVE-2015-8709 CVE-2015-8767 CVE-2015-8785 CVE-2015-8812 CVE-2016-0723 CVE-2016-0774 CVE-2016-10220 CVE-2016-1521 CVE-2016-1523 CVE-2016-1526 CVE-2016-2069 CVE-2016-2384 CVE-2016-2775 CVE-2016-4008 CVE-2016-5104 CVE-2016-6170 CVE-2016-9601 CVE-2017-1000251 CVE-2017-10661 CVE-2017-11462 CVE-2017-15274 CVE-2017-16939 CVE-2017-2619 CVE-2017-2636 CVE-2017-3136 CVE-2017-3137 CVE-2017-3138 CVE-2017-5837 CVE-2017-5844 CVE-2017-5951 CVE-2017-7207 CVE-2017-7533 CVE-2017-7645 CVE-2017-8291 CVE-2017-8890 CVE-2017-9242 CVE-2018-17183 CVE-2018-17961 CVE-2018-18073 CVE-2018-18284 CVE-2018-19409 CVE-2018-19475 CVE-2018-19476 CVE-2018-19477 CVE-2019-11477 CVE-2019-11478 CVE-2019-11487 CVE-2019-17015 CVE-2019-17016 CVE-2019-17017 CVE-2019-17021 CVE-2019-17022 CVE-2019-17024 CVE-2019-17026 CVE-2019-3846 CVE-2019-8675 CVE-2019-8696 SUSE-SU-2016:0779-1 SUSE-SU-2016:0785-1 SUSE-SU-2016:1601-1 SUSE-SU-2016:1639-1 SUSE-SU-2017:0859-1 SUSE-SU-2017:0998-1 SUSE-SU-2017:1003-1 SUSE-SU-2017:1138-1 SUSE-SU-2017:2072-1 SUSE-SU-2017:2659-1 SUSE-SU-2017:2778-1 SUSE-SU-2017:3323-1 SUSE-SU-2018:4090-1 SUSE-SU-2019:3057-1 SUSE-SU-2020:0068-1
|
Platform(s): | 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 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 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 Development Tools 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Live Patching 15 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 Python2 packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA 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 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 Workstation Extension 12 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 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
avahi-0.6.32-3 is installed
OR avahi-autoipd-0.6.32-3 is installed
OR avahi-compat-mDNSResponder-devel-0.6.32-3 is installed
OR avahi-lang-0.6.32-3 is installed
OR libavahi-client3-0.6.32-3 is installed
OR libavahi-client3-32bit-0.6.32-3 is installed
OR libavahi-common3-0.6.32-3 is installed
OR libavahi-common3-32bit-0.6.32-3 is installed
OR libavahi-core7-0.6.32-3 is installed
OR libavahi-devel-0.6.32-3 is installed
OR libdns_sd-0.6.32-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
xen-4.1.6_04-0.5 is installed
OR xen-doc-html-4.1.6_04-0.5 is installed
OR xen-doc-pdf-4.1.6_04-0.5 is installed
OR xen-kmp-default-4.1.6_04_3.0.101_0.5-0.5 is installed
OR xen-kmp-pae-4.1.6_04_3.0.101_0.5-0.5 is installed
OR xen-kmp-trace-4.1.6_04_3.0.101_0.5-0.5 is installed
OR xen-libs-4.1.6_04-0.5 is installed
OR xen-libs-32bit-4.1.6_04-0.5 is installed
OR xen-tools-4.1.6_04-0.5 is installed
OR xen-tools-domU-4.1.6_04-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
finch-2.6.6-0.23 is installed
OR libpurple-2.6.6-0.23 is installed
OR libpurple-lang-2.6.6-0.23 is installed
OR libpurple-meanwhile-2.6.6-0.23 is installed
OR libpurple-tcl-2.6.6-0.23 is installed
OR pidgin-2.6.6-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gstreamer-plugins-bad-1.8.3-14 is installed
OR gstreamer-plugins-bad-lang-1.8.3-14 is installed
OR libgstadaptivedemux-1_0-0-1.8.3-14 is installed
OR libgstbadaudio-1_0-0-1.8.3-14 is installed
OR libgstbadbase-1_0-0-1.8.3-14 is installed
OR libgstbadvideo-1_0-0-1.8.3-14 is installed
OR libgstbasecamerabinsrc-1_0-0-1.8.3-14 is installed
OR libgstcodecparsers-1_0-0-1.8.3-14 is installed
OR libgstgl-1_0-0-1.8.3-14 is installed
OR libgstmpegts-1_0-0-1.8.3-14 is installed
OR libgstphotography-1_0-0-1.8.3-14 is installed
OR libgsturidownloader-1_0-0-1.8.3-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libncurses5-5.9-50 is installed
OR libncurses5-32bit-5.9-50 is installed
OR libncurses6-5.9-50 is installed
OR libncurses6-32bit-5.9-50 is installed
OR ncurses-5.9-50 is installed
OR ncurses-devel-5.9-50 is installed
OR ncurses-utils-5.9-50 is installed
OR tack-5.9-50 is installed
OR terminfo-5.9-50 is installed
OR terminfo-base-5.9-50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libtiff5-4.0.9-44.27 is installed
OR libtiff5-32bit-4.0.9-44.27 is installed
OR tiff-4.0.9-44.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
ldns-devel-1.7.0-2 is installed
OR libldns2-1.7.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND dstat-0.7.3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
avahi-autoipd-0.6.32-3 is installed
OR libavahi-client3-32bit-0.6.32-3 is installed
OR libavahi-common3-32bit-0.6.32-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
ImageMagick-7.0.7.34-3.72 is installed
OR ImageMagick-config-7-SUSE-7.0.7.34-3.72 is installed
OR ImageMagick-devel-7.0.7.34-3.72 is installed
OR libMagick++-7_Q16HDRI4-7.0.7.34-3.72 is installed
OR libMagick++-devel-7.0.7.34-3.72 is installed
OR libMagickCore-7_Q16HDRI6-7.0.7.34-3.72 is installed
OR libMagickWand-7_Q16HDRI6-7.0.7.34-3.72 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
libtidy-devel-5.4.0-1 is installed
OR libtidy5-5.4.0-1 is installed
OR tidy-5.4.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
git-2.16.4-3.9 is installed
OR git-arch-2.16.4-3.9 is installed
OR git-cvs-2.16.4-3.9 is installed
OR git-daemon-2.16.4-3.9 is installed
OR git-doc-2.16.4-3.9 is installed
OR git-email-2.16.4-3.9 is installed
OR git-gui-2.16.4-3.9 is installed
OR git-svn-2.16.4-3.9 is installed
OR git-web-2.16.4-3.9 is installed
OR gitk-2.16.4-3.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
openldap2-2.4.46-7 is installed
OR openldap2-back-meta-2.4.46-7 is installed
OR openldap2-back-perl-2.4.46-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_16-default-4-2 is installed
OR kernel-livepatch-SLE15_Update_4-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
ffmpeg-3.4.2-4.12 is installed
OR ffmpeg-private-devel-3.4.2-4.12 is installed
OR libavdevice-devel-3.4.2-4.12 is installed
OR libavdevice57-3.4.2-4.12 is installed
OR libavfilter-devel-3.4.2-4.12 is installed
OR libavfilter6-3.4.2-4.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
libmodplug1-32bit-0.3.19-2.10 is installed
OR libopenmpt-0.3.19-2.10 is installed
OR libopenmpt0-32bit-0.3.19-2.10 is installed
OR libopenmpt_modplug1-32bit-0.3.19-2.10 is installed
OR openmpt123-0.3.19-2.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND python2-paramiko-2.4.2-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
bind-9.11.2-10 is installed
OR bind-chrootenv-9.11.2-10 is installed
OR bind-doc-9.11.2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
389-ds-1.4.0.3-2 is installed
OR 389-ds-devel-1.4.0.3-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libgcrypt-1.5.0-0.19 is installed
OR libgcrypt11-1.5.0-0.19 is installed
OR libgcrypt11-32bit-1.5.0-0.19 is installed
OR libgcrypt11-x86-1.5.0-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libgcrypt-1.5.0-0.19 is installed
OR libgcrypt11-1.5.0-0.19 is installed
OR libgcrypt11-32bit-1.5.0-0.19 is installed
OR libgcrypt11-x86-1.5.0-0.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND clamav-0.100.1-0.20.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND clamav-0.100.1-0.20.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.79 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79 is installed
OR kernel-default-3.0.101-0.47.79 is installed
OR kernel-default-base-3.0.101-0.47.79 is installed
OR kernel-default-devel-3.0.101-0.47.79 is installed
OR kernel-default-man-3.0.101-0.47.79 is installed
OR kernel-ec2-3.0.101-0.47.79 is installed
OR kernel-ec2-base-3.0.101-0.47.79 is installed
OR kernel-ec2-devel-3.0.101-0.47.79 is installed
OR kernel-pae-3.0.101-0.47.79 is installed
OR kernel-pae-base-3.0.101-0.47.79 is installed
OR kernel-pae-devel-3.0.101-0.47.79 is installed
OR kernel-source-3.0.101-0.47.79 is installed
OR kernel-syms-3.0.101-0.47.79 is installed
OR kernel-trace-3.0.101-0.47.79 is installed
OR kernel-trace-base-3.0.101-0.47.79 is installed
OR kernel-trace-devel-3.0.101-0.47.79 is installed
OR kernel-xen-3.0.101-0.47.79 is installed
OR kernel-xen-base-3.0.101-0.47.79 is installed
OR kernel-xen-devel-3.0.101-0.47.79 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
libcap-ng-0.6.3-1.9 is installed
OR libcap-ng-utils-0.6.3-1.9 is installed
OR libcap-ng0-0.6.3-1.9 is installed
OR libcap-ng0-32bit-0.6.3-1.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
kernel-default-3.12.55-52.42 is installed
OR kernel-default-base-3.12.55-52.42 is installed
OR kernel-default-devel-3.12.55-52.42 is installed
OR kernel-default-man-3.12.55-52.42 is installed
OR kernel-devel-3.12.55-52.42 is installed
OR kernel-macros-3.12.55-52.42 is installed
OR kernel-source-3.12.55-52.42 is installed
OR kernel-syms-3.12.55-52.42 is installed
OR kernel-xen-3.12.55-52.42 is installed
OR kernel-xen-base-3.12.55-52.42 is installed
OR kernel-xen-devel-3.12.55-52.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
kernel-default-3.12.55-52.42 is installed
OR kernel-default-base-3.12.55-52.42 is installed
OR kernel-default-devel-3.12.55-52.42 is installed
OR kernel-default-man-3.12.55-52.42 is installed
OR kernel-devel-3.12.55-52.42 is installed
OR kernel-macros-3.12.55-52.42 is installed
OR kernel-source-3.12.55-52.42 is installed
OR kernel-syms-3.12.55-52.42 is installed
OR kernel-xen-3.12.55-52.42 is installed
OR kernel-xen-base-3.12.55-52.42 is installed
OR kernel-xen-devel-3.12.55-52.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND cifs-utils-6.4-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
graphite2-1.3.1-6 is installed
OR libgraphite2-3-1.3.1-6 is installed
OR libgraphite2-3-32bit-1.3.1-6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
graphite2-1.3.1-6 is installed
OR libgraphite2-3-1.3.1-6 is installed
OR libgraphite2-3-32bit-1.3.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
e2fsprogs-1.42.11-7 is installed
OR libcom_err2-1.42.11-7 is installed
OR libcom_err2-32bit-1.42.11-7 is installed
OR libext2fs2-1.42.11-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_21-default-8-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_21-default-8-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_21-default-9-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-9-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
krb5-1.12.5-40.13 is installed
OR krb5-32bit-1.12.5-40.13 is installed
OR krb5-client-1.12.5-40.13 is installed
OR krb5-doc-1.12.5-40.13 is installed
OR krb5-plugin-kdb-ldap-1.12.5-40.13 is installed
OR krb5-plugin-preauth-otp-1.12.5-40.13 is installed
OR krb5-plugin-preauth-pkinit-1.12.5-40.13 is installed
OR krb5-server-1.12.5-40.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
krb5-1.12.5-40.13 is installed
OR krb5-32bit-1.12.5-40.13 is installed
OR krb5-client-1.12.5-40.13 is installed
OR krb5-doc-1.12.5-40.13 is installed
OR krb5-plugin-kdb-ldap-1.12.5-40.13 is installed
OR krb5-plugin-preauth-otp-1.12.5-40.13 is installed
OR krb5-plugin-preauth-pkinit-1.12.5-40.13 is installed
OR krb5-server-1.12.5-40.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_nss-1.0.14-18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
ghostscript-9.26-23.16 is installed
OR ghostscript-x11-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre1-0.2.7-12.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
ghostscript-9.26-23.16 is installed
OR ghostscript-x11-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre1-0.2.7-12.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.140-94.42 is installed
OR kernel-default-base-4.4.140-94.42 is installed
OR kernel-default-devel-4.4.140-94.42 is installed
OR kernel-default-man-4.4.140-94.42 is installed
OR kernel-devel-4.4.140-94.42 is installed
OR kernel-macros-4.4.140-94.42 is installed
OR kernel-source-4.4.140-94.42 is installed
OR kernel-syms-4.4.140-94.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.140-94.42 is installed
OR kernel-default-base-4.4.140-94.42 is installed
OR kernel-default-devel-4.4.140-94.42 is installed
OR kernel-default-man-4.4.140-94.42 is installed
OR kernel-devel-4.4.140-94.42 is installed
OR kernel-macros-4.4.140-94.42 is installed
OR kernel-source-4.4.140-94.42 is installed
OR kernel-syms-4.4.140-94.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
dovecot22-2.2.31-19.8 is installed
OR dovecot22-backend-mysql-2.2.31-19.8 is installed
OR dovecot22-backend-pgsql-2.2.31-19.8 is installed
OR dovecot22-backend-sqlite-2.2.31-19.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
xen-4.9.4_04-3.56 is installed
OR xen-doc-html-4.9.4_04-3.56 is installed
OR xen-libs-4.9.4_04-3.56 is installed
OR xen-libs-32bit-4.9.4_04-3.56 is installed
OR xen-tools-4.9.4_04-3.56 is installed
OR xen-tools-domU-4.9.4_04-3.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
xen-4.9.4_04-3.56 is installed
OR xen-doc-html-4.9.4_04-3.56 is installed
OR xen-libs-4.9.4_04-3.56 is installed
OR xen-libs-32bit-4.9.4_04-3.56 is installed
OR xen-tools-4.9.4_04-3.56 is installed
OR xen-tools-domU-4.9.4_04-3.56 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
ghostscript-9.27-23.28 is installed
OR ghostscript-x11-9.27-23.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
ghostscript-9.27-23.28 is installed
OR ghostscript-x11-9.27-23.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
ovmf-2017+git1492060560.b6d11d7c46-4.17 is installed
OR ovmf-tools-2017+git1492060560.b6d11d7c46-4.17 is installed
OR qemu-ovmf-x86_64-2017+git1492060560.b6d11d7c46-4.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
ovmf-2017+git1492060560.b6d11d7c46-4.17 is installed
OR ovmf-tools-2017+git1492060560.b6d11d7c46-4.17 is installed
OR qemu-ovmf-x86_64-2017+git1492060560.b6d11d7c46-4.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
python3-rpm-4.11.2-16.21 is installed
OR rpm-4.11.2-16.21 is installed
OR rpm-32bit-4.11.2-16.21 is installed
OR rpm-build-4.11.2-16.21 is installed
OR rpm-python-4.11.2-16.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libvirt-4.0.0-8.12 is installed
OR libvirt-admin-4.0.0-8.12 is installed
OR libvirt-client-4.0.0-8.12 is installed
OR libvirt-daemon-4.0.0-8.12 is installed
OR libvirt-daemon-config-network-4.0.0-8.12 is installed
OR libvirt-daemon-config-nwfilter-4.0.0-8.12 is installed
OR libvirt-daemon-driver-interface-4.0.0-8.12 is installed
OR libvirt-daemon-driver-libxl-4.0.0-8.12 is installed
OR libvirt-daemon-driver-lxc-4.0.0-8.12 is installed
OR libvirt-daemon-driver-network-4.0.0-8.12 is installed
OR libvirt-daemon-driver-nodedev-4.0.0-8.12 is installed
OR libvirt-daemon-driver-nwfilter-4.0.0-8.12 is installed
OR libvirt-daemon-driver-qemu-4.0.0-8.12 is installed
OR libvirt-daemon-driver-secret-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-core-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-disk-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-iscsi-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-logical-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-mpath-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-rbd-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-scsi-4.0.0-8.12 is installed
OR libvirt-daemon-hooks-4.0.0-8.12 is installed
OR libvirt-daemon-lxc-4.0.0-8.12 is installed
OR libvirt-daemon-qemu-4.0.0-8.12 is installed
OR libvirt-daemon-xen-4.0.0-8.12 is installed
OR libvirt-doc-4.0.0-8.12 is installed
OR libvirt-libs-4.0.0-8.12 is installed
OR libvirt-lock-sanlock-4.0.0-8.12 is installed
OR libvirt-nss-4.0.0-8.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libvirt-4.0.0-8.12 is installed
OR libvirt-admin-4.0.0-8.12 is installed
OR libvirt-client-4.0.0-8.12 is installed
OR libvirt-daemon-4.0.0-8.12 is installed
OR libvirt-daemon-config-network-4.0.0-8.12 is installed
OR libvirt-daemon-config-nwfilter-4.0.0-8.12 is installed
OR libvirt-daemon-driver-interface-4.0.0-8.12 is installed
OR libvirt-daemon-driver-libxl-4.0.0-8.12 is installed
OR libvirt-daemon-driver-lxc-4.0.0-8.12 is installed
OR libvirt-daemon-driver-network-4.0.0-8.12 is installed
OR libvirt-daemon-driver-nodedev-4.0.0-8.12 is installed
OR libvirt-daemon-driver-nwfilter-4.0.0-8.12 is installed
OR libvirt-daemon-driver-qemu-4.0.0-8.12 is installed
OR libvirt-daemon-driver-secret-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-core-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-disk-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-iscsi-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-logical-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-mpath-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-rbd-4.0.0-8.12 is installed
OR libvirt-daemon-driver-storage-scsi-4.0.0-8.12 is installed
OR libvirt-daemon-hooks-4.0.0-8.12 is installed
OR libvirt-daemon-lxc-4.0.0-8.12 is installed
OR libvirt-daemon-qemu-4.0.0-8.12 is installed
OR libvirt-daemon-xen-4.0.0-8.12 is installed
OR libvirt-doc-4.0.0-8.12 is installed
OR libvirt-libs-4.0.0-8.12 is installed
OR libvirt-lock-sanlock-4.0.0-8.12 is installed
OR libvirt-nss-4.0.0-8.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
python-PyYAML-5.1.2-26.12 is installed
OR python3-PyYAML-5.1.2-26.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
python-PyYAML-5.1.2-26.12 is installed
OR python3-PyYAML-5.1.2-26.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.481-93 is installed
OR flash-player-gnome-11.2.202.481-93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.59-92.24 is installed
OR kernel-default-extra-4.4.59-92.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
drm-4.9.33-4.11 is installed
OR drm-kmp-default-4.9.33_k4.4.114_94.11-4.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
freerdp-2.0.0~git.1463131968.4e66df7-12.8 is installed
OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND gnome-shell-calendar-3.26.2+20180130.0d9c74212-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND enigmail-2.0.9-3.13 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-dashboard-8.0.2~a0~dev7-2 is installed
OR python-horizon-8.0.2~a0~dev7-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
krb5-1.12.5-40.31 is installed
OR krb5-32bit-1.12.5-40.31 is installed
OR krb5-client-1.12.5-40.31 is installed
OR krb5-doc-1.12.5-40.31 is installed
OR krb5-plugin-kdb-ldap-1.12.5-40.31 is installed
OR krb5-plugin-preauth-otp-1.12.5-40.31 is installed
OR krb5-plugin-preauth-pkinit-1.12.5-40.31 is installed
OR krb5-server-1.12.5-40.31 is installed
|