Revision Date: | 2021-07-22 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP3 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2021-22555: Fixed an heap out-of-bounds write in net/netfilter/x_tables.c that could allow local provilege escalation. (bsc#1188116) - CVE-2021-33909: Fixed an out-of-bounds write in the filesystem layer that allows to obtain full root privileges. (bsc#1188062) - CVE-2021-3609: Fixed a race condition in the CAN BCM networking protocol which allows for local privilege escalation. (bsc#1187215) - CVE-2021-0605: Fixed an out-of-bounds read which could lead to local information disclosure in the kernel with System execution privileges needed. (bsc#1187601) - CVE-2021-0512: Fixed a possible out-of-bounds write which could lead to local escalation of privilege with no additional execution privileges needed. (bsc#1187595) - CVE-2021-34693: Fixed a bug in net/can/bcm.c which could allow local users to obtain sensitive information from kernel stack memory because parts of a data structure are uninitialized. (bsc#1187452) - CVE-2020-36385: Fixed a use-after-free flaw in ucma.c which allows for local privilege escalation. (bsc#1187050) - CVE-2021-0129: Fixed an improper access control in BlueZ that may have allowed an authenticated user to potentially enable information disclosure via adjacent access. (bsc#1186463) - CVE-2020-26558: Fixed a flaw in the Bluetooth LE and BR/EDR secure pairing that could permit a nearby man-in-the-middle attacker to identify the Passkey used during pairing. (bsc#1179610) - CVE-2020-36386: Fixed an out-of-bounds read in hci_extended_inquiry_result_evt. (bsc#1187038) - CVE-2020-24588: Fixed a bug that could allow an adversary to abuse devices that support receiving non-SSP A-MSDU frames to inject arbitrary network packets. (bsc#1185861) - CVE-2021-32399: Fixed a race condition in net/bluetooth/hci_request.c for removal of the HCI controller. (bsc#1184611) - CVE-2021-33034: Fixed an issue in net/bluetooth/hci_event.c where a use-after-free leads to writing an arbitrary value. (bsc#1186111) - CVE-2020-26139: Fixed a bug that allows an Access Point (AP) to forward EAPOL frames to other clients even though the sender has not yet successfully authenticated. This might be abused in projected Wi-Fi networks to launch denial-of-service attacks against connected clients and made it easier to exploit other vulnerabilities in connected clients. (bsc#1186062) - CVE-2021-23134: Fixed a use After Free vulnerability in nfc sockets which allows local attackers to elevate their privileges. (bsc#1186060) - CVE-2020-24586: Fixed a bug that, under the right circumstances, allows to inject arbitrary network packets and/or exfiltrate user data when another device sends fragmented frames encrypted using WEP, CCMP, or GCMP. (bsc#1185859) - CVE-2020-26141: Fixed a flaw that could allows an adversary to inject and possibly decrypt packets in WPA or WPA2 networks that support the TKIP data-confidentiality protocol. (bsc#1185987) - CVE-2020-26145: Fixed a bug in the WEP, WPA, WPA2, and WPA3 implementations that could allows an adversary to inject arbitrary network packets. (bsc#1185860) - CVE-2020-24587: Fixed a bug that allows an adversary to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed. (bsc#1185862) - CVE-2020-26147: Fixed a bug in the WEP, WPA, WPA2, and WPA3 implementations that could allows an adversary to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames. (bsc#1185987)
The following non-security bugs were fixed:
- Bluetooth: SMP: Fail if remote and local public keys are identical (git-fixes). - Drivers: hv: vmbus: Increase wait time for VMbus unload (bsc#1185724). - Drivers: hv: vmbus: Initialize unload_event statically (bsc#1185724). - hv_netvsc: Add handlers for ethtool get/set msg level (bsc#1175462). - hv_netvsc: avoid retry on send during shutdown (bsc#1175462). - hv_netvsc: avoid unnecessary wakeups on subchannel creation (bsc#1175462). - hv_netvsc: cancel subchannel setup before halting device (bsc#1175462). - hv_netvsc: change GPAD teardown order on older versions (bsc#1175462). - hv_netvsc: common detach logic (bsc#1175462). - hv_netvsc: delay setup of VF device (bsc#1175462). - hv_netvsc: disable NAPI before channel close (bsc#1175462). - hv_netvsc: Ensure correct teardown message sequence order (bsc#1175462). - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe() (bsc#1175462). - hv_netvsc: Fix a network regression after ifdown/ifup (bsc#1175462). - hv_netvsc: fix deadlock on hotplug (bsc#1175462). - hv_netvsc: Fix error handling in netvsc_attach() (bsc#1175462). - hv_netvsc: fix error unwind handling if vmbus_open fails (bsc#1175462). - hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback() (bsc#1175462). - hv_netvsc: fix handling of fallback to single queue mode (bsc#1175462). - hv_netvsc: Fix hash key value reset after other ops (bsc#1175462). - hv_netvsc: Fix IP header checksum for coalesced packets (bsc#1175462). - hv_netvsc: Fix net device attach on older Windows hosts (bsc#1175462). - hv_netvsc: fix network namespace issues with VF support (bsc#1175462). - hv_netvsc: Fix NULL dereference at single queue mode fallback (bsc#1175462). - hv_netvsc: fix race during initialization (bsc#1175462). - hv_netvsc: fix race on sub channel creation (bsc#1175462). - hv_netvsc: fix race that may miss tx queue wakeup (bsc#1175462). - hv_netvsc: fix schedule in RCU context (bsc#1175462). - hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload (bsc#1175462). - hv_netvsc: Fix tx_table init in rndis_set_subchannel() (bsc#1175462). - hv_netvsc: Fix unwanted wakeup after tx_disable (bsc#1175462). - hv_netvsc: Fix unwanted wakeup in netvsc_attach() (bsc#1175462). - hv_netvsc: flag software created hash value (bsc#1175462). - hv_netvsc: netvsc_teardown_gpadl() split (bsc#1175462). - hv_netvsc: only wake transmit queue if link is up (bsc#1175462). - hv_netvsc: pass netvsc_device to rndis halt (bsc#1175462). - hv_netvsc: preserve hw_features on mtu/channels/ringparam changes (bsc#1175462). - hv_netvsc: Refactor assignments of struct netvsc_device_info (bsc#1175462). - hv_netvsc: set master device (bsc#1175462). - hv_netvsc: Set tx_table to equal weight after subchannels open (bsc#1175462). - hv_netvsc: Simplify num_chn checking in rndis_filter_device_add() (bsc#1175462). - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl() (bsc#1175462). - hv_netvsc: split sub-channel setup into async and sync (bsc#1175462). - hv_netvsc: typo in NDIS RSS parameters structure (bsc#1175462). - hv_netvsc: use RCU to fix concurrent rx and queue changes (bsc#1175462). - hv_netvsc: use reciprocal divide to speed up percent calculation (bsc#1175462). - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown (bsc#1175462). - kgraft: truncate the output from state_show() sysfs attr (bsc#1186235). - mm, memory_hotplug: do not clear numa_node association after hot_remove (bsc#1115026). - mm: consider __HW_POISON pages when allocating from pcp lists (bsc#1187388). - scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes (bsc#1187193). - video: hyperv_fb: Add ratelimit on error message (bsc#1185724).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1002626 1010457 1012546 1014136 1022805 1026236 1027519 1031460 1034845 1036470 1037243 1037559 1042160 1042863 1042882 1042893 1042915 1042923 1042924 1042931 1042938 1043074 1043297 1058058 1111331 1115026 1119947 1129622 1130675 1133191 1136446 1137597 1175462 1179610 1184611 1185724 1185859 1185860 1185861 1185862 1185863 1185898 1185987 1186060 1186062 1186111 1186235 1186390 1186463 1187038 1187050 1187193 1187215 1187388 1187452 1187595 1187601 1187934 1188062 1188063 1188116 912434 912447 918342 924202 928321 930365 931693 931702 954204 967087 978061 979208 985860 CVE-2015-0138 CVE-2015-0192 CVE-2015-1798 CVE-2015-1799 CVE-2015-1914 CVE-2015-2698 CVE-2015-2808 CVE-2015-3405 CVE-2016-1246 CVE-2016-1249 CVE-2016-1251 CVE-2016-1523 CVE-2016-2099 CVE-2016-2399 CVE-2016-3714 CVE-2016-3715 CVE-2016-3716 CVE-2016-3717 CVE-2016-3718 CVE-2016-4463 CVE-2017-10911 CVE-2017-10912 CVE-2017-10913 CVE-2017-10914 CVE-2017-10915 CVE-2017-10916 CVE-2017-10917 CVE-2017-10918 CVE-2017-10920 CVE-2017-10921 CVE-2017-10922 CVE-2017-8112 CVE-2017-8309 CVE-2017-8779 CVE-2017-8905 CVE-2017-9330 CVE-2017-9374 CVE-2017-9503 CVE-2017-9798 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-16884 CVE-2018-20815 CVE-2019-11091 CVE-2019-11477 CVE-2019-11478 CVE-2019-11487 CVE-2019-3846 CVE-2019-9824 CVE-2020-24586 CVE-2020-24587 CVE-2020-24588 CVE-2020-26139 CVE-2020-26141 CVE-2020-26145 CVE-2020-26147 CVE-2020-26558 CVE-2020-36385 CVE-2020-36386 CVE-2021-0129 CVE-2021-0512 CVE-2021-0605 CVE-2021-22555 CVE-2021-23134 CVE-2021-32399 CVE-2021-33034 CVE-2021-33909 CVE-2021-34693 CVE-2021-3609 SUSE-SU-2015:0865-1 SUSE-SU-2015:1073-1 SUSE-SU-2015:2302-1 SUSE-SU-2016:0554-1 SUSE-SU-2016:1260-1 SUSE-SU-2016:2154-1 SUSE-SU-2017:0123-1 SUSE-SU-2017:0610-1 SUSE-SU-2017:1306-1 SUSE-SU-2017:1812-1 SUSE-SU-2017:2718-1 SUSE-SU-2019:0326-1 SUSE-SU-2019:1272-1 SUSE-SU-2021:2451-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 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 High Availability 12 SP3 SUSE Linux Enterprise High Performance Computing 12 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1 SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
xen-4.5.3_10-15.2 is installed
OR xen-devel-4.5.3_10-15.2 is installed
OR xen-doc-html-4.5.3_10-15.2 is installed
OR xen-kmp-default-4.5.3_10_k4.1.31_30-15.2 is installed
OR xen-libs-4.5.3_10-15.2 is installed
OR xen-libs-32bit-4.5.3_10-15.2 is installed
OR xen-tools-4.5.3_10-15.2 is installed
OR xen-tools-domU-4.5.3_10-15.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
audiofile-devel-0.3.6-9.5 is installed
OR libaudiofile1-0.3.6-9.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.9esr-0.7 is installed
OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
gnutls-2.4.1-24.39.60 is installed
OR libgnutls26-2.4.1-24.39.60 is installed
OR libgnutls26-32bit-2.4.1-24.39.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
curl-7.37.0-2.5 is installed
OR libcurl4-7.37.0-2.5 is installed
OR libcurl4-32bit-7.37.0-2.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
cron-4.2-58.3 is installed
OR cronie-1.4.11-58.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gnome-online-accounts-3.20.4-7.2 is installed
OR gnome-online-accounts-lang-3.20.4-7.2 is installed
OR libgoa-1_0-0-3.20.4-7.2 is installed
OR libgoa-1_0-0-32bit-3.20.4-7.2 is installed
OR libgoa-backend-1_0-1-3.20.4-7.2 is installed
OR typelib-1_0-Goa-1_0-3.20.4-7.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
augeas-1.2.0-15.3 is installed
OR augeas-lenses-1.2.0-15.3 is installed
OR libaugeas0-1.2.0-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND Package Information
cluster-md-kmp-default-4.4.180-94.147.1 is installed
OR dlm-kmp-default-4.4.180-94.147.1 is installed
OR gfs2-kmp-default-4.4.180-94.147.1 is installed
OR ocfs2-kmp-default-4.4.180-94.147.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-45 is installed
OR salt-api-2016.11.4-45 is installed
OR salt-bash-completion-2016.11.4-45 is installed
OR salt-cloud-2016.11.4-45 is installed
OR salt-doc-2016.11.4-45 is installed
OR salt-master-2016.11.4-45 is installed
OR salt-minion-2016.11.4-45 is installed
OR salt-proxy-2016.11.4-45 is installed
OR salt-ssh-2016.11.4-45 is installed
OR salt-syndic-2016.11.4-45 is installed
OR salt-zsh-completion-2016.11.4-45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.4-15 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.4-15 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.4-15 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.4-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.51-52.31 is installed
OR kernel-ec2-devel-3.12.51-52.31 is installed
OR kernel-ec2-extra-3.12.51-52.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-7 is installed
OR php5-5.5.14-7 is installed
OR php5-bcmath-5.5.14-7 is installed
OR php5-bz2-5.5.14-7 is installed
OR php5-calendar-5.5.14-7 is installed
OR php5-ctype-5.5.14-7 is installed
OR php5-curl-5.5.14-7 is installed
OR php5-dba-5.5.14-7 is installed
OR php5-dom-5.5.14-7 is installed
OR php5-enchant-5.5.14-7 is installed
OR php5-exif-5.5.14-7 is installed
OR php5-fastcgi-5.5.14-7 is installed
OR php5-fileinfo-5.5.14-7 is installed
OR php5-fpm-5.5.14-7 is installed
OR php5-ftp-5.5.14-7 is installed
OR php5-gd-5.5.14-7 is installed
OR php5-gettext-5.5.14-7 is installed
OR php5-gmp-5.5.14-7 is installed
OR php5-iconv-5.5.14-7 is installed
OR php5-intl-5.5.14-7 is installed
OR php5-json-5.5.14-7 is installed
OR php5-ldap-5.5.14-7 is installed
OR php5-mbstring-5.5.14-7 is installed
OR php5-mcrypt-5.5.14-7 is installed
OR php5-mysql-5.5.14-7 is installed
OR php5-odbc-5.5.14-7 is installed
OR php5-openssl-5.5.14-7 is installed
OR php5-pcntl-5.5.14-7 is installed
OR php5-pdo-5.5.14-7 is installed
OR php5-pear-5.5.14-7 is installed
OR php5-pgsql-5.5.14-7 is installed
OR php5-pspell-5.5.14-7 is installed
OR php5-shmop-5.5.14-7 is installed
OR php5-snmp-5.5.14-7 is installed
OR php5-soap-5.5.14-7 is installed
OR php5-sockets-5.5.14-7 is installed
OR php5-sqlite-5.5.14-7 is installed
OR php5-suhosin-5.5.14-7 is installed
OR php5-sysvmsg-5.5.14-7 is installed
OR php5-sysvsem-5.5.14-7 is installed
OR php5-sysvshm-5.5.14-7 is installed
OR php5-tokenizer-5.5.14-7 is installed
OR php5-wddx-5.5.14-7 is installed
OR php5-xmlreader-5.5.14-7 is installed
OR php5-xmlrpc-5.5.14-7 is installed
OR php5-xmlwriter-5.5.14-7 is installed
OR php5-xsl-5.5.14-7 is installed
OR php5-zip-5.5.14-7 is installed
OR php5-zlib-5.5.14-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.51.7 is installed
OR bind-chrootenv-9.9.6P1-0.51.7 is installed
OR bind-devel-9.9.6P1-0.51.7 is installed
OR bind-doc-9.9.6P1-0.51.7 is installed
OR bind-libs-9.9.6P1-0.51.7 is installed
OR bind-utils-9.9.6P1-0.51.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
cluster-network-1.4-2.32.2 is installed
OR cluster-network-kmp-rt-1.4_3.0.101_rt130_68-2.32.2 is installed
OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_68-2.32.2 is installed
OR drbd-kmp-8.4.4-0.27.2 is installed
OR drbd-kmp-rt-8.4.4_3.0.101_rt130_68-0.27.2 is installed
OR drbd-kmp-rt_trace-8.4.4_3.0.101_rt130_68-0.27.2 is installed
OR gfs2-2-0.24.2 is installed
OR gfs2-kmp-rt-2_3.0.101_rt130_68-0.24.2 is installed
OR gfs2-kmp-rt_trace-2_3.0.101_rt130_68-0.24.2 is installed
OR ocfs2-1.6-0.28.3 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_68-0.28.3 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_68-0.28.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
apache2-mod_php5-5.2.6-50.18 is installed
OR php5-5.2.6-50.18 is installed
OR php5-bcmath-5.2.6-50.18 is installed
OR php5-bz2-5.2.6-50.18 is installed
OR php5-calendar-5.2.6-50.18 is installed
OR php5-ctype-5.2.6-50.18 is installed
OR php5-curl-5.2.6-50.18 is installed
OR php5-dba-5.2.6-50.18 is installed
OR php5-dbase-5.2.6-50.18 is installed
OR php5-dom-5.2.6-50.18 is installed
OR php5-exif-5.2.6-50.18 is installed
OR php5-fastcgi-5.2.6-50.18 is installed
OR php5-ftp-5.2.6-50.18 is installed
OR php5-gd-5.2.6-50.18 is installed
OR php5-gettext-5.2.6-50.18 is installed
OR php5-gmp-5.2.6-50.18 is installed
OR php5-hash-5.2.6-50.18 is installed
OR php5-iconv-5.2.6-50.18 is installed
OR php5-json-5.2.6-50.18 is installed
OR php5-ldap-5.2.6-50.18 is installed
OR php5-mbstring-5.2.6-50.18 is installed
OR php5-mcrypt-5.2.6-50.18 is installed
OR php5-mysql-5.2.6-50.18 is installed
OR php5-odbc-5.2.6-50.18 is installed
OR php5-openssl-5.2.6-50.18 is installed
OR php5-pcntl-5.2.6-50.18 is installed
OR php5-pdo-5.2.6-50.18 is installed
OR php5-pear-5.2.6-50.18 is installed
OR php5-pgsql-5.2.6-50.18 is installed
OR php5-pspell-5.2.6-50.18 is installed
OR php5-shmop-5.2.6-50.18 is installed
OR php5-snmp-5.2.6-50.18 is installed
OR php5-soap-5.2.6-50.18 is installed
OR php5-suhosin-5.2.6-50.18 is installed
OR php5-sysvmsg-5.2.6-50.18 is installed
OR php5-sysvsem-5.2.6-50.18 is installed
OR php5-sysvshm-5.2.6-50.18 is installed
OR php5-tokenizer-5.2.6-50.18 is installed
OR php5-wddx-5.2.6-50.18 is installed
OR php5-xmlreader-5.2.6-50.18 is installed
OR php5-xmlrpc-5.2.6-50.18 is installed
OR php5-xmlwriter-5.2.6-50.18 is installed
OR php5-xsl-5.2.6-50.18 is installed
OR php5-zip-5.2.6-50.18 is installed
OR php5-zlib-5.2.6-50.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
apache2-mod_php5-5.2.6-50.18 is installed
OR php5-5.2.6-50.18 is installed
OR php5-bcmath-5.2.6-50.18 is installed
OR php5-bz2-5.2.6-50.18 is installed
OR php5-calendar-5.2.6-50.18 is installed
OR php5-ctype-5.2.6-50.18 is installed
OR php5-curl-5.2.6-50.18 is installed
OR php5-dba-5.2.6-50.18 is installed
OR php5-dbase-5.2.6-50.18 is installed
OR php5-dom-5.2.6-50.18 is installed
OR php5-exif-5.2.6-50.18 is installed
OR php5-fastcgi-5.2.6-50.18 is installed
OR php5-ftp-5.2.6-50.18 is installed
OR php5-gd-5.2.6-50.18 is installed
OR php5-gettext-5.2.6-50.18 is installed
OR php5-gmp-5.2.6-50.18 is installed
OR php5-hash-5.2.6-50.18 is installed
OR php5-iconv-5.2.6-50.18 is installed
OR php5-json-5.2.6-50.18 is installed
OR php5-ldap-5.2.6-50.18 is installed
OR php5-mbstring-5.2.6-50.18 is installed
OR php5-mcrypt-5.2.6-50.18 is installed
OR php5-mysql-5.2.6-50.18 is installed
OR php5-odbc-5.2.6-50.18 is installed
OR php5-openssl-5.2.6-50.18 is installed
OR php5-pcntl-5.2.6-50.18 is installed
OR php5-pdo-5.2.6-50.18 is installed
OR php5-pear-5.2.6-50.18 is installed
OR php5-pgsql-5.2.6-50.18 is installed
OR php5-pspell-5.2.6-50.18 is installed
OR php5-shmop-5.2.6-50.18 is installed
OR php5-snmp-5.2.6-50.18 is installed
OR php5-soap-5.2.6-50.18 is installed
OR php5-suhosin-5.2.6-50.18 is installed
OR php5-sysvmsg-5.2.6-50.18 is installed
OR php5-sysvsem-5.2.6-50.18 is installed
OR php5-sysvshm-5.2.6-50.18 is installed
OR php5-tokenizer-5.2.6-50.18 is installed
OR php5-wddx-5.2.6-50.18 is installed
OR php5-xmlreader-5.2.6-50.18 is installed
OR php5-xmlrpc-5.2.6-50.18 is installed
OR php5-xmlwriter-5.2.6-50.18 is installed
OR php5-xsl-5.2.6-50.18 is installed
OR php5-zip-5.2.6-50.18 is installed
OR php5-zlib-5.2.6-50.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
MozillaFirefox-10.0.6-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.6-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.6-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.6-0.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA 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 SP1-TERADATA 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 SP2 is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR libfreebl3-x86-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 is installed
OR mozilla-nss-x86-3.14-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR libfreebl3-x86-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 is installed
OR mozilla-nss-x86-3.14-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR libfreebl3-x86-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 is installed
OR mozilla-nss-x86-3.14-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.25 is installed
OR bind-chrootenv-9.9.6P1-0.25 is installed
OR bind-devel-9.9.6P1-0.25 is installed
OR bind-doc-9.9.6P1-0.25 is installed
OR bind-libs-9.9.6P1-0.25 is installed
OR bind-libs-32bit-9.9.6P1-0.25 is installed
OR bind-utils-9.9.6P1-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.25 is installed
OR bind-chrootenv-9.9.6P1-0.25 is installed
OR bind-devel-9.9.6P1-0.25 is installed
OR bind-doc-9.9.6P1-0.25 is installed
OR bind-libs-9.9.6P1-0.25 is installed
OR bind-libs-32bit-9.9.6P1-0.25 is installed
OR bind-utils-9.9.6P1-0.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
rsyslog-5.10.1-0.11 is installed
OR rsyslog-diag-tools-5.10.1-0.11 is installed
OR rsyslog-doc-5.10.1-0.11 is installed
OR rsyslog-module-gssapi-5.10.1-0.11 is installed
OR rsyslog-module-gtls-5.10.1-0.11 is installed
OR rsyslog-module-mysql-5.10.1-0.11 is installed
OR rsyslog-module-pgsql-5.10.1-0.11 is installed
OR rsyslog-module-relp-5.10.1-0.11 is installed
OR rsyslog-module-snmp-5.10.1-0.11 is installed
OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
rsyslog-5.10.1-0.11 is installed
OR rsyslog-diag-tools-5.10.1-0.11 is installed
OR rsyslog-doc-5.10.1-0.11 is installed
OR rsyslog-module-gssapi-5.10.1-0.11 is installed
OR rsyslog-module-gtls-5.10.1-0.11 is installed
OR rsyslog-module-mysql-5.10.1-0.11 is installed
OR rsyslog-module-pgsql-5.10.1-0.11 is installed
OR rsyslog-module-relp-5.10.1-0.11 is installed
OR rsyslog-module-snmp-5.10.1-0.11 is installed
OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
rsyslog-5.10.1-0.11 is installed
OR rsyslog-diag-tools-5.10.1-0.11 is installed
OR rsyslog-doc-5.10.1-0.11 is installed
OR rsyslog-module-gssapi-5.10.1-0.11 is installed
OR rsyslog-module-gtls-5.10.1-0.11 is installed
OR rsyslog-module-mysql-5.10.1-0.11 is installed
OR rsyslog-module-pgsql-5.10.1-0.11 is installed
OR rsyslog-module-relp-5.10.1-0.11 is installed
OR rsyslog-module-snmp-5.10.1-0.11 is installed
OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
rsyslog-5.10.1-0.11 is installed
OR rsyslog-diag-tools-5.10.1-0.11 is installed
OR rsyslog-doc-5.10.1-0.11 is installed
OR rsyslog-module-gssapi-5.10.1-0.11 is installed
OR rsyslog-module-gtls-5.10.1-0.11 is installed
OR rsyslog-module-mysql-5.10.1-0.11 is installed
OR rsyslog-module-pgsql-5.10.1-0.11 is installed
OR rsyslog-module-relp-5.10.1-0.11 is installed
OR rsyslog-module-snmp-5.10.1-0.11 is installed
OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
rsyslog-5.10.1-0.11 is installed
OR rsyslog-diag-tools-5.10.1-0.11 is installed
OR rsyslog-doc-5.10.1-0.11 is installed
OR rsyslog-module-gssapi-5.10.1-0.11 is installed
OR rsyslog-module-gtls-5.10.1-0.11 is installed
OR rsyslog-module-mysql-5.10.1-0.11 is installed
OR rsyslog-module-pgsql-5.10.1-0.11 is installed
OR rsyslog-module-relp-5.10.1-0.11 is installed
OR rsyslog-module-snmp-5.10.1-0.11 is installed
OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
Mesa-9.0.3-0.19 is installed
OR Mesa-32bit-9.0.3-0.19 is installed
OR Mesa-x86-9.0.3-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
Mesa-9.0.3-0.19 is installed
OR Mesa-32bit-9.0.3-0.19 is installed
OR Mesa-x86-9.0.3-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
Mesa-9.0.3-0.19 is installed
OR Mesa-32bit-9.0.3-0.19 is installed
OR Mesa-x86-9.0.3-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
dbus-1-1.2.10-3.27 is installed
OR dbus-1-32bit-1.2.10-3.27 is installed
OR dbus-1-x11-1.2.10-3.27 is installed
OR dbus-1-x86-1.2.10-3.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.79 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79 is installed
OR kernel-default-3.0.101-0.47.79 is installed
OR kernel-default-base-3.0.101-0.47.79 is installed
OR kernel-default-devel-3.0.101-0.47.79 is installed
OR kernel-default-man-3.0.101-0.47.79 is installed
OR kernel-ec2-3.0.101-0.47.79 is installed
OR kernel-ec2-base-3.0.101-0.47.79 is installed
OR kernel-ec2-devel-3.0.101-0.47.79 is installed
OR kernel-pae-3.0.101-0.47.79 is installed
OR kernel-pae-base-3.0.101-0.47.79 is installed
OR kernel-pae-devel-3.0.101-0.47.79 is installed
OR kernel-source-3.0.101-0.47.79 is installed
OR kernel-syms-3.0.101-0.47.79 is installed
OR kernel-trace-3.0.101-0.47.79 is installed
OR kernel-trace-base-3.0.101-0.47.79 is installed
OR kernel-trace-devel-3.0.101-0.47.79 is installed
OR kernel-xen-3.0.101-0.47.79 is installed
OR kernel-xen-base-3.0.101-0.47.79 is installed
OR kernel-xen-devel-3.0.101-0.47.79 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.79 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79 is installed
OR kernel-default-3.0.101-0.47.79 is installed
OR kernel-default-base-3.0.101-0.47.79 is installed
OR kernel-default-devel-3.0.101-0.47.79 is installed
OR kernel-default-man-3.0.101-0.47.79 is installed
OR kernel-ec2-3.0.101-0.47.79 is installed
OR kernel-ec2-base-3.0.101-0.47.79 is installed
OR kernel-ec2-devel-3.0.101-0.47.79 is installed
OR kernel-pae-3.0.101-0.47.79 is installed
OR kernel-pae-base-3.0.101-0.47.79 is installed
OR kernel-pae-devel-3.0.101-0.47.79 is installed
OR kernel-source-3.0.101-0.47.79 is installed
OR kernel-syms-3.0.101-0.47.79 is installed
OR kernel-trace-3.0.101-0.47.79 is installed
OR kernel-trace-base-3.0.101-0.47.79 is installed
OR kernel-trace-devel-3.0.101-0.47.79 is installed
OR kernel-xen-3.0.101-0.47.79 is installed
OR kernel-xen-base-3.0.101-0.47.79 is installed
OR kernel-xen-devel-3.0.101-0.47.79 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.86.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.86.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.86.1 is installed
OR kernel-default-3.0.101-0.47.86.1 is installed
OR kernel-default-base-3.0.101-0.47.86.1 is installed
OR kernel-default-devel-3.0.101-0.47.86.1 is installed
OR kernel-default-man-3.0.101-0.47.86.1 is installed
OR kernel-ec2-3.0.101-0.47.86.1 is installed
OR kernel-ec2-base-3.0.101-0.47.86.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.86.1 is installed
OR kernel-pae-3.0.101-0.47.86.1 is installed
OR kernel-pae-base-3.0.101-0.47.86.1 is installed
OR kernel-pae-devel-3.0.101-0.47.86.1 is installed
OR kernel-source-3.0.101-0.47.86.1 is installed
OR kernel-syms-3.0.101-0.47.86.1 is installed
OR kernel-trace-3.0.101-0.47.86.1 is installed
OR kernel-trace-base-3.0.101-0.47.86.1 is installed
OR kernel-trace-devel-3.0.101-0.47.86.1 is installed
OR kernel-xen-3.0.101-0.47.86.1 is installed
OR kernel-xen-base-3.0.101-0.47.86.1 is installed
OR kernel-xen-devel-3.0.101-0.47.86.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libopenssl0_9_8-0.9.8j-0.106.21 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.21 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.21 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.21 is installed
OR openssl-0.9.8j-0.106.21 is installed
OR openssl-doc-0.9.8j-0.106.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libopenssl0_9_8-0.9.8j-0.106.21 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.21 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.21 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.21 is installed
OR openssl-0.9.8j-0.106.21 is installed
OR openssl-doc-0.9.8j-0.106.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
libpng12-0-1.2.31-5.33 is installed
OR libpng12-0-32bit-1.2.31-5.33 is installed
OR libpng12-0-x86-1.2.31-5.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libldap-openssl1-2_4-2-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.35 is installed
OR openldap2-client-openssl1-2.4.26-0.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libldap-openssl1-2_4-2-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.35 is installed
OR openldap2-client-openssl1-2.4.26-0.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libsnmp15-openssl1-5.4.2.1-8.12.31 is installed
OR libsnmp15-openssl1-32bit-5.4.2.1-8.12.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ntp-4.2.6p5-44 is installed
OR ntp-doc-4.2.6p5-44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ntp-4.2.6p5-44 is installed
OR ntp-doc-4.2.6p5-44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
libpng16-1.6.8-11 is installed
OR libpng16-16-1.6.8-11 is installed
OR libpng16-16-32bit-1.6.8-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
krb5-1.12.1-22 is installed
OR krb5-32bit-1.12.1-22 is installed
OR krb5-client-1.12.1-22 is installed
OR krb5-doc-1.12.1-22 is installed
OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
OR krb5-plugin-preauth-otp-1.12.1-22 is installed
OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
OR krb5-server-1.12.1-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
krb5-1.12.1-22 is installed
OR krb5-32bit-1.12.1-22 is installed
OR krb5-client-1.12.1-22 is installed
OR krb5-doc-1.12.1-22 is installed
OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
OR krb5-plugin-preauth-otp-1.12.1-22 is installed
OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
OR krb5-server-1.12.1-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libz1-1.2.8-6.3 is installed
OR libz1-32bit-1.2.8-6.3 is installed
OR zlib-1.2.8-6.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
xen-4.5.5_12-22.18 is installed
OR xen-doc-html-4.5.5_12-22.18 is installed
OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18 is installed
OR xen-libs-4.5.5_12-22.18 is installed
OR xen-libs-32bit-4.5.5_12-22.18 is installed
OR xen-tools-4.5.5_12-22.18 is installed
OR xen-tools-domU-4.5.5_12-22.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
xen-4.5.5_12-22.18 is installed
OR xen-doc-html-4.5.5_12-22.18 is installed
OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18 is installed
OR xen-libs-4.5.5_12-22.18 is installed
OR xen-libs-32bit-4.5.5_12-22.18 is installed
OR xen-tools-4.5.5_12-22.18 is installed
OR xen-tools-domU-4.5.5_12-22.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_40-default-11-2 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-11-2 is installed
OR kgraft-patch-SLE12-SP1_Update_15-11-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
ghostscript-9.15-17 is installed
OR ghostscript-x11-9.15-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
ghostscript-9.15-17 is installed
OR ghostscript-x11-9.15-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND xdg-utils-20140630-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
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
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_29-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_29-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libical-1.0.1-16.3 is installed
OR libical1-1.0.1-16.3 is installed
OR libical1-32bit-1.0.1-16.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libical-1.0.1-16.3 is installed
OR libical1-1.0.1-16.3 is installed
OR libical1-32bit-1.0.1-16.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
cups-1.7.5-19 is installed
OR cups-client-1.7.5-19 is installed
OR cups-libs-1.7.5-19 is installed
OR cups-libs-32bit-1.7.5-19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libpolkit0-0.113-5.18 is installed
OR polkit-0.113-5.18 is installed
OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libpolkit0-0.113-5.18 is installed
OR polkit-0.113-5.18 is installed
OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_143-94_47-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_16-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_143-94_47-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_16-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libgcrypt-1.6.1-16.62 is installed
OR libgcrypt20-1.6.1-16.62 is installed
OR libgcrypt20-32bit-1.6.1-16.62 is installed
OR libgcrypt20-hmac-1.6.1-16.62 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libgcrypt-1.6.1-16.62 is installed
OR libgcrypt20-1.6.1-16.62 is installed
OR libgcrypt20-32bit-1.6.1-16.62 is installed
OR libgcrypt20-hmac-1.6.1-16.62 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.62 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libwireshark9-2.4.11-48.35 is installed
OR libwiretap7-2.4.11-48.35 is installed
OR libwscodecs1-2.4.11-48.35 is installed
OR libwsutil8-2.4.11-48.35 is installed
OR wireshark-2.4.11-48.35 is installed
OR wireshark-gtk-2.4.11-48.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libwireshark9-2.4.11-48.35 is installed
OR libwiretap7-2.4.11-48.35 is installed
OR libwscodecs1-2.4.11-48.35 is installed
OR libwsutil8-2.4.11-48.35 is installed
OR wireshark-2.4.11-48.35 is installed
OR wireshark-gtk-2.4.11-48.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
qemu-2.0.2-48.52 is installed
OR qemu-block-curl-2.0.2-48.52 is installed
OR qemu-block-rbd-2.0.2-48.52 is installed
OR qemu-guest-agent-2.0.2-48.52 is installed
OR qemu-ipxe-1.0.0-48.52 is installed
OR qemu-kvm-2.0.2-48.52 is installed
OR qemu-lang-2.0.2-48.52 is installed
OR qemu-ppc-2.0.2-48.52 is installed
OR qemu-s390-2.0.2-48.52 is installed
OR qemu-seabios-1.7.4-48.52 is installed
OR qemu-sgabios-8-48.52 is installed
OR qemu-tools-2.0.2-48.52 is installed
OR qemu-vgabios-1.7.4-48.52 is installed
OR qemu-x86-2.0.2-48.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
qemu-2.0.2-48.52 is installed
OR qemu-block-curl-2.0.2-48.52 is installed
OR qemu-block-rbd-2.0.2-48.52 is installed
OR qemu-guest-agent-2.0.2-48.52 is installed
OR qemu-ipxe-1.0.0-48.52 is installed
OR qemu-kvm-2.0.2-48.52 is installed
OR qemu-lang-2.0.2-48.52 is installed
OR qemu-ppc-2.0.2-48.52 is installed
OR qemu-s390-2.0.2-48.52 is installed
OR qemu-seabios-1.7.4-48.52 is installed
OR qemu-sgabios-8-48.52 is installed
OR qemu-tools-2.0.2-48.52 is installed
OR qemu-vgabios-1.7.4-48.52 is installed
OR qemu-x86-2.0.2-48.52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_55-52_45-default-3-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_13-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
at-3.1.14-7 is installed
OR flex-2.5.37-8 is installed
OR libQtWebKit4-4.8.6+2.3.3-3 is installed
OR libbonobo-2.32.1-16 is installed
OR libbonobo-doc-2.32.1-16 is installed
OR libbonobo-lang-2.32.1-16 is installed
OR libkde4-4.12.0-7 is installed
OR libkdecore4-4.12.0-7 is installed
OR libksuseinstall1-4.12.0-7 is installed
OR libnetpbm11-10.66.3-4 is installed
OR netpbm-10.66.3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
AND Package Information
java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
lighttpd-1.4.20-2.58 is installed
OR lighttpd-mod_cml-1.4.20-2.58 is installed
OR lighttpd-mod_magnet-1.4.20-2.58 is installed
OR lighttpd-mod_mysql_vhost-1.4.20-2.58 is installed
OR lighttpd-mod_rrdtool-1.4.20-2.58 is installed
OR lighttpd-mod_trigger_b4_dl-1.4.20-2.58 is installed
OR lighttpd-mod_webdav-1.4.20-2.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
xorg-x11-server-7.6_1.15.2-53.3 is installed
OR xorg-x11-server-extra-7.6_1.15.2-53.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
php53-devel-5.3.8-0.43 is installed
OR php53-imap-5.3.8-0.43 is installed
OR php53-posix-5.3.8-0.43 is installed
OR php53-readline-5.3.8-0.43 is installed
OR php53-sockets-5.3.8-0.43 is installed
OR php53-sqlite-5.3.8-0.43 is installed
OR php53-tidy-5.3.8-0.43 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
gtk2-2.18.9-0.39 is installed
OR gtk2-devel-2.18.9-0.39 is installed
OR gtk2-devel-32bit-2.18.9-0.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-devel-1.6.1-83.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
gimp-2.8.10-1 is installed
OR gimp-lang-2.8.10-1 is installed
OR gimp-plugins-python-2.8.10-1 is installed
OR libgimp-2_0-0-2.8.10-1 is installed
OR libgimpui-2_0-0-2.8.10-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gcc48-gij-4.8.5-24 is installed
OR gcc48-gij-32bit-4.8.5-24 is installed
OR libgcj48-4.8.5-24 is installed
OR libgcj48-32bit-4.8.5-24 is installed
OR libgcj48-jar-4.8.5-24 is installed
OR libgcj_bc1-4.8.5-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND gnome-shell-calendar-3.20.4-70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
NetworkManager-1.0.12-12 is installed
OR NetworkManager-lang-1.0.12-12 is installed
OR typelib-1_0-NM-1_0-1.0.12-12 is installed
|