Revision Date: | 2020-12-01 | Version: | 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.
Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331)
- CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS) - CVE-2018-12127: Microarchitectural Fill Buffer Data Sampling (MFBDS) - CVE-2018-12130: Microarchitectural Load Port Data Samling (MLPDS) - CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM)
This kernel update contains software mitigations for these issues, which also utilize CPU microcode updates shipped in parallel.
For more information on this set of information leaks, check out https://www.suse.com/support/kb/doc/?id=7023736
The following security bugs were fixed:
- CVE-2018-1128: It was found that cephx authentication protocol did not verify ceph clients correctly and was vulnerable to replay attack. Any attacker having access to ceph cluster network who is able to sniff packets on network could use this vulnerability to authenticate with ceph service and perform actions allowed by ceph service. (bnc#1096748). - CVE-2018-1129: A flaw was found in the way signature calculation was handled by cephx authentication protocol. An attacker having access to ceph cluster network who is able to alter the message payload was able to bypass signature checks done by cephx protocol. (bnc#1096748). - CVE-2016-8636: Integer overflow in the mem_check_range function in drivers/infiniband/sw/rxe/rxe_mr.c allowed local users to cause a denial of service (memory corruption), obtain sensitive information or possibly have unspecified other impact via a write or read request involving the 'RDMA protocol over infiniband' (aka Soft RoCE) technology (bnc#1024908). - CVE-2017-18174: In the amd_gpio_remove function in drivers/pinctrl/pinctrl-amd.c calls the pinctrl_unregister function, leading to a double free (bnc#1080533). - CVE-2018-1091: In the flush_tmregs_to_thread function in arch/powerpc/kernel/ptrace.c, a guest kernel crash can be triggered from unprivileged userspace during a core dump on a POWER host due to a missing processor feature check and an erroneous use of transactional memory (TM) instructions in the core dump path, leading to a denial of service (bnc#1087231). - CVE-2018-1120: By mmap()ing a FUSE-backed file onto a process's memory containing command line arguments (or environment strings), an attacker can cause utilities from psutils or procps (such as ps, w) or any other program which made a read() call to the /proc//cmdline (or /proc//environ) files to block indefinitely (denial of service) or for some controlled time (as a synchronization primitive for other attacks) (bnc#1093158). - CVE-2019-11486: The Siemens R3964 line discipline driver in drivers/tty/n_r3964.c has multiple race conditions (bnc#1133188). - CVE-2019-3882: A flaw was found in the vfio interface implementation that permits violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, it may cause a system memory exhaustion and thus a denial of service (DoS) (bsc#1131427). - CVE-2018-19407: The vcpu_scan_ioapic function in arch/x86/kvm/x86.c allowed local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized (bnc#1116841). - CVE-2017-17741: The KVM implementation allowed attackers to obtain potentially sensitive information from kernel memory, aka a write_mmio stack-based out-of-bounds read, related to arch/x86/kvm/x86.c and include/trace/events/kvm.h (bnc#1073311). - CVE-2019-9503, CVE-2019-8564: Multiple brcmfmac frame validation bypasses have been fixed (bnc#1132828, bnc#1132673).
The following non-security bugs were fixed:
- ACPI: acpi_pad: Do not launch acpi_pad threads on idle cpus (bsc#1113399). - add mainline tags to four hyperv patches - cpu/speculation: Add 'mitigations=' cmdline option (bsc#1112178). - Drivers: hv: vmbus: Define an API to retrieve virtual processor index (bsc#1122822). - Drivers: hv: vmbus: Define APIs to manipulate the event page (bsc#1122822). - Drivers: hv: vmbus: Define APIs to manipulate the message page (bsc#1122822).++ kernel-source.spec (revision 4)Release: <RELEASE>.gbd4498d - Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller (bsc#1122822). - hv: v4.12 API for hyperv-iommu (bsc#1122822). - iommu/hyper-v: Add Hyper-V stub IOMMU driver (bsc#1122822). - jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL (bsc#1111331). - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID (bsc#1111331). - locking/atomics, asm-generic: Move some macros from to a new file (bsc#1111331). - MDS: Add CVE refs - net: ena: add functions for handling Low Latency Queues in ena_com (bsc#1129279). - net: ena: add functions for handling Low Latency Queues in ena_netdev (bsc#1129279). - net: ena: change rx copybreak default to reduce kernel memory pressure (bsc#1129279). - net: ena: complete host info to match latest ENA spec (bsc#1129279). - net: ena: enable Low Latency Queues (bsc#1129279). - net: ena: explicit casting and initialization, and clearer error handling (bsc#1129279). - net: ena: fix auto casting to boolean (bsc#1129279). - net: ena: fix compilation error in xtensa architecture (bsc#1129279). - net: ena: fix crash during ena_remove() (bsc#1129279). - net: ena: fix crash during failed resume from hibernation (bsc#1129279). - net: ena: fix indentations in ena_defs for better readability (bsc#1129279). - net: ena: Fix Kconfig dependency on X86 (bsc#1129279). - net: ena: fix NULL dereference due to untimely napi initialization (bsc#1129279). - net: ena: fix race between link up and device initalization (bsc#1129279). - net: ena: fix rare bug when failed restart/resume is followed by driver removal (bsc#1129279). - net: ena: fix warning in rmmod caused by double iounmap (bsc#1129279). - net: ena: introduce Low Latency Queues data structures according to ENA spec (bsc#1129279). - net: ena: limit refill Rx threshold to 256 to avoid latency issues (bsc#1129279). - net: ena: minor performance improvement (bsc#1129279). - net: ena: remove ndo_poll_controller (bsc#1129279). - net: ena: remove redundant parameter in ena_com_admin_init() (bsc#1129279). - net: ena: update driver version from 2.0.1 to 2.0.2 (bsc#1129279). - net: ena: update driver version from 2.0.2 to 2.0.3 (bsc#1129279). - net: ena: update driver version to 2.0.1 (bsc#1129279). - net: ena: use CSUM_CHECKED device indication to report skb's checksum status (bsc#1129279). - PCI: hv: Add vPCI version protocol negotiation (bnc#1043485, bsc#1122822). - PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC (bnc#1034113, bsc#1122822). - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg() (bnc#1094268, bsc#1122822). - PCI: hv: Do not sleep in compose_msi_msg() (bsc#1082632, bsc#1122822). - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg() (bsc#1087659, bsc#1087906, bsc#1122822). - PCI: hv: Fix a comment typo in _hv_pcifront_read_config() (bsc#1087659, bsc#1122822). - PCI: hv: Fix comment formatting and use proper integer fields (bnc#1043485, bsc#1122822). - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary (bsc#1087659, bsc#1122822). - PCI: hv: Remove the bogus test in hv_eject_device_work() (bsc#1087659, bsc#1122822). - PCI: hv: Serialize the present and eject work items (bsc#1087659, bsc#1122822). - PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUs (bnc#1043485, bsc#1122822). - PCI: hv: Temporary own CPU-number-to-vCPU-number infra (bnc#1043485, bsc#1122822). - PCI: hv: Use effective affinity mask (bsc#1109772, bsc#1122822). - PCI: hv: Use page allocation for hbus structure (bnc#1043485, bsc#1122822). - PCI: hv: Use vPCI protocol version 1.2 (bnc#1043485, bsc#1122822). - pci-hyperv: increase HV_VP_SET_BANK_COUNT_MAX to handle 1792 vcpus (bsc#1122822). - powerpc/64: Disable the speculation barrier from the command line (bsc#1068032). - powerpc/64s: Default l1d_size to 64K in RFI fallback flush (bsc#1068032, git-fixes). - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 (bsc#1068032, bsc#1080157, git-fixes). - powerpc/speculation: Support 'mitigations=' cmdline option (bsc#1112178). - powerpc/tm: Add commandline option to disable hardware transactional memory (bsc#1118338). - powerpc/tm: Add TM Unavailable Exception (bsc#1118338). - powerpc/tm: Flip the HTM switch default to disabled (bsc#1125580). - powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64 (bsc#1131587). - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 (bsc#1131587). - s390: add explicit for jump label (bsc#1111331). - sched/core: Optimize SCHED_SMT (bsc#1111331). - sched/smt: Expose sched_smt_present static key (bsc#1106913). - sched/smt: Make sched_smt_present track topology (bsc#1106913). - sched/smt: Update sched_smt_present at runtime (bsc#1111331). - scripts/git_sort/git_sort.py: Add fixes branch from mkp/scsi.git. - scsi: ibmvscsi: Fix empty event pool access during host removal (bsc#1119019). - scsi: storvsc: Reduce default ring buffer size to 128 Kbytes (). - time: Introduce jiffies64_to_nsecs() (bsc#1113399). - Use upstream variant of two pci-hyperv patches - vti6: flush x-netns xfrm cache when vti interface is removed (bnc#1012382 bsc#1100152). - x86/apic: Provide apic_ack_irq() (bsc#1122822). - x86/bugs: Add AMD's variant of SSB_NO (bsc#1111331). - x86/bugs: Rename SSBD_NO to SSB_NO (bsc#1111331). - x86/cpu: Rename Merrifield2 to Moorefield (bsc#1111331). - x86/cpu: Sanitize FAM6_ATOM naming (bsc#1111331). - x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available (bsc#1122822). - x86/irq: implement irq_data_get_effective_affinity_mask() for v4.12 (bsc#1109772, bsc#1122822). - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests (bsc#1111331). - x86/kvm/vmx: Add MDS protection when L1D Flush is not active (bsc#1111331). - x86/msr-index: Cleanup bit defines (bsc#1111331). - x86/speculation: Consolidate CPU whitelists (bsc#1111331). - x86/speculation/mds: Add basic bug infrastructure for MDS (bsc#1111331). - x86/speculation/mds: Add BUG_MSBDS_ONLY (bsc#1111331). - x86/speculation/mds: Add mds_clear_cpu_buffers() (bsc#1111331). - x86/speculation/mds: Add mds=full,nosmt cmdline option (bsc#1111331). - x86/speculation/mds: Add mitigation control for MDS (bsc#1111331). - x86/speculation/mds: Add mitigation mode VMWERV (bsc#1111331). - x86/speculation/mds: Add 'mitigations=' support for MDS (bsc#1111331). - x86/speculation/mds: Add SMT warning message (bsc#1111331). - x86/speculation/mds: Add sysfs reporting for MDS (bsc#1111331). - x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331). - x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331). - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off (bsc#1111331). - x86/speculation: Move arch_smt_update() call to after mitigation decisions (bsc#1111331). - x86/speculation: Remove redundant arch_smt_update() invocation (bsc#1111331). - x86/speculation: Rework SMT state change (bsc#1111331). - x86/speculation: Simplify the CPU bug detection logic (bsc#1111331). - x86/speculation: Support 'mitigations=' cmdline option (bsc#1112178). - x86: stop exporting msr-index.h to userland (bsc#1111331). - xfrm6: call kfree_skb when skb is toobig (bnc#1012382 bsc#1100152). - xfrm: fix missing dst_release() after policy blocking lbcast and multicast (bnc#1012382 bsc#1100152).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012382 1024908 1034113 1043485 1057460 1068032 1072947 1073311 1076390 1078662 1080157 1080533 1080740 1082632 1082810 1084300 1085018 1087231 1087659 1087906 1090099 1093158 1094268 1096748 1100152 1103186 1106913 1109772 1111331 1112178 1113399 1116841 1118338 1119019 1122292 1122293 1122299 1122822 1124832 1125580 1126768 1128158 1129279 1131291 1131416 1131427 1131587 1132256 1132549 1132664 1132673 1132828 1133188 1133204 1133205 1133498 1133501 1134075 1135232 1135236 1136183 1136732 1138425 1138464 1139083 1145604 1151021 1154162 1162202 1162675 1169511 1170643 1172277 929900 955131 966304 985657 CVE-2016-3189 CVE-2016-8636 CVE-2017-12805 CVE-2017-12806 CVE-2017-17741 CVE-2017-18174 CVE-2017-18379 CVE-2018-10194 CVE-2018-1091 CVE-2018-1120 CVE-2018-11212 CVE-2018-1128 CVE-2018-1129 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-1890 CVE-2018-19407 CVE-2018-2579 CVE-2018-2582 CVE-2018-2588 CVE-2018-2599 CVE-2018-2602 CVE-2018-2603 CVE-2018-2618 CVE-2018-2633 CVE-2018-2634 CVE-2018-2637 CVE-2018-2641 CVE-2018-2657 CVE-2018-2663 CVE-2018-2677 CVE-2018-2678 CVE-2018-7738 CVE-2019-10131 CVE-2019-11070 CVE-2019-11091 CVE-2019-11234 CVE-2019-11235 CVE-2019-11470 CVE-2019-11472 CVE-2019-11486 CVE-2019-11505 CVE-2019-11506 CVE-2019-11597 CVE-2019-11598 CVE-2019-12900 CVE-2019-14835 CVE-2019-18634 CVE-2019-2422 CVE-2019-2449 CVE-2019-2974 CVE-2019-3882 CVE-2019-6201 CVE-2019-6251 CVE-2019-7285 CVE-2019-7292 CVE-2019-8375 CVE-2019-8503 CVE-2019-8506 CVE-2019-8515 CVE-2019-8524 CVE-2019-8535 CVE-2019-8536 CVE-2019-8544 CVE-2019-8551 CVE-2019-8558 CVE-2019-8559 CVE-2019-8563 CVE-2019-8564 CVE-2019-9503 CVE-2020-2654 CVE-2020-2756 CVE-2020-2757 CVE-2020-2781 CVE-2020-2800 CVE-2020-2803 CVE-2020-2805 CVE-2020-2830 CVE-2020-3899 SUSE-SU-2018:0743-1 SUSE-SU-2018:1332-1 SUSE-SU-2019:0617-1 SUSE-SU-2019:1181-1 SUSE-SU-2019:1712-1 SUSE-SU-2020:0050-1 SUSE-SU-2020:0406-1 SUSE-SU-2020:1683-1
|
Platform(s): | 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 Development Tools 15 SP1 SUSE Linux Enterprise Module for High Performance Computing 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 Realtime packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 15 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 Server for SAP Applications 15 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 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND crash-kmp-default-7.1.8_k4.4.76_1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
colord-1.1.7-2 is installed
OR colord-gtk-lang-0.1.25-3 is installed
OR colord-lang-1.1.7-2 is installed
OR libcolord-gtk1-0.1.25-3 is installed
OR libcolord2-1.1.7-2 is installed
OR libcolord2-32bit-1.1.7-2 is installed
OR libcolorhug2-1.1.7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libudisks2-0-2.1.3-1 is installed
OR udisks2-2.1.3-1 is installed
OR udisks2-lang-2.1.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND SuSEfirewall2-3.6.312.333-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND tiff-4.0.9-5.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libpoppler-cpp0-0.62.0-2 is installed
OR libpoppler-devel-0.62.0-2 is installed
OR libpoppler-glib-devel-0.62.0-2 is installed
OR libpoppler-glib8-0.62.0-2 is installed
OR libpoppler73-0.62.0-2 is installed
OR poppler-tools-0.62.0-2 is installed
OR typelib-1_0-Poppler-0_18-0.62.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND less-530-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gstreamer-devel-1.12.5-1 is installed
OR gstreamer-utils-1.12.5-1 is installed
OR typelib-1_0-Gst-1_0-1.12.5-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
colord-color-profiles-1.4.2-1 is installed
OR libcolord-devel-1.4.2-1 is installed
OR libcolord-gtk-devel-0.1.26-1 is installed
OR libcolord-gtk1-0.1.26-1 is installed
OR libcolorhug2-1.4.2-1 is installed
OR typelib-1_0-Colord-1_0-1.4.2-1 is installed
OR typelib-1_0-ColordGtk-1_0-0.1.26-1 is installed
OR typelib-1_0-Colorhug-1_0-1.4.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
graphviz-addons-2.40.1-6.3 is installed
OR graphviz-perl-2.40.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
AND Package Information
libpmi0-18.08.8-3.4 is installed
OR libslurm33-18.08.8-3.4 is installed
OR perl-Switch-2.17-3.2 is installed
OR perl-slurm-18.08.8-3.4 is installed
OR slurm-18.08.8-3.4 is installed
OR slurm-auth-none-18.08.8-3.4 is installed
OR slurm-config-18.08.8-3.4 is installed
OR slurm-config-man-18.08.8-3.4 is installed
OR slurm-devel-18.08.8-3.4 is installed
OR slurm-doc-18.08.8-3.4 is installed
OR slurm-lua-18.08.8-3.4 is installed
OR slurm-munge-18.08.8-3.4 is installed
OR slurm-node-18.08.8-3.4 is installed
OR slurm-pam_slurm-18.08.8-3.4 is installed
OR slurm-plugins-18.08.8-3.4 is installed
OR slurm-slurmdbd-18.08.8-3.4 is installed
OR slurm-sql-18.08.8-3.4 is installed
OR slurm-sview-18.08.8-3.4 is installed
OR slurm-torque-18.08.8-3.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
kernel-default-4.12.14-150.22 is installed
OR reiserfs-kmp-default-4.12.14-150.22 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-2-2 is installed
OR kernel-livepatch-SLE15_Update_1-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
polkit-0.114-3.6 is installed
OR polkit-doc-0.114-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
cluster-md-kmp-rt_debug-4.12.14-14.11 is installed
OR dlm-kmp-rt_debug-4.12.14-14.11 is installed
OR gfs2-kmp-rt_debug-4.12.14-14.11 is installed
OR kernel-rt-4.12.14-14.11 is installed
OR kernel-rt-extra-4.12.14-14.11 is installed
OR kernel-rt-livepatch-4.12.14-14.11 is installed
OR kernel-rt-livepatch-devel-4.12.14-14.11 is installed
OR kernel-rt_debug-4.12.14-14.11 is installed
OR kernel-rt_debug-base-4.12.14-14.11 is installed
OR kernel-rt_debug-extra-4.12.14-14.11 is installed
OR kernel-rt_debug-livepatch-4.12.14-14.11 is installed
OR kernel-rt_debug-livepatch-devel-4.12.14-14.11 is installed
OR kselftests-kmp-rt-4.12.14-14.11 is installed
OR kselftests-kmp-rt_debug-4.12.14-14.11 is installed
OR ocfs2-kmp-rt_debug-4.12.14-14.11 is installed
OR reiserfs-kmp-rt-4.12.14-14.11 is installed
OR reiserfs-kmp-rt_debug-4.12.14-14.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Realtime packages 15 SP1 is installed
AND Package Information
cluster-md-kmp-rt-4.12.14-14.23 is installed
OR dlm-kmp-rt-4.12.14-14.23 is installed
OR gfs2-kmp-rt-4.12.14-14.23 is installed
OR kernel-devel-rt-4.12.14-14.23 is installed
OR kernel-rt-4.12.14-14.23 is installed
OR kernel-rt-base-4.12.14-14.23 is installed
OR kernel-rt-devel-4.12.14-14.23 is installed
OR kernel-rt_debug-4.12.14-14.23 is installed
OR kernel-rt_debug-devel-4.12.14-14.23 is installed
OR kernel-source-rt-4.12.14-14.23 is installed
OR kernel-syms-rt-4.12.14-14.23 is installed
OR ocfs2-kmp-rt-4.12.14-14.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
util-linux-systemd-2.31.1-9.8 is installed
OR uuidd-2.31.1-9.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
apache2-mod_php7-7.2.5-4.35 is installed
OR php7-7.2.5-4.35 is installed
OR php7-bcmath-7.2.5-4.35 is installed
OR php7-bz2-7.2.5-4.35 is installed
OR php7-calendar-7.2.5-4.35 is installed
OR php7-ctype-7.2.5-4.35 is installed
OR php7-curl-7.2.5-4.35 is installed
OR php7-dba-7.2.5-4.35 is installed
OR php7-devel-7.2.5-4.35 is installed
OR php7-dom-7.2.5-4.35 is installed
OR php7-enchant-7.2.5-4.35 is installed
OR php7-exif-7.2.5-4.35 is installed
OR php7-fastcgi-7.2.5-4.35 is installed
OR php7-fileinfo-7.2.5-4.35 is installed
OR php7-fpm-7.2.5-4.35 is installed
OR php7-ftp-7.2.5-4.35 is installed
OR php7-gd-7.2.5-4.35 is installed
OR php7-gettext-7.2.5-4.35 is installed
OR php7-gmp-7.2.5-4.35 is installed
OR php7-iconv-7.2.5-4.35 is installed
OR php7-intl-7.2.5-4.35 is installed
OR php7-json-7.2.5-4.35 is installed
OR php7-ldap-7.2.5-4.35 is installed
OR php7-mbstring-7.2.5-4.35 is installed
OR php7-mysql-7.2.5-4.35 is installed
OR php7-odbc-7.2.5-4.35 is installed
OR php7-opcache-7.2.5-4.35 is installed
OR php7-openssl-7.2.5-4.35 is installed
OR php7-pcntl-7.2.5-4.35 is installed
OR php7-pdo-7.2.5-4.35 is installed
OR php7-pear-7.2.5-4.35 is installed
OR php7-pear-Archive_Tar-7.2.5-4.35 is installed
OR php7-pgsql-7.2.5-4.35 is installed
OR php7-phar-7.2.5-4.35 is installed
OR php7-posix-7.2.5-4.35 is installed
OR php7-shmop-7.2.5-4.35 is installed
OR php7-snmp-7.2.5-4.35 is installed
OR php7-soap-7.2.5-4.35 is installed
OR php7-sockets-7.2.5-4.35 is installed
OR php7-sodium-7.2.5-4.35 is installed
OR php7-sqlite-7.2.5-4.35 is installed
OR php7-sysvmsg-7.2.5-4.35 is installed
OR php7-sysvsem-7.2.5-4.35 is installed
OR php7-sysvshm-7.2.5-4.35 is installed
OR php7-tokenizer-7.2.5-4.35 is installed
OR php7-wddx-7.2.5-4.35 is installed
OR php7-xmlreader-7.2.5-4.35 is installed
OR php7-xmlrpc-7.2.5-4.35 is installed
OR php7-xmlwriter-7.2.5-4.35 is installed
OR php7-xsl-7.2.5-4.35 is installed
OR php7-zip-7.2.5-4.35 is installed
OR php7-zlib-7.2.5-4.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
gnome-settings-daemon-3.20.1-40 is installed
OR gnome-settings-daemon-lang-3.20.1-40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
OR kgraft-patch-4_4_121-92_109-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_29-1-3.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
OR kgraft-patch-4_4_121-92_109-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_29-1-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 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
java-1_7_1-ibm-1.7.1_sr4.20-38.16 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.20-38.16 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.20-38.16 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.20-38.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.20-38.16 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.20-38.16 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.20-38.16 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.20-38.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND libmodplug1-0.8.8.4-13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.65-38.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.65-38.53 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.65-38.53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libjavascriptcoregtk-4_0-18-2.28.2-2.53 is installed
OR libwebkit2gtk-4_0-37-2.28.2-2.53 is installed
OR libwebkit2gtk3-lang-2.28.2-2.53 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.28.2-2.53 is installed
OR typelib-1_0-WebKit2-4_0-2.28.2-2.53 is installed
OR webkit2gtk-4_0-injected-bundles-2.28.2-2.53 is installed
OR webkit2gtk3-2.28.2-2.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libjavascriptcoregtk-4_0-18-2.28.2-2.53 is installed
OR libwebkit2gtk-4_0-37-2.28.2-2.53 is installed
OR libwebkit2gtk3-lang-2.28.2-2.53 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.28.2-2.53 is installed
OR typelib-1_0-WebKit2-4_0-2.28.2-2.53 is installed
OR webkit2gtk-4_0-injected-bundles-2.28.2-2.53 is installed
OR webkit2gtk3-2.28.2-2.53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_69-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_21-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_69-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_21-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND ant-1.9.4-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libtasn1-4.9-3.10 is installed
OR libtasn1-6-4.9-3.10 is installed
OR libtasn1-6-32bit-4.9-3.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libtasn1-4.9-3.10 is installed
OR libtasn1-6-4.9-3.10 is installed
OR libtasn1-6-32bit-4.9-3.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
libxerces-c-3_1-3.1.1-13.3 is installed
OR libxerces-c-3_1-32bit-3.1.1-13.3 is installed
OR xerces-c-3.1.1-13.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
libxerces-c-3_1-3.1.1-13.3 is installed
OR libxerces-c-3_1-32bit-3.1.1-13.3 is installed
OR xerces-c-3.1.1-13.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-LTSS is installed
AND perl-DBI-1.628-5.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND perl-DBI-1.628-5.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 15-LTSS is installed
AND Package Information
libjavascriptcoregtk-4_0-18-2.28.1-3.49 is installed
OR libwebkit2gtk-4_0-37-2.28.1-3.49 is installed
OR libwebkit2gtk3-lang-2.28.1-3.49 is installed
OR webkit2gtk-4_0-injected-bundles-2.28.1-3.49 is installed
OR webkit2gtk3-2.28.1-3.49 is installed
OR webkit2gtk3-devel-2.28.1-3.49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
libvpx-1.6.1-6.3 is installed
OR libvpx4-1.6.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
DirectFB-1.7.1-4 is installed
OR libdirectfb-1_7-1-32bit-1.7.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.74-92.32 is installed
OR kernel-default-extra-4.4.74-92.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libixion-0.12.1-13.2 is installed
OR libixion-0_12-0-0.12.1-13.2 is installed
OR libmwaw-0.3.11-7.5 is installed
OR libmwaw-0_3-3-0.3.11-7.5 is installed
OR liborcus-0.12.1-10.5 is installed
OR liborcus-0_12-0-0.12.1-10.5 is installed
OR libreoffice-5.3.5.2-43.5 is installed
OR libreoffice-base-5.3.5.2-43.5 is installed
OR libreoffice-base-drivers-mysql-5.3.5.2-43.5 is installed
OR libreoffice-base-drivers-postgresql-5.3.5.2-43.5 is installed
OR libreoffice-calc-5.3.5.2-43.5 is installed
OR libreoffice-calc-extensions-5.3.5.2-43.5 is installed
OR libreoffice-draw-5.3.5.2-43.5 is installed
OR libreoffice-filters-optional-5.3.5.2-43.5 is installed
OR libreoffice-gnome-5.3.5.2-43.5 is installed
OR libreoffice-icon-theme-galaxy-5.3.5.2-43.5 is installed
OR libreoffice-icon-theme-tango-5.3.5.2-43.5 is installed
OR libreoffice-impress-5.3.5.2-43.5 is installed
OR libreoffice-l10n-af-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ar-5.3.5.2-43.5 is installed
OR libreoffice-l10n-bg-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ca-5.3.5.2-43.5 is installed
OR libreoffice-l10n-cs-5.3.5.2-43.5 is installed
OR libreoffice-l10n-da-5.3.5.2-43.5 is installed
OR libreoffice-l10n-de-5.3.5.2-43.5 is installed
OR libreoffice-l10n-en-5.3.5.2-43.5 is installed
OR libreoffice-l10n-es-5.3.5.2-43.5 is installed
OR libreoffice-l10n-fi-5.3.5.2-43.5 is installed
OR libreoffice-l10n-fr-5.3.5.2-43.5 is installed
OR libreoffice-l10n-gu-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hi-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hr-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hu-5.3.5.2-43.5 is installed
OR libreoffice-l10n-it-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ja-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ko-5.3.5.2-43.5 is installed
OR libreoffice-l10n-lt-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nb-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nl-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nn-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pl-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pt_BR-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pt_PT-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ro-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ru-5.3.5.2-43.5 is installed
OR libreoffice-l10n-sk-5.3.5.2-43.5 is installed
OR libreoffice-l10n-sv-5.3.5.2-43.5 is installed
OR libreoffice-l10n-uk-5.3.5.2-43.5 is installed
OR libreoffice-l10n-xh-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zh_CN-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zh_TW-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zu-5.3.5.2-43.5 is installed
OR libreoffice-mailmerge-5.3.5.2-43.5 is installed
OR libreoffice-math-5.3.5.2-43.5 is installed
OR libreoffice-officebean-5.3.5.2-43.5 is installed
OR libreoffice-pyuno-5.3.5.2-43.5 is installed
OR libreoffice-writer-5.3.5.2-43.5 is installed
OR libreoffice-writer-extensions-5.3.5.2-43.5 is installed
OR libreofficekit-5.3.5.2-43.5 is installed
OR libstaroffice-0.0.3-4 is installed
OR libstaroffice-0_0-0-0.0.3-4 is installed
OR libzmf-0.0.1-4 is installed
OR libzmf-0_0-0-0.0.1-4 is installed
OR myspell-af_NA-20170511-16.2 is installed
OR myspell-af_ZA-20170511-16.2 is installed
OR myspell-ar-20170511-16.2 is installed
OR myspell-ar_AE-20170511-16.2 is installed
OR myspell-ar_BH-20170511-16.2 is installed
OR myspell-ar_DZ-20170511-16.2 is installed
OR myspell-ar_EG-20170511-16.2 is installed
OR myspell-ar_IQ-20170511-16.2 is installed
OR myspell-ar_JO-20170511-16.2 is installed
OR myspell-ar_KW-20170511-16.2 is installed
OR myspell-ar_LB-20170511-16.2 is installed
OR myspell-ar_LY-20170511-16.2 is installed
OR myspell-ar_MA-20170511-16.2 is installed
OR myspell-ar_OM-20170511-16.2 is installed
OR myspell-ar_QA-20170511-16.2 is installed
OR myspell-ar_SA-20170511-16.2 is installed
OR myspell-ar_SD-20170511-16.2 is installed
OR myspell-ar_SY-20170511-16.2 is installed
OR myspell-ar_TN-20170511-16.2 is installed
OR myspell-ar_YE-20170511-16.2 is installed
OR myspell-be_BY-20170511-16.2 is installed
OR myspell-bg_BG-20170511-16.2 is installed
OR myspell-bn_BD-20170511-16.2 is installed
OR myspell-bn_IN-20170511-16.2 is installed
OR myspell-bs-20170511-16.2 is installed
OR myspell-bs_BA-20170511-16.2 is installed
OR myspell-ca-20170511-16.2 is installed
OR myspell-ca_AD-20170511-16.2 is installed
OR myspell-ca_ES-20170511-16.2 is installed
OR myspell-ca_ES_valencia-20170511-16.2 is installed
OR myspell-ca_FR-20170511-16.2 is installed
OR myspell-ca_IT-20170511-16.2 is installed
OR myspell-cs_CZ-20170511-16.2 is installed
OR myspell-da_DK-20170511-16.2 is installed
OR myspell-de-20170511-16.2 is installed
OR myspell-de_AT-20170511-16.2 is installed
OR myspell-de_CH-20170511-16.2 is installed
OR myspell-de_DE-20170511-16.2 is installed
OR myspell-dictionaries-20170511-16.2 is installed
OR myspell-el_GR-20170511-16.2 is installed
OR myspell-en-20170511-16.2 is installed
OR myspell-en_AU-20170511-16.2 is installed
OR myspell-en_BS-20170511-16.2 is installed
OR myspell-en_BZ-20170511-16.2 is installed
OR myspell-en_CA-20170511-16.2 is installed
OR myspell-en_GB-20170511-16.2 is installed
OR myspell-en_GH-20170511-16.2 is installed
OR myspell-en_IE-20170511-16.2 is installed
OR myspell-en_IN-20170511-16.2 is installed
OR myspell-en_JM-20170511-16.2 is installed
OR myspell-en_MW-20170511-16.2 is installed
OR myspell-en_NA-20170511-16.2 is installed
OR myspell-en_NZ-20170511-16.2 is installed
OR myspell-en_PH-20170511-16.2 is installed
OR myspell-en_TT-20170511-16.2 is installed
OR myspell-en_US-20170511-16.2 is installed
OR myspell-en_ZA-20170511-16.2 is installed
OR myspell-en_ZW-20170511-16.2 is installed
OR myspell-es-20170511-16.2 is installed
OR myspell-es_AR-20170511-16.2 is installed
OR myspell-es_BO-20170511-16.2 is installed
OR myspell-es_CL-20170511-16.2 is installed
OR myspell-es_CO-20170511-16.2 is installed
OR myspell-es_CR-20170511-16.2 is installed
OR myspell-es_CU-20170511-16.2 is installed
OR myspell-es_DO-20170511-16.2 is installed
OR myspell-es_EC-20170511-16.2 is installed
OR myspell-es_ES-20170511-16.2 is installed
OR myspell-es_GT-20170511-16.2 is installed
OR myspell-es_HN-20170511-16.2 is installed
OR myspell-es_MX-20170511-16.2 is installed
OR myspell-es_NI-20170511-16.2 is installed
OR myspell-es_PA-20170511-16.2 is installed
OR myspell-es_PE-20170511-16.2 is installed
OR myspell-es_PR-20170511-16.2 is installed
OR myspell-es_PY-20170511-16.2 is installed
OR myspell-es_SV-20170511-16.2 is installed
OR myspell-es_UY-20170511-16.2 is installed
OR myspell-es_VE-20170511-16.2 is installed
OR myspell-et_EE-20170511-16.2 is installed
OR myspell-fr_BE-20170511-16.2 is installed
OR myspell-fr_CA-20170511-16.2 is installed
OR myspell-fr_CH-20170511-16.2 is installed
OR myspell-fr_FR-20170511-16.2 is installed
OR myspell-fr_LU-20170511-16.2 is installed
OR myspell-fr_MC-20170511-16.2 is installed
OR myspell-gu_IN-20170511-16.2 is installed
OR myspell-he_IL-20170511-16.2 is installed
OR myspell-hi_IN-20170511-16.2 is installed
OR myspell-hr_HR-20170511-16.2 is installed
OR myspell-hu_HU-20170511-16.2 is installed
OR myspell-it_IT-20170511-16.2 is installed
OR myspell-lightproof-en-20170511-16.2 is installed
OR myspell-lightproof-hu_HU-20170511-16.2 is installed
OR myspell-lightproof-pt_BR-20170511-16.2 is installed
OR myspell-lightproof-ru_RU-20170511-16.2 is installed
OR myspell-lo_LA-20170511-16.2 is installed
OR myspell-lt_LT-20170511-16.2 is installed
OR myspell-lv_LV-20170511-16.2 is installed
OR myspell-nb_NO-20170511-16.2 is installed
OR myspell-nl_BE-20170511-16.2 is installed
OR myspell-nl_NL-20170511-16.2 is installed
OR myspell-nn_NO-20170511-16.2 is installed
OR myspell-no-20170511-16.2 is installed
OR myspell-pl_PL-20170511-16.2 is installed
OR myspell-pt_AO-20170511-16.2 is installed
OR myspell-pt_BR-20170511-16.2 is installed
OR myspell-pt_PT-20170511-16.2 is installed
OR myspell-ro-20170511-16.2 is installed
OR myspell-ro_RO-20170511-16.2 is installed
OR myspell-ru_RU-20170511-16.2 is installed
OR myspell-sk_SK-20170511-16.2 is installed
OR myspell-sl_SI-20170511-16.2 is installed
OR myspell-sr-20170511-16.2 is installed
OR myspell-sr_CS-20170511-16.2 is installed
OR myspell-sr_Latn_CS-20170511-16.2 is installed
OR myspell-sr_Latn_RS-20170511-16.2 is installed
OR myspell-sr_RS-20170511-16.2 is installed
OR myspell-sv_FI-20170511-16.2 is installed
OR myspell-sv_SE-20170511-16.2 is installed
OR myspell-te-20170511-16.2 is installed
OR myspell-te_IN-20170511-16.2 is installed
OR myspell-th_TH-20170511-16.2 is installed
OR myspell-uk_UA-20170511-16.2 is installed
OR myspell-vi-20170511-16.2 is installed
OR myspell-vi_VN-20170511-16.2 is installed
OR myspell-zu_ZA-20170511-16.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
glib2-2.48.2-12.15 is installed
OR libgio-fam-2.48.2-12.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
gnome-photos-3.26.3-2 is installed
OR gnome-photos-lang-3.26.3-2 is installed
OR gnome-shell-search-provider-gnome-photos-3.26.3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
libreoffice-6.2.7.1-8.10 is installed
OR libreoffice-base-6.2.7.1-8.10 is installed
OR libreoffice-base-drivers-postgresql-6.2.7.1-8.10 is installed
OR libreoffice-branding-upstream-6.2.7.1-8.10 is installed
OR libreoffice-calc-6.2.7.1-8.10 is installed
OR libreoffice-calc-extensions-6.2.7.1-8.10 is installed
OR libreoffice-draw-6.2.7.1-8.10 is installed
OR libreoffice-filters-optional-6.2.7.1-8.10 is installed
OR libreoffice-gnome-6.2.7.1-8.10 is installed
OR libreoffice-gtk3-6.2.7.1-8.10 is installed
OR libreoffice-icon-themes-6.2.7.1-8.10 is installed
OR libreoffice-impress-6.2.7.1-8.10 is installed
OR libreoffice-l10n-af-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ar-6.2.7.1-8.10 is installed
OR libreoffice-l10n-as-6.2.7.1-8.10 is installed
OR libreoffice-l10n-bg-6.2.7.1-8.10 is installed
OR libreoffice-l10n-bn-6.2.7.1-8.10 is installed
OR libreoffice-l10n-br-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ca-6.2.7.1-8.10 is installed
OR libreoffice-l10n-cs-6.2.7.1-8.10 is installed
OR libreoffice-l10n-cy-6.2.7.1-8.10 is installed
OR libreoffice-l10n-da-6.2.7.1-8.10 is installed
OR libreoffice-l10n-de-6.2.7.1-8.10 is installed
OR libreoffice-l10n-dz-6.2.7.1-8.10 is installed
OR libreoffice-l10n-el-6.2.7.1-8.10 is installed
OR libreoffice-l10n-en-6.2.7.1-8.10 is installed
OR libreoffice-l10n-eo-6.2.7.1-8.10 is installed
OR libreoffice-l10n-es-6.2.7.1-8.10 is installed
OR libreoffice-l10n-et-6.2.7.1-8.10 is installed
OR libreoffice-l10n-eu-6.2.7.1-8.10 is installed
OR libreoffice-l10n-fa-6.2.7.1-8.10 is installed
OR libreoffice-l10n-fi-6.2.7.1-8.10 is installed
OR libreoffice-l10n-fr-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ga-6.2.7.1-8.10 is installed
OR libreoffice-l10n-gl-6.2.7.1-8.10 is installed
OR libreoffice-l10n-gu-6.2.7.1-8.10 is installed
OR libreoffice-l10n-he-6.2.7.1-8.10 is installed
OR libreoffice-l10n-hi-6.2.7.1-8.10 is installed
OR libreoffice-l10n-hr-6.2.7.1-8.10 is installed
OR libreoffice-l10n-hu-6.2.7.1-8.10 is installed
OR libreoffice-l10n-it-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ja-6.2.7.1-8.10 is installed
OR libreoffice-l10n-kk-6.2.7.1-8.10 is installed
OR libreoffice-l10n-kn-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ko-6.2.7.1-8.10 is installed
OR libreoffice-l10n-lt-6.2.7.1-8.10 is installed
OR libreoffice-l10n-lv-6.2.7.1-8.10 is installed
OR libreoffice-l10n-mai-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ml-6.2.7.1-8.10 is installed
OR libreoffice-l10n-mr-6.2.7.1-8.10 is installed
OR libreoffice-l10n-nb-6.2.7.1-8.10 is installed
OR libreoffice-l10n-nl-6.2.7.1-8.10 is installed
OR libreoffice-l10n-nn-6.2.7.1-8.10 is installed
OR libreoffice-l10n-nr-6.2.7.1-8.10 is installed
OR libreoffice-l10n-nso-6.2.7.1-8.10 is installed
OR libreoffice-l10n-or-6.2.7.1-8.10 is installed
OR libreoffice-l10n-pa-6.2.7.1-8.10 is installed
OR libreoffice-l10n-pl-6.2.7.1-8.10 is installed
OR libreoffice-l10n-pt_BR-6.2.7.1-8.10 is installed
OR libreoffice-l10n-pt_PT-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ro-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ru-6.2.7.1-8.10 is installed
OR libreoffice-l10n-si-6.2.7.1-8.10 is installed
OR libreoffice-l10n-sk-6.2.7.1-8.10 is installed
OR libreoffice-l10n-sl-6.2.7.1-8.10 is installed
OR libreoffice-l10n-sr-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ss-6.2.7.1-8.10 is installed
OR libreoffice-l10n-st-6.2.7.1-8.10 is installed
OR libreoffice-l10n-sv-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ta-6.2.7.1-8.10 is installed
OR libreoffice-l10n-te-6.2.7.1-8.10 is installed
OR libreoffice-l10n-th-6.2.7.1-8.10 is installed
OR libreoffice-l10n-tn-6.2.7.1-8.10 is installed
OR libreoffice-l10n-tr-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ts-6.2.7.1-8.10 is installed
OR libreoffice-l10n-uk-6.2.7.1-8.10 is installed
OR libreoffice-l10n-ve-6.2.7.1-8.10 is installed
OR libreoffice-l10n-xh-6.2.7.1-8.10 is installed
OR libreoffice-l10n-zh_CN-6.2.7.1-8.10 is installed
OR libreoffice-l10n-zh_TW-6.2.7.1-8.10 is installed
OR libreoffice-l10n-zu-6.2.7.1-8.10 is installed
OR libreoffice-mailmerge-6.2.7.1-8.10 is installed
OR libreoffice-math-6.2.7.1-8.10 is installed
OR libreoffice-officebean-6.2.7.1-8.10 is installed
OR libreoffice-pyuno-6.2.7.1-8.10 is installed
OR libreoffice-writer-6.2.7.1-8.10 is installed
OR libreoffice-writer-extensions-6.2.7.1-8.10 is installed
OR libreofficekit-6.2.7.1-8.10 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|