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



The SUSE Linux Enterprise 11 SP3 Teradata kernel was updated to fix bugs and security issues.

The following security issues have been fixed:

- alsa/usb-audio: Add sanity checks for endpoint accesses (CVE-2016-2184,bsc#971125). - alsa/usb-audio: Fix NULL dereference in create_fixed_stream_quirk() (CVE-2016-2184,bsc#971125). - input/powermate: Fix oops with malicious USB descriptors (bsc#970958, CVE-2016-2186). - ipv4: Don't do expensive useless work during inetdev destroy (CVE-2016-3156, bsc#971360). - pipe: Limit the per-user amount of pages allocated in pipes (bsc#970948, CVE-2016-2847). - usb/cdc-acm: More sanity checking (bsc#970911, CVE-2016-3138). - usb/cypress_m8: Add endpoint sanity check (bsc#970970, CVE-2016-3137). - usb/digi_acceleport: Do sanity checking for the number of ports (bsc#970892, CVE-2016-3140). - usb: Fix invalid memory access in hub_activate() (bsc#968010, CVE-2015-8816). - usb/iowarrior: Fix oops with malicious USB descriptors (bsc#970956, CVE-2016-2188). - usb/usb_driver_claim_interface: Add sanity checking (bsc#971124, CVE-2016-2185). - usb/usbip: Fix potential out-of-bounds write (bsc#975945, CVE-2016-3955). - usb/visor: Fix null-deref at probe (bsc#968670, CVE-2016-2782). - wacom: Fix crash due to missing endpoint (bsc#970909, CVE-2016-3139).

The NVMe driver was updated to the current SLE11-SP4 version, which includes the following fixes enhancements:

- NVMe: Free cmdid on nvme_submit_bio error (bsc#913030, fate#317455, fate#320430). - NVMe: End queued bio requests when freeing queue (bsc#913030, fate#317455, fate#320430). - NVMe: Set result from user admin command (bsc#913030, fate#317455, fate#320430). - NVMe: Add result to nvme_get_features (bsc#913030, fate#317455, fate#320430). - NVMe: Define SMART log (bsc#913030, fate#317455, fate#320430). - NVMe: Initialize iod nents to 0 (bsc#913030, fate#317455, fate#320430). - NVMe: Add namespaces with no LBA range feature (bsc#913030, fate#317455, fate#320430). - NVMe: Add discard support for capable devices (bsc#913030, fate#317455, fate#320430). - NVMe: Rename nvme.c to nvme-core.c (bsc#913030, fate#317455, fate#320430). - NVMe: Move structures & definitions to header file (bsc#913030, fate#317455, fate#320430). - NVMe: Add definitions for format command (bsc#913030, fate#317455, fate#320430). - NVMe: Add nvme-scsi.c (bsc#913030, fate#317455, fate#320430). - NVMe: Use round_jiffies_relative() for the periodic, once-per-second (bsc#913030, fate#317455, fate#320430). - NVMe: Abstract out sector to block number conversion (bsc#913030, fate#317455, fate#320430). - NVMe: Don't fail initialisation unnecessarily (bsc#913030, fate#317455, fate#320430). - NVMe: Fix sparse warnings in scsi emulation (bsc#913030, fate#317455, fate#320430). - NVMe: Fix I/O cancellation status on big-endian machines (bsc#913030, fate#317455, fate#320430). - NVMe: Fix endian-related problems in user I/O submission path (bsc#913030, fate#317455, fate#320430). - NVMe: Add a character device for each nvme device (bsc#913030, fate#317455, fate#320430). - NVMe: Set TASK_INTERRUPTIBLE before processing queues (bsc#913030, fate#317455, fate#320430). - NVMe: Queue usage fixes in nvme-scsi (bsc#913030, fate#317455, fate#320430). - NVMe: Add scsi unmap to SG_IO (bsc#913030, fate#317455, fate#320430). - NVMe: Free admin queue on request_irq error (bsc#913030, fate#317455, fate#320430). - NVMe: Fix error clean-up on nvme_alloc_queue (bsc#913030, fate#317455, fate#320430). - NVMe: Check for NULL memory in nvme_dev_add (bsc#913030, fate#317455, fate#320430). - NVMe: Remove dead code in nvme_dev_add (bsc#913030, fate#317455, fate#320430). - NVMe: Split non-mergeable bio requests (bsc#913030, fate#317455, fate#320430). - NVMe: Device specific stripe size handling (bsc#913030, fate#317455, fate#320430). - NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO (bsc#913030, fate#317455, fate#320430). - NVMe: Schedule timeout for sync commands (bsc#913030, fate#317455, fate#320430). - NVMe: Wait for device to acknowledge shutdown (bsc#913030, fate#317455, fate#320430). - NVMe: Only clear the enable bit when disabling controller (bsc#913030, fate#317455, fate#320430). - NVMe: Simplify Firmware Activate code slightly (bsc#913030, fate#317455, fate#320430). - NVMe: Use user defined admin ioctl timeout (bsc#913030, fate#317455, fate#320430). - NVMe: Remove redundant version.h header include (bsc#913030, fate#317455, fate#320430). - NVMe: Fix a signedness bug in nvme_trans_modesel_get_mp (bsc#913030, fate#317455, fate#320430). - NVMe: Check for integer overflow in nvme_map_user_pages() (bsc#913030, fate#317455, fate#320430). - NVMe: Fix error return code in nvme_submit_bio_queue() (bsc#913030, fate#317455, fate#320430). - NVMe: Do not cancel command multiple times (bsc#913030, fate#317455, fate#320430). - NVMe: Use dma_set_mask() correctly (bsc#913030, fate#317455, fate#320430). - NVMe: Add MSI support (bsc#913030, fate#317455, fate#320430). - NVMe: Use kzalloc instead of kmalloc+memset (bsc#913030, fate#317455, fate#320430). - NVMe: Restructure MSI / MSI-X setup (bsc#913030, fate#317455, fate#320430). - NVMe: Disk IO statistics (bsc#913030, fate#317455, fate#320430). - NVMe: Return correct value from interrupt handler (bsc#913030, fate#317455, fate#320430). - NVMe: Remove 'process_cq did something' message (bsc#913030, fate#317455, fate#320430). - NVMe: Call nvme_process_cq from submission path (bsc#913030, fate#317455, fate#320430). - NVMe: Split header file into user-visible and kernel-visible pieces (bsc#913030, fate#317455, fate#320430). - NVMe: Update nvme_id_power_state with latest spec (bsc#913030, fate#317455, fate#320430). - NVMe: Namespace IDs are unsigned (bsc#913030, fate#317455, fate#320430). - NVMe: Fix checkpatch issues (bsc#913030, fate#317455, fate#320430). - NVMe: Bring up cdev on set feature failure (bsc#913030, fate#317455, fate#320430). - NVMe: Disk stats for read/write commands only (bsc#913030, fate#317455, fate#320430). - NVMe: Group pci related actions in functions (bsc#913030, fate#317455, fate#320430). - NVMe: Separate queue alloc/free from create/delete (bsc#913030, fate#317455, fate#320430). - NVMe: Separate controller init from disk discovery (bsc#913030, fate#317455, fate#320430). - NVMe: Use normal shutdown (bsc#913030, fate#317455, fate#320430). - NVMe: Add pci suspend/resume driver callbacks (bsc#913030, fate#317455, fate#320430). - NVMe: Handle ioremap failure (bsc#913030, fate#317455, fate#320430). - NVMe: Merge issue on character device bring-up (bsc#913030, fate#317455, fate#320430). - DMA-API: block: nvme-core: replace (bsc#913030, fate#317455, fate#320430). - NVMe: Avoid shift operation when writing cq head doorbell (bsc#913030, fate#317455, fate#320430). - NVMe: Remove deprecated IRQF_DISABLED (bsc#913030, fate#317455, fate#320430). - NVMe: Compat SG_IO ioctl (bsc#913030, fate#317455, fate#320430). - NVMe: Fix lockdep warnings (bsc#913030, fate#317455, fate#320430). - NVMe: Cache dev->pci_dev in a local pointer (bsc#913030, fate#317455, fate#320430). - NVMe: Device resume error handling (bsc#913030, fate#317455, fate#320430). - NVMe: Schedule reset for failed controllers (bsc#913030, fate#317455, fate#320430). - NVMe: Abort timed out commands (bsc#913030, fate#317455, fate#320430). - NVMe: Surprise removal handling (bsc#913030, fate#317455, fate#320430). - NVMe: Async IO queue deletion (bsc#913030, fate#317455, fate#320430). - NVMe: Dynamically allocate partition numbers (bsc#913030, fate#317455, fate#320430). - NVMe: Disable admin queue on init failure (bsc#913030, fate#317455, fate#320430). - NVMe: Add a pci_driver shutdown method (bsc#913030, fate#317455, fate#320430). - NVMe: Include device and queue numbers in interrupt name (bsc#913030, fate#317455, fate#320430). - NVMe: Correct uses of INIT_WORK (bsc#913030, fate#317455, fate#320430). - NVMe: Namespace use after free on surprise removal (bsc#913030, fate#317455, fate#320430). - NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions (bsc#913030, fate#317455, fate#320430). - NVMe: Initialize device reference count earlier (bsc#913030, fate#317455, fate#320430). - NVMe: RCU protected access to io queues (bsc#913030, fate#317455, fate#320430). - NVMe: IOCTL path RCU protect queue access (bsc#913030, fate#317455, fate#320430). - NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds (bsc#913030, fate#317455, fate#320430). - NVMe: Replace DEFINE_PCI_DEVICE_TABLE (bsc#913030, fate#317455, fate#320430). - NVMe: Per-cpu io queues (bsc#913030, fate#317455, fate#320430). - NVMe: CPU hot plug notification (bsc#913030, fate#317455, fate#320430). - NVMe: Make I/O timeout a module parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Start-stop nvme_thread during device add-remove (bsc#913030, fate#317455, fate#320430). - NVMe: Add getgeo to block ops (bsc#913030, fate#317455, fate#320430). - NVMe: Retry failed commands with non-fatal errors (bsc#913030, fate#317455, fate#320430). - NVMe: Update copyright headers (bsc#913030, fate#317455, fate#320430). - NVMe: Improve error messages (bsc#913030, fate#317455, fate#320430). - NVMe: Protect against badly formatted CQEs (bsc#913030, fate#317455, fate#320430). - NVMe: Configure support for block flush (bsc#913030, fate#317455, fate#320430). - NVMe: Enable BUILD_BUG_ON checks (bsc#913030, fate#317455, fate#320430). - NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD) (bsc#913030, fate#317455, fate#320430). - NVMe: Prevent possible NULL pointer dereference (bsc#913030, fate#317455, fate#320430). - NVMe: Make iod bio timeout a parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Make admin timeout a module parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Delete NVME_GET_FEAT_TEMP_THRESH (bsc#913030, fate#317455, fate#320430). - NVMe: Fix nvme get/put queue semantics (bsc#913030, fate#317455, fate#320430). - NVMe: Adhere to request queue block accounting enable/disable (bsc#913030, fate#317455, fate#320430). - NVMe: Use last bytes of f/w rev SCSI Inquiry (bsc#913030, fate#317455, fate#320430). - NVMe: Rename io_timeout to nvme_io_timeout (bsc#913030, fate#317455, fate#320430). - NVMe: Fix hot cpu notification dead lock (bsc#913030, fate#317455, fate#320430). - NVMe: Define Log Page constants (bsc#913030, fate#317455, fate#320430). - NVMe: Use Log Page constants in SCSI emulation (bsc#913030, fate#317455, fate#320430). - NVMe: Fix START_STOP_UNIT Scsi->NVMe translation (bsc#913030, fate#317455, fate#320430). - NVMe: Async event request (bsc#913030, fate#317455, fate#320430). - NVMe: Update list of status codes (bsc#913030, fate#317455, fate#320430). - NVMe: Mismatched host/device page size support (bsc#913030, fate#317455, fate#320430). - NVMe: Change nvme_enable_ctrl to set EN and manage CC thru (bsc#913030, fate#317455, fate#320430). - NVMe: Handling devices incapable of I/O (bsc#913030, fate#317455, fate#320430). - NVMe: Skip orderly shutdown on failed devices (bsc#913030, fate#317455, fate#320430). - NVMe: Add shutdown timeout as module parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Call nvme_free_queue directly (bsc#913030, fate#317455, fate#320430). - NVMe: Fix filesystem sync deadlock on removal (bsc#913030, fate#317455, fate#320430). - NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues (bsc#913030, fate#317455, fate#320430). - NVMe: Replace rcu_assign_pointer() with RCU_INIT_POINTER() (bsc#913030, fate#317455, fate#320430). - NVMe: Reference count pci device (bsc#913030, fate#317455, fate#320430). - NVMe: Remove duplicate compat SG_IO code (bsc#913030, fate#317455, fate#320430). - NVMe: Fix SG_IO status values (bsc#913030, fate#317455, fate#320430). - NVMe: Translate NVMe status to errno (bsc#913030, fate#317455, fate#320430). - NVMe: Fix nvmeq waitqueue entry initialization (bsc#913030, fate#317455, fate#320430). - NVMe: Add revalidate_disk callback (bsc#913030, fate#317455, fate#320430). - NVMe: Passthrough IOCTL for IO commands (bsc#913030, fate#317455, fate#320430). - NVMe: Updates for 1.1 spec (bsc#913030, fate#317455, fate#320430). - NVMe: Fix device probe waiting on kthread (bsc#913030, fate#317455, fate#320430). - NVMe: Clear QUEUE_FLAG_STACKABLE (bsc#913030, fate#317455, fate#320430). - NVMe: Do not open disks that are being deleted (bsc#913030, fate#317455, fate#320430). - NVMe: Do not over allocate for discard requests (bsc#913030, fate#317455, fate#320430). - NVMe: Make setup work for devices that don't do INTx (bsc#913030, fate#317455, fate#320430). - NVMe: Fail pci initialization if the device doesn't have any BARs (bsc#913030, fate#317455, fate#320430). - NVMe: Return 0 from make request on ended bio (bsc#926480, fate#320430). - NVMe: Add tracepoints (bsc#926056, fate#320430). - NVMe: Flush with data support (bsc#926056, fate#320430). - NVMe: Update namespace and controller identify structures to the 1.1a spec (bsc#926056, fate#320430). - NVMe: Update data structures for NVMe 1.2 (bsc#926056, fate#320430). - NVMe: Update SCSI Inquiry VPD 83h translation (bsc#926056, fate#320430). - NVMe: Register management handle under nvme class (bsc#926056, fate#320430). - NVMe: Asynchronous controller probe (bsc#926056, fate#320430). - NVMe: Fix potential corruption during shutdown (bsc#926056, fate#320430). - NVMe: Fix potential corruption on sync commands (bsc#926056, fate#320430). - NVMe: Fix PRP list calculation for non-4k system page size (bsc#926056, fate#320430). - NVMe: Initialize device list head before starting (bsc#926056, fate#320430). - NVMe: Add translation for block limits (bsc#926056, fate#320430). - NVMe: Clear BIO_SEG_VALID flag in nvme_bio_split() (bsc#954992, fate#320430). - NVMe: default to 4k device page size (bsc#967042, fate#320430). - DMA-API: provide a helper to set both DMA and coherent DMA masks (bug#909498 fate#317395). - tty: Use lockless flip buffer free list (bsc#913030, fate#317455).

The following bugs have been fixed:

- Return ENODEV instead of EIO when device is removed with IO pending (bsc#963060). - af_unix: Guard against other == sk in unix_dgram_sendmsg (bsc#973570). - scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458). - xen/panic-handler: Only call the HV when we don't boot into a crash-kernel (bsc#973691).
Family:unixClass:patch
Status:Reference(s):1019550
1022219
1022255
1022257
1022260
1022263
1022264
1022265
1042826
1043289
1045060
1045061
1045062
1045065
1049072
1052830
1058058
1064561
1103040
1104457
1110723
1117751
1118460
1118462
1118463
1128201
1137586
1161799
1163368
1178387
897031
908275
913030
922741
926056
926480
942801
948791
952810
954992
960458
963060
967042
968010
968670
970892
970909
970911
970948
970956
970958
970970
971124
971125
971360
973570
973691
975945
CVE-2009-2699
CVE-2010-0425
CVE-2011-1006
CVE-2011-1022
CVE-2012-0021
CVE-2013-0157
CVE-2013-1571
CVE-2013-2062
CVE-2014-0118
CVE-2014-6051
CVE-2014-6052
CVE-2014-6053
CVE-2014-6054
CVE-2014-6055
CVE-2015-4491
CVE-2015-4513
CVE-2015-7181
CVE-2015-7182
CVE-2015-7183
CVE-2015-7188
CVE-2015-7189
CVE-2015-7193
CVE-2015-7194
CVE-2015-7196
CVE-2015-7197
CVE-2015-7198
CVE-2015-7199
CVE-2015-7200
CVE-2015-7674
CVE-2015-8816
CVE-2016-10158
CVE-2016-10159
CVE-2016-10160
CVE-2016-10161
CVE-2016-10166
CVE-2016-10167
CVE-2016-10168
CVE-2016-2184
CVE-2016-2185
CVE-2016-2186
CVE-2016-2188
CVE-2016-2782
CVE-2016-2847
CVE-2016-3137
CVE-2016-3138
CVE-2016-3139
CVE-2016-3140
CVE-2016-3156
CVE-2016-3955
CVE-2016-7478
CVE-2017-11403
CVE-2017-3167
CVE-2017-3169
CVE-2017-7668
CVE-2017-7679
CVE-2017-9439
CVE-2017-9501
CVE-2017-9798
CVE-2018-14680
CVE-2018-14681
CVE-2018-14682
CVE-2018-15378
CVE-2018-19636
CVE-2018-19638
CVE-2018-19639
CVE-2018-19640
CVE-2019-11477
CVE-2019-11478
CVE-2019-11479
CVE-2020-25692
CVE-2020-6796
CVE-2020-6797
CVE-2020-6798
CVE-2020-6799
CVE-2020-6800
SUSE-SU-2015:1787-1
SUSE-SU-2015:1981-1
SUSE-SU-2015:2110-1
SUSE-SU-2017:0568-1
SUSE-SU-2017:2176-1
SUSE-SU-2017:2907-1
SUSE-SU-2018:3441-1
SUSE-SU-2019:13976-1
SUSE-SU-2020:14290-1
SUSE-SU-2020:14541-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 Basesystem 15
SUSE Linux Enterprise Module for Basesystem 15 SP1
SUSE Linux Enterprise Module for Containers 12
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 12
SUSE Linux Enterprise Module for Legacy Software 15 SP1
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 Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Toolchain 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
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-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP2
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-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-LTSS
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 OpenStack Cloud 7
SUSE OpenStack Cloud Crowbar 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • java-11-openjdk-11.0.3.0-lp150.2.16 is installed
  • OR java-11-openjdk-accessibility-11.0.3.0-lp150.2.16 is installed
  • OR java-11-openjdk-demo-11.0.3.0-lp150.2.16 is installed
  • OR java-11-openjdk-devel-11.0.3.0-lp150.2.16 is installed
  • OR java-11-openjdk-headless-11.0.3.0-lp150.2.16 is installed
  • OR java-11-openjdk-javadoc-11.0.3.0-lp150.2.16 is installed
  • OR java-11-openjdk-jmods-11.0.3.0-lp150.2.16 is installed
  • OR java-11-openjdk-src-11.0.3.0-lp150.2.16 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • NetworkManager-1.0.12-6 is installed
  • OR NetworkManager-devel-1.0.12-6 is installed
  • OR NetworkManager-lang-1.0.12-6 is installed
  • OR libnm-glib-vpn1-1.0.12-6 is installed
  • OR libnm-glib4-1.0.12-6 is installed
  • OR libnm-util2-1.0.12-6 is installed
  • OR libnm0-1.0.12-6 is installed
  • OR typelib-1_0-NM-1_0-1.0.12-6 is installed
  • OR typelib-1_0-NMClient-1_0-1.0.12-6 is installed
  • OR typelib-1_0-NetworkManager-1_0-1.0.12-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • libopenssl1_0_0-1.0.1i-2 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-2 is installed
  • OR openssl-1.0.1i-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libspice-client-glib-2_0-8-0.29-1 is installed
  • OR libspice-client-gtk-2_0-4-0.29-1 is installed
  • OR libspice-client-gtk-3_0-4-0.29-1 is installed
  • OR libspice-controller0-0.29-1 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.29-1 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.29-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND binutils-2.26.1-9.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libsystemd0-228-150.9 is installed
  • OR libsystemd0-32bit-228-150.9 is installed
  • OR libudev1-228-150.9 is installed
  • OR libudev1-32bit-228-150.9 is installed
  • OR systemd-228-150.9 is installed
  • OR systemd-32bit-228-150.9 is installed
  • OR systemd-bash-completion-228-150.9 is installed
  • OR systemd-sysvinit-228-150.9 is installed
  • OR udev-228-150.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • ovmf-2017+git1510945757.b2662641d5-3.8 is installed
  • OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • bzip2-1.0.6-3 is installed
  • OR libbz2-1-1.0.6-3 is installed
  • OR libbz2-1-32bit-1.0.6-3 is installed
  • OR libbz2-devel-1.0.6-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • apparmor-abstractions-2.12.2-7.17 is installed
  • OR apparmor-docs-2.12.2-7.17 is installed
  • OR apparmor-parser-2.12.2-7.17 is installed
  • OR apparmor-parser-lang-2.12.2-7.17 is installed
  • OR apparmor-profiles-2.12.2-7.17 is installed
  • OR apparmor-utils-2.12.2-7.17 is installed
  • OR apparmor-utils-lang-2.12.2-7.17 is installed
  • OR pam_apparmor-2.12.2-7.17 is installed
  • OR pam_apparmor-32bit-2.12.2-7.17 is installed
  • OR perl-apparmor-2.12.2-7.17 is installed
  • OR python3-apparmor-2.12.2-7.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • ruby2.1-rubygem-passenger-5.0.18-6 is installed
  • OR rubygem-passenger-5.0.18-6 is installed
  • OR rubygem-passenger-apache2-5.0.18-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • cups-2.2.7-3.6 is installed
  • OR libcups2-32bit-2.2.7-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND Package Information
  • MozillaFirefox-60.7.0-3.40 is installed
  • OR MozillaFirefox-devel-60.7.0-3.40 is installed
  • OR MozillaFirefox-translations-common-60.7.0-3.40 is installed
  • OR MozillaFirefox-translations-other-60.7.0-3.40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • pam-1.3.0-6.6 is installed
  • OR pam-devel-32bit-1.3.0-6.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
  • AND zlib-devel-32bit-1.2.11-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-73 is installed
  • OR libopenssl0_9_8-0.9.8j-73 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-73 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
  • AND ntp-4.2.8p13-4.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-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
  • tomcat-9.0.12-3.8 is installed
  • OR tomcat-docs-webapp-9.0.12-3.8 is installed
  • OR tomcat-embed-9.0.12-3.8 is installed
  • OR tomcat-javadoc-9.0.12-3.8 is installed
  • OR tomcat-jsvc-9.0.12-3.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND SDL2-2.0.8-3.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.55-52.45 is installed
  • OR kernel-ec2-devel-3.12.55-52.45 is installed
  • OR kernel-ec2-extra-3.12.55-52.45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • xen-4.10.1_04-1 is installed
  • OR xen-devel-4.10.1_04-1 is installed
  • OR xen-tools-4.10.1_04-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND apache2-mod_nss-1.0.17-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Toolchain 12 is installed
  • AND Package Information
  • cpp9-9.2.1+r275327-1.3 is installed
  • OR gcc9-9.2.1+r275327-1.3 is installed
  • OR gcc9-32bit-9.2.1+r275327-1.3 is installed
  • OR gcc9-ada-9.2.1+r275327-1.3 is installed
  • OR gcc9-ada-32bit-9.2.1+r275327-1.3 is installed
  • OR gcc9-c++-9.2.1+r275327-1.3 is installed
  • OR gcc9-c++-32bit-9.2.1+r275327-1.3 is installed
  • OR gcc9-fortran-9.2.1+r275327-1.3 is installed
  • OR gcc9-fortran-32bit-9.2.1+r275327-1.3 is installed
  • OR gcc9-go-9.2.1+r275327-1.3 is installed
  • OR gcc9-go-32bit-9.2.1+r275327-1.3 is installed
  • OR gcc9-info-9.2.1+r275327-1.3 is installed
  • OR gcc9-locale-9.2.1+r275327-1.3 is installed
  • OR libada9-9.2.1+r275327-1.3 is installed
  • OR libada9-32bit-9.2.1+r275327-1.3 is installed
  • OR libstdc++6-devel-gcc9-9.2.1+r275327-1.3 is installed
  • OR libstdc++6-devel-gcc9-32bit-9.2.1+r275327-1.3 is installed
  • OR libstdc++6-pp-gcc9-9.2.1+r275327-1.3 is installed
  • OR libstdc++6-pp-gcc9-32bit-9.2.1+r275327-1.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • nodejs6-6.12.2-11.8 is installed
  • OR nodejs6-devel-6.12.2-11.8 is installed
  • OR nodejs6-docs-6.12.2-11.8 is installed
  • OR npm6-6.12.2-11.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.5.0-78.61 is installed
  • OR MozillaFirefox-translations-common-68.5.0-78.61 is installed
  • OR MozillaFirefox-translations-other-68.5.0-78.61 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.5.0-78.61 is installed
  • OR MozillaFirefox-translations-common-68.5.0-78.61 is installed
  • OR MozillaFirefox-translations-other-68.5.0-78.61 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • file-5.19-9 is installed
  • OR file-magic-5.19-9 is installed
  • OR libmagic1-5.19-9 is installed
  • OR libmagic1-32bit-5.19-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • file-5.19-9 is installed
  • OR file-magic-5.19-9 is installed
  • OR libmagic1-5.19-9 is installed
  • OR libmagic1-32bit-5.19-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND ant-1.9.4-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND ctags-5.8-7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND ctags-5.8-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 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 Server 12 SP1-LTSS 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 is installed
  • AND Package Information
  • bind-9.9.9P1-46 is installed
  • OR bind-chrootenv-9.9.9P1-46 is installed
  • OR bind-doc-9.9.9P1-46 is installed
  • OR bind-libs-9.9.9P1-46 is installed
  • OR bind-libs-32bit-9.9.9P1-46 is installed
  • OR bind-utils-9.9.9P1-46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • openslp-2.0.0-18.15 is installed
  • OR openslp-32bit-2.0.0-18.15 is installed
  • OR openslp-server-2.0.0-18.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-11-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND shadow-4.2.1-27.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-devel-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-translations-52.8.1esr-109.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libspice-server1-0.12.8-3 is installed
  • OR spice-0.12.8-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libspice-server1-0.12.8-3 is installed
  • OR spice-0.12.8-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND autofs-5.0.9-27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND sudo-1.8.20p2-3.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND sudo-1.8.20p2-3.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-3-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-3-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libtiff5-4.0.9-44.30 is installed
  • OR libtiff5-32bit-4.0.9-44.30 is installed
  • OR tiff-4.0.9-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libtiff5-4.0.9-44.30 is installed
  • OR libtiff5-32bit-4.0.9-44.30 is installed
  • OR tiff-4.0.9-44.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libsystemd0-228-150.66 is installed
  • OR libsystemd0-32bit-228-150.66 is installed
  • OR libudev1-228-150.66 is installed
  • OR libudev1-32bit-228-150.66 is installed
  • OR systemd-228-150.66 is installed
  • OR systemd-32bit-228-150.66 is installed
  • OR systemd-bash-completion-228-150.66 is installed
  • OR systemd-sysvinit-228-150.66 is installed
  • OR udev-228-150.66 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libsystemd0-228-150.66 is installed
  • OR libsystemd0-32bit-228-150.66 is installed
  • OR libudev1-228-150.66 is installed
  • OR libudev1-32bit-228-150.66 is installed
  • OR systemd-228-150.66 is installed
  • OR systemd-32bit-228-150.66 is installed
  • OR systemd-bash-completion-228-150.66 is installed
  • OR systemd-sysvinit-228-150.66 is installed
  • OR udev-228-150.66 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND coolkey-1.1.0-148.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • giflib-progs-5.0.5-12 is installed
  • OR libgif6-5.0.5-12 is installed
  • OR libgif6-32bit-5.0.5-12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.26-20.10 is installed
  • OR libmysqlclient18-10.0.26-20.10 is installed
  • OR libmysqlclient18-32bit-10.0.26-20.10 is installed
  • OR libmysqlclient_r18-10.0.26-20.10 is installed
  • OR libmysqld-devel-10.0.26-20.10 is installed
  • OR libmysqld18-10.0.26-20.10 is installed
  • OR mariadb-10.0.26-20.10 is installed
  • OR mariadb-client-10.0.26-20.10 is installed
  • OR mariadb-errormessages-10.0.26-20.10 is installed
  • OR mariadb-tools-10.0.26-20.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.26-20.10 is installed
  • OR libmysqlclient18-10.0.26-20.10 is installed
  • OR libmysqlclient18-32bit-10.0.26-20.10 is installed
  • OR libmysqlclient_r18-10.0.26-20.10 is installed
  • OR libmysqld-devel-10.0.26-20.10 is installed
  • OR libmysqld18-10.0.26-20.10 is installed
  • OR mariadb-10.0.26-20.10 is installed
  • OR mariadb-client-10.0.26-20.10 is installed
  • OR mariadb-errormessages-10.0.26-20.10 is installed
  • OR mariadb-tools-10.0.26-20.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • coreutils-8.25-12 is installed
  • OR coreutils-lang-8.25-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • openssh-6.6p1-52 is installed
  • OR openssh-askpass-gnome-6.6p1-52 is installed
  • OR openssh-fips-6.6p1-52 is installed
  • OR openssh-helpers-6.6p1-52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_40-default-3-2 is installed
  • OR kgraft-patch-3_12_74-60_64_40-xen-3-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_15-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_53-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_16-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • 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
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • boost-1.54.0-15 is installed
  • OR cmis-client-0.5.1-8 is installed
  • OR hyphen-2.8.8-12 is installed
  • OR libOpenCOLLADA0-1_3335ac1-2 is installed
  • OR libboost_filesystem1_54_0-1.54.0-15 is installed
  • OR libcmis-0_5-5-0.5.1-8 is installed
  • OR libetonyek-0.1.6-6 is installed
  • OR libetonyek-0_1-1-0.1.6-6 is installed
  • OR libhyphen0-2.8.8-12 is installed
  • OR libixion-0.11.0-6 is installed
  • OR libixion-0_11-0-0.11.0-6 is installed
  • OR liborcus-0.11.0-6 is installed
  • OR liborcus-0_11-0-0.11.0-6 is installed
  • OR libreoffice-5.1.3.2-22 is installed
  • OR libreoffice-base-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-mysql-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-postgresql-5.1.3.2-22 is installed
  • OR libreoffice-calc-5.1.3.2-22 is installed
  • OR libreoffice-calc-extensions-5.1.3.2-22 is installed
  • OR libreoffice-draw-5.1.3.2-22 is installed
  • OR libreoffice-filters-optional-5.1.3.2-22 is installed
  • OR libreoffice-gnome-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-galaxy-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-tango-5.1.3.2-22 is installed
  • OR libreoffice-impress-5.1.3.2-22 is installed
  • OR libreoffice-l10n-af-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ar-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ca-5.1.3.2-22 is installed
  • OR libreoffice-l10n-cs-5.1.3.2-22 is installed
  • OR libreoffice-l10n-da-5.1.3.2-22 is installed
  • OR libreoffice-l10n-de-5.1.3.2-22 is installed
  • OR libreoffice-l10n-en-5.1.3.2-22 is installed
  • OR libreoffice-l10n-es-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fr-5.1.3.2-22 is installed
  • OR libreoffice-l10n-gu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-it-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ja-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ko-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nb-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nn-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-BR-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-PT-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ru-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sk-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sv-5.1.3.2-22 is installed
  • OR libreoffice-l10n-xh-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hans-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hant-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zu-5.1.3.2-22 is installed
  • OR libreoffice-mailmerge-5.1.3.2-22 is installed
  • OR libreoffice-math-5.1.3.2-22 is installed
  • OR libreoffice-officebean-5.1.3.2-22 is installed
  • OR libreoffice-pyuno-5.1.3.2-22 is installed
  • OR libreoffice-writer-5.1.3.2-22 is installed
  • OR libreoffice-writer-extensions-5.1.3.2-22 is installed
  • OR libvisio-0.1.5-7 is installed
  • OR libvisio-0_1-1-0.1.5-7 is installed
  • OR libwps-0.4.2-6 is installed
  • OR libwps-0_4-4-0.4.2-6 is installed
  • OR myspell-af_NA-20160511-11 is installed
  • OR myspell-af_ZA-20160511-11 is installed
  • OR myspell-ar-20160511-11 is installed
  • OR myspell-ar_AE-20160511-11 is installed
  • OR myspell-ar_BH-20160511-11 is installed
  • OR myspell-ar_DZ-20160511-11 is installed
  • OR myspell-ar_EG-20160511-11 is installed
  • OR myspell-ar_IQ-20160511-11 is installed
  • OR myspell-ar_JO-20160511-11 is installed
  • OR myspell-ar_KW-20160511-11 is installed
  • OR myspell-ar_LB-20160511-11 is installed
  • OR myspell-ar_LY-20160511-11 is installed
  • OR myspell-ar_MA-20160511-11 is installed
  • OR myspell-ar_OM-20160511-11 is installed
  • OR myspell-ar_QA-20160511-11 is installed
  • OR myspell-ar_SA-20160511-11 is installed
  • OR myspell-ar_SD-20160511-11 is installed
  • OR myspell-ar_SY-20160511-11 is installed
  • OR myspell-ar_TN-20160511-11 is installed
  • OR myspell-ar_YE-20160511-11 is installed
  • OR myspell-be_BY-20160511-11 is installed
  • OR myspell-bg_BG-20160511-11 is installed
  • OR myspell-bn_BD-20160511-11 is installed
  • OR myspell-bn_IN-20160511-11 is installed
  • OR myspell-bs-20160511-11 is installed
  • OR myspell-bs_BA-20160511-11 is installed
  • OR myspell-ca-20160511-11 is installed
  • OR myspell-ca_AD-20160511-11 is installed
  • OR myspell-ca_ES-20160511-11 is installed
  • OR myspell-ca_ES_valencia-20160511-11 is installed
  • OR myspell-ca_FR-20160511-11 is installed
  • OR myspell-ca_IT-20160511-11 is installed
  • OR myspell-cs_CZ-20160511-11 is installed
  • OR myspell-da_DK-20160511-11 is installed
  • OR myspell-de-20160511-11 is installed
  • OR myspell-de_AT-20160511-11 is installed
  • OR myspell-de_CH-20160511-11 is installed
  • OR myspell-de_DE-20160511-11 is installed
  • OR myspell-dictionaries-20160511-11 is installed
  • OR myspell-el_GR-20160511-11 is installed
  • OR myspell-en-20160511-11 is installed
  • OR myspell-en_AU-20160511-11 is installed
  • OR myspell-en_BS-20160511-11 is installed
  • OR myspell-en_BZ-20160511-11 is installed
  • OR myspell-en_CA-20160511-11 is installed
  • OR myspell-en_GB-20160511-11 is installed
  • OR myspell-en_GH-20160511-11 is installed
  • OR myspell-en_IE-20160511-11 is installed
  • OR myspell-en_IN-20160511-11 is installed
  • OR myspell-en_JM-20160511-11 is installed
  • OR myspell-en_MW-20160511-11 is installed
  • OR myspell-en_NA-20160511-11 is installed
  • OR myspell-en_NZ-20160511-11 is installed
  • OR myspell-en_PH-20160511-11 is installed
  • OR myspell-en_TT-20160511-11 is installed
  • OR myspell-en_US-20160511-11 is installed
  • OR myspell-en_ZA-20160511-11 is installed
  • OR myspell-en_ZW-20160511-11 is installed
  • OR myspell-es-20160511-11 is installed
  • OR myspell-es_AR-20160511-11 is installed
  • OR myspell-es_BO-20160511-11 is installed
  • OR myspell-es_CL-20160511-11 is installed
  • OR myspell-es_CO-20160511-11 is installed
  • OR myspell-es_CR-20160511-11 is installed
  • OR myspell-es_CU-20160511-11 is installed
  • OR myspell-es_DO-20160511-11 is installed
  • OR myspell-es_EC-20160511-11 is installed
  • OR myspell-es_ES-20160511-11 is installed
  • OR myspell-es_GT-20160511-11 is installed
  • OR myspell-es_HN-20160511-11 is installed
  • OR myspell-es_MX-20160511-11 is installed
  • OR myspell-es_NI-20160511-11 is installed
  • OR myspell-es_PA-20160511-11 is installed
  • OR myspell-es_PE-20160511-11 is installed
  • OR myspell-es_PR-20160511-11 is installed
  • OR myspell-es_PY-20160511-11 is installed
  • OR myspell-es_SV-20160511-11 is installed
  • OR myspell-es_UY-20160511-11 is installed
  • OR myspell-es_VE-20160511-11 is installed
  • OR myspell-et_EE-20160511-11 is installed
  • OR myspell-fr_BE-20160511-11 is installed
  • OR myspell-fr_CA-20160511-11 is installed
  • OR myspell-fr_CH-20160511-11 is installed
  • OR myspell-fr_FR-20160511-11 is installed
  • OR myspell-fr_LU-20160511-11 is installed
  • OR myspell-fr_MC-20160511-11 is installed
  • OR myspell-gu_IN-20160511-11 is installed
  • OR myspell-he_IL-20160511-11 is installed
  • OR myspell-hi_IN-20160511-11 is installed
  • OR myspell-hr_HR-20160511-11 is installed
  • OR myspell-hu_HU-20160511-11 is installed
  • OR myspell-it_IT-20160511-11 is installed
  • OR myspell-lightproof-en-20160511-11 is installed
  • OR myspell-lightproof-hu_HU-20160511-11 is installed
  • OR myspell-lightproof-pt_BR-20160511-11 is installed
  • OR myspell-lightproof-ru_RU-20160511-11 is installed
  • OR myspell-lo_LA-20160511-11 is installed
  • OR myspell-lt_LT-20160511-11 is installed
  • OR myspell-lv_LV-20160511-11 is installed
  • OR myspell-nb_NO-20160511-11 is installed
  • OR myspell-nl_BE-20160511-11 is installed
  • OR myspell-nl_NL-20160511-11 is installed
  • OR myspell-nn_NO-20160511-11 is installed
  • OR myspell-no-20160511-11 is installed
  • OR myspell-pl_PL-20160511-11 is installed
  • OR myspell-pt_AO-20160511-11 is installed
  • OR myspell-pt_BR-20160511-11 is installed
  • OR myspell-pt_PT-20160511-11 is installed
  • OR myspell-ro-20160511-11 is installed
  • OR myspell-ro_RO-20160511-11 is installed
  • OR myspell-ru_RU-20160511-11 is installed
  • OR myspell-sk_SK-20160511-11 is installed
  • OR myspell-sl_SI-20160511-11 is installed
  • OR myspell-sr-20160511-11 is installed
  • OR myspell-sr_CS-20160511-11 is installed
  • OR myspell-sr_Latn_CS-20160511-11 is installed
  • OR myspell-sr_Latn_RS-20160511-11 is installed
  • OR myspell-sr_RS-20160511-11 is installed
  • OR myspell-sv_FI-20160511-11 is installed
  • OR myspell-sv_SE-20160511-11 is installed
  • OR myspell-te-20160511-11 is installed
  • OR myspell-te_IN-20160511-11 is installed
  • OR myspell-th_TH-20160511-11 is installed
  • OR myspell-vi-20160511-11 is installed
  • OR myspell-vi_VN-20160511-11 is installed
  • OR myspell-zu_ZA-20160511-11 is installed
  • OR openCOLLADA-1_3335ac1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND gd-32bit-2.1.0-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • gimp-2.8.18-8 is installed
  • OR gimp-lang-2.8.18-8 is installed
  • OR gimp-plugins-python-2.8.18-8 is installed
  • OR libgimp-2_0-0-2.8.18-8 is installed
  • OR libgimpui-2_0-0-2.8.18-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • java-1_7_0-openjdk-plugin-1.6.2-2.8 is installed
  • OR java-1_8_0-openjdk-plugin-1.6.2-2.10 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud Crowbar 8 is installed
  • AND python-cryptography-2.0.3-3.3 is installed
  • BACK