Revision Date: | 2022-07-08 | Version: | 1 |
Title: | Security update for containerd, docker and runc (Important) |
Description: | This update for containerd, docker and runc fixes the following issues:
containerd:
- CVE-2022-31030: Fixed denial of service via invocation of the ExecSync API (bsc#1200145)
docker:
- Update to Docker 20.10.17-ce. See upstream changelog online at https://docs.docker.com/engine/release-notes/#201017. (bsc#1200145)
runc:
Update to runc v1.1.3.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.3.
* Our seccomp `-ENOSYS` stub now correctly handles multiplexed syscalls on s390 and s390x. This solves the issue where syscalls the host kernel did not support would return `-EPERM` despite the existence of the `-ENOSYS` stub code (this was due to how s390x does syscall multiplexing). * Retry on dbus disconnect logic in libcontainer/cgroups/systemd now works as intended; this fix does not affect runc binary itself but is important for libcontainer users such as Kubernetes. * Inability to compile with recent clang due to an issue with duplicate constants in libseccomp-golang. * When using systemd cgroup driver, skip adding device paths that don't exist, to stop systemd from emitting warnings about those paths. * Socket activation was failing when more than 3 sockets were used. * Various CI fixes. * Allow to bind mount /proc/sys/kernel/ns_last_pid to inside container. - Fixed issues with newer syscalls (namely faccessat2) on older kernels on s390(x) caused by that platform's syscall multiplexing semantics. (bsc#1192051 bsc#1199565)
Update to runc v1.1.2.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.2.
Security issue fixed:
- CVE-2022-29162: A bug was found in runc where runc exec --cap executed processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment. (bsc#1199460)
- `runc spec` no longer sets any inheritable capabilities in the created example OCI spec (`config.json`) file.
Update to runc v1.1.1.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.1.
* runc run/start can now run a container with read-only /dev in OCI spec, rather than error out. (#3355) * runc exec now ensures that --cgroup argument is a sub-cgroup. (#3403) libcontainer systemd v2 manager no longer errors out if one of the files listed in /sys/kernel/cgroup/delegate do not exist in container's cgroup. (#3387, #3404) * Loosen OCI spec validation to avoid bogus 'Intel RDT is not supported' error. (#3406) * libcontainer/cgroups no longer panics in cgroup v1 managers if stat of /sys/fs/cgroup/unified returns an error other than ENOENT. (#3435)
Update to runc v1.1.0.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0.
- libcontainer will now refuse to build without the nsenter package being correctly compiled (specifically this requires CGO to be enabled). This should avoid folks accidentally creating broken runc binaries (and incorrectly importing our internal libraries into their projects). (#3331)
Update to runc v1.1.0~rc1.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0-rc.1.
+ Add support for RDMA cgroup added in Linux 4.11. * runc exec now produces exit code of 255 when the exec failed. This may help in distinguishing between runc exec failures (such as invalid options, non-running container or non-existent binary etc.) and failures of the command being executed. + runc run: new --keep option to skip removal exited containers artefacts. This might be useful to check the state (e.g. of cgroup controllers) after the container hasexited. + seccomp: add support for SCMP_ACT_KILL_PROCESS and SCMP_ACT_KILL_THREAD (the latter is just an alias for SCMP_ACT_KILL). + seccomp: add support for SCMP_ACT_NOTIFY (seccomp actions). This allows users to create sophisticated seccomp filters where syscalls can be efficiently emulated by privileged processes on the host. + checkpoint/restore: add an option (--lsm-mount-context) to set a different LSM mount context on restore. + intelrdt: support ClosID parameter. + runc exec --cgroup: an option to specify a (non-top) in-container cgroup to use for the process being executed. + cgroup v1 controllers now support hybrid hierarchy (i.e. when on a cgroup v1 machine a cgroup2 filesystem is mounted to /sys/fs/cgroup/unified, runc run/exec now adds the container to the appropriate cgroup under it). + sysctl: allow slashes in sysctl names, to better match sysctl(8)'s behaviour. + mounts: add support for bind-mounts which are inaccessible after switching the user namespace. Note that this does not permit the container any additional access to the host filesystem, it simply allows containers to have bind-mounts configured for paths the user can access but have restrictive access control settings for other users. + Add support for recursive mount attributes using mount_setattr(2). These have the same names as the proposed mount(8) options -- just prepend r to the option name (such as rro). + Add runc features subcommand to allow runc users to detect what features runc has been built with. This includes critical information such as supported mount flags, hook names, and so on. Note that the output of this command is subject to change and will not be considered stable until runc 1.2 at the earliest. The runtime-spec specification for this feature is being developed in opencontainers/runtime-spec#1130. * system: improve performance of /proc/$pid/stat parsing. * cgroup2: when /sys/fs/cgroup is configured as a read-write mount, change the ownership of certain cgroup control files (as per /sys/kernel/cgroup/delegate) to allow for proper deferral to the container process. * runc checkpoint/restore: fixed for containers with an external bind mount which destination is a symlink. * cgroup: improve openat2 handling for cgroup directory handle hardening. runc delete -f now succeeds (rather than timing out) on a paused container. * runc run/start/exec now refuses a frozen cgroup (paused container in case of exec). Users can disable this using --ignore-paused. - Update version data embedded in binary to correctly include the git commit of the release.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012260 1021315 1021577 1026191 1038505 1041469 1041894 1049703 1051643 1051644 1057662 1061204 1064786 1065464 1066489 1073210 1076017 1076391 1078436 1081725 1083488 1083926 1083927 1085114 1085447 1087102 1091551 1092548 1092697 1094767 1096515 1102682 1103203 1107343 1108771 1108986 1109363 1109465 1110506 1110507 1125330 1127987 1129821 1130262 1131390 1133191 1133375 1136446 1136935 1137597 1138872 1140747 1144903 1151021 1153108 1153158 1153161 1192051 1199460 1199565 1200088 1200145 703591 839074 857131 893359 904970 907150 920615 920633 930408 CVE-2008-2371 CVE-2008-4316 CVE-2016-10164 CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843 CVE-2017-1000100 CVE-2017-1000101 CVE-2017-1289 CVE-2017-13166 CVE-2017-16541 CVE-2017-3509 CVE-2017-3511 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 CVE-2018-0739 CVE-2018-1000004 CVE-2018-1068 CVE-2018-12376 CVE-2018-12377 CVE-2018-12378 CVE-2018-12379 CVE-2018-12381 CVE-2018-12383 CVE-2018-12385 CVE-2018-12386 CVE-2018-12387 CVE-2018-14734 CVE-2018-18335 CVE-2018-18356 CVE-2018-18506 CVE-2018-5150 CVE-2018-5154 CVE-2018-5155 CVE-2018-5157 CVE-2018-5158 CVE-2018-5159 CVE-2018-5168 CVE-2018-5174 CVE-2018-5178 CVE-2018-5183 CVE-2018-5390 CVE-2018-5711 CVE-2018-5729 CVE-2018-5730 CVE-2018-7566 CVE-2019-10220 CVE-2019-11477 CVE-2019-11477 CVE-2019-11478 CVE-2019-11478 CVE-2019-11487 CVE-2019-11487 CVE-2019-11708 CVE-2019-14835 CVE-2019-17133 CVE-2019-3846 CVE-2019-3846 CVE-2019-5785 CVE-2019-9788 CVE-2019-9790 CVE-2019-9791 CVE-2019-9792 CVE-2019-9793 CVE-2019-9794 CVE-2019-9795 CVE-2019-9796 CVE-2019-9801 CVE-2019-9810 CVE-2019-9813 CVE-2019-9928 CVE-2022-29162 CVE-2022-31030 SUSE-SU-2017:0467-1 SUSE-SU-2017:1385-1 SUSE-SU-2017:2174-1 SUSE-SU-2018:0260-1 SUSE-SU-2018:0846-1 SUSE-SU-2018:0902-1 SUSE-SU-2018:0994-1 SUSE-SU-2018:1334-1 SUSE-SU-2018:3591-1 SUSE-SU-2019:0852-1 SUSE-SU-2019:1422-1 SUSE-SU-2019:1600-1 SUSE-SU-2019:1684-1 SUSE-SU-2019:2821-1 SUSE-SU-2022:2341-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Micro 5.1 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for CAP 15 SP1 SUSE Linux Enterprise Module for Containers 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for High Performance Computing 15 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 Python2 packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Module for Web Scripting 15 SP1 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-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 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-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 Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
alsa-1.1.5-lp150.4 is installed
OR libasound2-1.1.5-lp150.4 is installed
OR libasound2-32bit-1.1.5-lp150.4 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
cpio-2.11-37 is installed
OR cpio-lang-2.11-37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.9-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.9-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
libldb1-3.6.3-0.52 is installed
OR libldb1-32bit-3.6.3-0.52 is installed
OR libsmbclient0-3.6.3-0.52 is installed
OR libsmbclient0-32bit-3.6.3-0.52 is installed
OR libtalloc2-3.6.3-0.52 is installed
OR libtalloc2-32bit-3.6.3-0.52 is installed
OR libtdb1-3.6.3-0.52 is installed
OR libtdb1-32bit-3.6.3-0.52 is installed
OR libtevent0-3.6.3-0.52 is installed
OR libtevent0-32bit-3.6.3-0.52 is installed
OR libwbclient0-3.6.3-0.52 is installed
OR libwbclient0-32bit-3.6.3-0.52 is installed
OR samba-3.6.3-0.52 is installed
OR samba-32bit-3.6.3-0.52 is installed
OR samba-client-3.6.3-0.52 is installed
OR samba-client-32bit-3.6.3-0.52 is installed
OR samba-doc-3.6.3-0.52 is installed
OR samba-krb-printing-3.6.3-0.52 is installed
OR samba-winbind-3.6.3-0.52 is installed
OR samba-winbind-32bit-3.6.3-0.52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND xscreensaver-5.07-6.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dia-0.97.2-13 is installed
OR dia-lang-0.97.2-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
kernel-firmware-20170530-21.13 is installed
OR ucode-amd-20170530-21.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
compat-openssl098-0.9.8j-106.9 is installed
OR libopenssl0_9_8-0.9.8j-106.9 is installed
OR libopenssl0_9_8-32bit-0.9.8j-106.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Micro 5.1 is installed
AND Package Information
containerd-1.6.6-150000.73.2 is installed
OR docker-20.10.17_ce-150000.166.1 is installed
OR runc-1.1.3-150000.30.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND iputils-s20161105-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
coreutils-8.29-2 is installed
OR coreutils-lang-8.29-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for CAP 15 SP1 is installed
AND cf-cli-6.43.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND helm-mirror-0.2.1-1.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libQt5OpenGLExtensions-devel-static-5.9.4-6 is installed
OR libQt5Sql5-mysql-5.9.4-6 is installed
OR libQt5Sql5-postgresql-5.9.4-6 is installed
OR libQt5Sql5-unixODBC-5.9.4-6 is installed
OR libqt5-qtbase-platformtheme-gtk3-5.9.4-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
gd-2.2.5-4.6 is installed
OR gd-devel-2.2.5-4.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND perl-DNS-LDNS-1.7.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
crash-7.2.1-7 is installed
OR crash-devel-7.2.1-7 is installed
OR crash-kmp-default-7.2.1_k4.12.14_195-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
python2-numpy-gnu-hpc-1.14.0-2 is installed
OR python2-numpy-gnu-hpc-devel-1.14.0-2 is installed
OR python2-numpy_1_14_0-gnu-hpc-1.14.0-2 is installed
OR python2-numpy_1_14_0-gnu-hpc-devel-1.14.0-2 is installed
OR python3-numpy-gnu-hpc-1.14.0-2 is installed
OR python3-numpy-gnu-hpc-devel-1.14.0-2 is installed
OR python3-numpy_1_14_0-gnu-hpc-1.14.0-2 is installed
OR python3-numpy_1_14_0-gnu-hpc-devel-1.14.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.35-3.20 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.35-3.20 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.35-3.20 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.35-3.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-default-4.12.14-25.3 is installed
OR kernel-default-livepatch-4.12.14-25.3 is installed
OR kernel-livepatch-4_12_14-25_3-default-1-1.3 is installed
OR kernel-livepatch-SLE15_Update_1-1-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
evince-3.26.0+20180128.1bd86963-4.10 is installed
OR evince-plugin-comicsdocument-3.26.0+20180128.1bd86963-4.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
bzip2-1.0.6-5.3 is installed
OR bzip2-doc-1.0.6-5.3 is installed
OR libbz2-devel-32bit-1.0.6-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND python2-Jinja2-2.10.1-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
qemu-2.11.1-7 is installed
OR qemu-block-curl-2.11.1-7 is installed
OR qemu-block-iscsi-2.11.1-7 is installed
OR qemu-block-rbd-2.11.1-7 is installed
OR qemu-block-ssh-2.11.1-7 is installed
OR qemu-guest-agent-2.11.1-7 is installed
OR qemu-ipxe-1.0.0-7 is installed
OR qemu-kvm-2.11.1-7 is installed
OR qemu-lang-2.11.1-7 is installed
OR qemu-seabios-1.11.0-7 is installed
OR qemu-sgabios-8-7 is installed
OR qemu-vgabios-1.11.0-7 is installed
OR qemu-x86-2.11.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
krb5-plugin-kdb-ldap-1.16.3-1 is installed
OR krb5-server-1.16.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND xalan-j2-2.7.2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
AND Package Information
apache2-mod_php7-7.2.5-4.35 is installed
OR php7-7.2.5-4.35 is installed
OR php7-bcmath-7.2.5-4.35 is installed
OR php7-bz2-7.2.5-4.35 is installed
OR php7-calendar-7.2.5-4.35 is installed
OR php7-ctype-7.2.5-4.35 is installed
OR php7-curl-7.2.5-4.35 is installed
OR php7-dba-7.2.5-4.35 is installed
OR php7-devel-7.2.5-4.35 is installed
OR php7-dom-7.2.5-4.35 is installed
OR php7-enchant-7.2.5-4.35 is installed
OR php7-exif-7.2.5-4.35 is installed
OR php7-fastcgi-7.2.5-4.35 is installed
OR php7-fileinfo-7.2.5-4.35 is installed
OR php7-fpm-7.2.5-4.35 is installed
OR php7-ftp-7.2.5-4.35 is installed
OR php7-gd-7.2.5-4.35 is installed
OR php7-gettext-7.2.5-4.35 is installed
OR php7-gmp-7.2.5-4.35 is installed
OR php7-iconv-7.2.5-4.35 is installed
OR php7-intl-7.2.5-4.35 is installed
OR php7-json-7.2.5-4.35 is installed
OR php7-ldap-7.2.5-4.35 is installed
OR php7-mbstring-7.2.5-4.35 is installed
OR php7-mysql-7.2.5-4.35 is installed
OR php7-odbc-7.2.5-4.35 is installed
OR php7-opcache-7.2.5-4.35 is installed
OR php7-openssl-7.2.5-4.35 is installed
OR php7-pcntl-7.2.5-4.35 is installed
OR php7-pdo-7.2.5-4.35 is installed
OR php7-pear-7.2.5-4.35 is installed
OR php7-pear-Archive_Tar-7.2.5-4.35 is installed
OR php7-pgsql-7.2.5-4.35 is installed
OR php7-phar-7.2.5-4.35 is installed
OR php7-posix-7.2.5-4.35 is installed
OR php7-shmop-7.2.5-4.35 is installed
OR php7-snmp-7.2.5-4.35 is installed
OR php7-soap-7.2.5-4.35 is installed
OR php7-sockets-7.2.5-4.35 is installed
OR php7-sqlite-7.2.5-4.35 is installed
OR php7-sysvmsg-7.2.5-4.35 is installed
OR php7-sysvsem-7.2.5-4.35 is installed
OR php7-sysvshm-7.2.5-4.35 is installed
OR php7-tokenizer-7.2.5-4.35 is installed
OR php7-wddx-7.2.5-4.35 is installed
OR php7-xmlreader-7.2.5-4.35 is installed
OR php7-xmlrpc-7.2.5-4.35 is installed
OR php7-xmlwriter-7.2.5-4.35 is installed
OR php7-xsl-7.2.5-4.35 is installed
OR php7-zip-7.2.5-4.35 is installed
OR php7-zlib-7.2.5-4.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
ruby-1.8.7.p357-0.9.15 is installed
OR ruby-doc-html-1.8.7.p357-0.9.15 is installed
OR ruby-tk-1.8.7.p357-0.9.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ruby-1.8.7.p357-0.9.15 is installed
OR ruby-doc-html-1.8.7.p357-0.9.15 is installed
OR ruby-tk-1.8.7.p357-0.9.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
glib2-2.22.5-0.8.8.1 is installed
OR glib2-doc-2.22.5-0.8.8.1 is installed
OR glib2-lang-2.22.5-0.8.8.1 is installed
OR libgio-2_0-0-2.22.5-0.8.8.1 is installed
OR libgio-2_0-0-32bit-2.22.5-0.8.8.1 is installed
OR libgio-2_0-0-x86-2.22.5-0.8.8.1 is installed
OR libglib-2_0-0-2.22.5-0.8.8.1 is installed
OR libglib-2_0-0-32bit-2.22.5-0.8.8.1 is installed
OR libglib-2_0-0-x86-2.22.5-0.8.8.1 is installed
OR libgmodule-2_0-0-2.22.5-0.8.8.1 is installed
OR libgmodule-2_0-0-32bit-2.22.5-0.8.8.1 is installed
OR libgmodule-2_0-0-x86-2.22.5-0.8.8.1 is installed
OR libgobject-2_0-0-2.22.5-0.8.8.1 is installed
OR libgobject-2_0-0-32bit-2.22.5-0.8.8.1 is installed
OR libgobject-2_0-0-x86-2.22.5-0.8.8.1 is installed
OR libgthread-2_0-0-2.22.5-0.8.8.1 is installed
OR libgthread-2_0-0-32bit-2.22.5-0.8.8.1 is installed
OR libgthread-2_0-0-x86-2.22.5-0.8.8.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
libxslt-1.1.24-19.34.3 is installed
OR libxslt-32bit-1.1.24-19.34.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
cpp48-4.8.3+r212056-6 is installed
OR gcc48-4.8.3+r212056-6 is installed
OR gcc48-32bit-4.8.3+r212056-6 is installed
OR gcc48-c++-4.8.3+r212056-6 is installed
OR gcc48-info-4.8.3+r212056-6 is installed
OR gcc48-locale-4.8.3+r212056-6 is installed
OR libasan0-4.8.3+r212056-6 is installed
OR libasan0-32bit-4.8.3+r212056-6 is installed
OR libatomic1-4.8.3+r212056-6 is installed
OR libatomic1-32bit-4.8.3+r212056-6 is installed
OR libffi4-4.8.3+r212056-6 is installed
OR libffi4-32bit-4.8.3+r212056-6 is installed
OR libgcc_s1-4.8.3+r212056-6 is installed
OR libgcc_s1-32bit-4.8.3+r212056-6 is installed
OR libgfortran3-4.8.3+r212056-6 is installed
OR libgomp1-4.8.3+r212056-6 is installed
OR libgomp1-32bit-4.8.3+r212056-6 is installed
OR libitm1-4.8.3+r212056-6 is installed
OR libitm1-32bit-4.8.3+r212056-6 is installed
OR libquadmath0-4.8.3+r212056-6 is installed
OR libstdc++48-devel-4.8.3+r212056-6 is installed
OR libstdc++48-devel-32bit-4.8.3+r212056-6 is installed
OR libstdc++6-4.8.3+r212056-6 is installed
OR libstdc++6-32bit-4.8.3+r212056-6 is installed
OR libtsan0-4.8.3+r212056-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND apache2-mod_nss-1.0.8-13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
MozillaFirefox-60.2.2esr-109.46 is installed
OR MozillaFirefox-branding-SLE-60-32.3 is installed
OR MozillaFirefox-devel-60.2.2esr-109.46 is installed
OR MozillaFirefox-translations-common-60.2.2esr-109.46 is installed
OR apache2-mod_nss-1.0.14-19.6 is installed
OR libfreebl3-3.36.4-58.15 is installed
OR libfreebl3-32bit-3.36.4-58.15 is installed
OR libfreebl3-hmac-3.36.4-58.15 is installed
OR libfreebl3-hmac-32bit-3.36.4-58.15 is installed
OR libsoftokn3-3.36.4-58.15 is installed
OR libsoftokn3-32bit-3.36.4-58.15 is installed
OR libsoftokn3-hmac-3.36.4-58.15 is installed
OR libsoftokn3-hmac-32bit-3.36.4-58.15 is installed
OR mozilla-nspr-4.19-19.3 is installed
OR mozilla-nspr-32bit-4.19-19.3 is installed
OR mozilla-nspr-devel-4.19-19.3 is installed
OR mozilla-nss-3.36.4-58.15 is installed
OR mozilla-nss-32bit-3.36.4-58.15 is installed
OR mozilla-nss-certs-3.36.4-58.15 is installed
OR mozilla-nss-certs-32bit-3.36.4-58.15 is installed
OR mozilla-nss-devel-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-32bit-3.36.4-58.15 is installed
OR mozilla-nss-tools-3.36.4-58.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
MozillaFirefox-60.2.2esr-109.46 is installed
OR MozillaFirefox-branding-SLE-60-32.3 is installed
OR MozillaFirefox-devel-60.2.2esr-109.46 is installed
OR MozillaFirefox-translations-common-60.2.2esr-109.46 is installed
OR apache2-mod_nss-1.0.14-19.6 is installed
OR libfreebl3-3.36.4-58.15 is installed
OR libfreebl3-32bit-3.36.4-58.15 is installed
OR libfreebl3-hmac-3.36.4-58.15 is installed
OR libfreebl3-hmac-32bit-3.36.4-58.15 is installed
OR libsoftokn3-3.36.4-58.15 is installed
OR libsoftokn3-32bit-3.36.4-58.15 is installed
OR libsoftokn3-hmac-3.36.4-58.15 is installed
OR libsoftokn3-hmac-32bit-3.36.4-58.15 is installed
OR mozilla-nspr-4.19-19.3 is installed
OR mozilla-nspr-32bit-4.19-19.3 is installed
OR mozilla-nspr-devel-4.19-19.3 is installed
OR mozilla-nss-3.36.4-58.15 is installed
OR mozilla-nss-32bit-3.36.4-58.15 is installed
OR mozilla-nss-certs-3.36.4-58.15 is installed
OR mozilla-nss-certs-32bit-3.36.4-58.15 is installed
OR mozilla-nss-devel-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-32bit-3.36.4-58.15 is installed
OR mozilla-nss-tools-3.36.4-58.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_24-default-7-2 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_11-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
res-signingkeys-3.0.37-52.23 is installed
OR smt-3.0.37-52.23 is installed
OR smt-support-3.0.37-52.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
gstreamer-plugins-base-1.8.3-13.3 is installed
OR gstreamer-plugins-base-lang-1.8.3-13.3 is installed
OR libgstallocators-1_0-0-1.8.3-13.3 is installed
OR libgstapp-1_0-0-1.8.3-13.3 is installed
OR libgstapp-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstaudio-1_0-0-1.8.3-13.3 is installed
OR libgstaudio-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstfft-1_0-0-1.8.3-13.3 is installed
OR libgstpbutils-1_0-0-1.8.3-13.3 is installed
OR libgstpbutils-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstriff-1_0-0-1.8.3-13.3 is installed
OR libgstrtp-1_0-0-1.8.3-13.3 is installed
OR libgstrtsp-1_0-0-1.8.3-13.3 is installed
OR libgstsdp-1_0-0-1.8.3-13.3 is installed
OR libgsttag-1_0-0-1.8.3-13.3 is installed
OR libgsttag-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstvideo-1_0-0-1.8.3-13.3 is installed
OR libgstvideo-1_0-0-32bit-1.8.3-13.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
gstreamer-plugins-base-1.8.3-13.3 is installed
OR gstreamer-plugins-base-lang-1.8.3-13.3 is installed
OR libgstallocators-1_0-0-1.8.3-13.3 is installed
OR libgstapp-1_0-0-1.8.3-13.3 is installed
OR libgstapp-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstaudio-1_0-0-1.8.3-13.3 is installed
OR libgstaudio-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstfft-1_0-0-1.8.3-13.3 is installed
OR libgstpbutils-1_0-0-1.8.3-13.3 is installed
OR libgstpbutils-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstriff-1_0-0-1.8.3-13.3 is installed
OR libgstrtp-1_0-0-1.8.3-13.3 is installed
OR libgstrtsp-1_0-0-1.8.3-13.3 is installed
OR libgstsdp-1_0-0-1.8.3-13.3 is installed
OR libgsttag-1_0-0-1.8.3-13.3 is installed
OR libgsttag-1_0-0-32bit-1.8.3-13.3 is installed
OR libgstvideo-1_0-0-1.8.3-13.3 is installed
OR libgstvideo-1_0-0-32bit-1.8.3-13.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libdcerpc-binding0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libdcerpc-binding0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libdcerpc0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libdcerpc0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-krb5pac0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-krb5pac0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-nbt0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-nbt0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-standard0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-standard0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libnetapi0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libnetapi0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-credentials0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-credentials0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-errors0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-errors0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-hostconfig0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-hostconfig0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-passdb0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-passdb0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-util0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-util0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamdb0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamdb0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbclient0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbclient0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbconf0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbconf0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbldap0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbldap0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libtevent-util0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libtevent-util0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libwbclient0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libwbclient0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-client-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-client-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-doc-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-libs-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-libs-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-winbind-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-winbind-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libdcerpc-binding0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libdcerpc-binding0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libdcerpc0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libdcerpc0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-krb5pac0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-krb5pac0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-nbt0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-nbt0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-standard0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr-standard0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libndr0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libnetapi0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libnetapi0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-credentials0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-credentials0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-errors0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-errors0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-hostconfig0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-hostconfig0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-passdb0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-passdb0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-util0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamba-util0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamdb0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsamdb0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbclient0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbclient0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbconf0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbconf0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbldap0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libsmbldap0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libtevent-util0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libtevent-util0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR libwbclient0-4.6.14+git.150.1540e575faf-3.24 is installed
OR libwbclient0-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-client-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-client-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-doc-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-libs-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-libs-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-winbind-4.6.14+git.150.1540e575faf-3.24 is installed
OR samba-winbind-32bit-4.6.14+git.150.1540e575faf-3.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libsolv-0.6.36-2.27.19 is installed
OR libsolv-tools-0.6.36-2.27.19 is installed
OR libzypp-16.20.2-27.60 is installed
OR perl-solv-0.6.36-2.27.19 is installed
OR python-solv-0.6.36-2.27.19 is installed
OR zypper-1.13.54-18.40 is installed
OR zypper-log-1.13.54-18.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libsolv-0.6.36-2.27.19 is installed
OR libsolv-tools-0.6.36-2.27.19 is installed
OR libzypp-16.20.2-27.60 is installed
OR perl-solv-0.6.36-2.27.19 is installed
OR python-solv-0.6.36-2.27.19 is installed
OR zypper-1.13.54-18.40 is installed
OR zypper-log-1.13.54-18.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_178-94_91-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_25-5-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-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_25-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
cups-filters-1.0.58-19.2 is installed
OR cups-filters-cups-browsed-1.0.58-19.2 is installed
OR cups-filters-foomatic-rip-1.0.58-19.2 is installed
OR cups-filters-ghostscript-1.0.58-19.2 is installed
OR libqpdf18-7.1.1-3.3 is installed
OR qpdf-7.1.1-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
cups-filters-1.0.58-19.2 is installed
OR cups-filters-cups-browsed-1.0.58-19.2 is installed
OR cups-filters-foomatic-rip-1.0.58-19.2 is installed
OR cups-filters-ghostscript-1.0.58-19.2 is installed
OR libqpdf18-7.1.1-3.3 is installed
OR qpdf-7.1.1-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND atftp-0.7.0-160.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND atftp-0.7.0-160.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
MozillaFirefox-68.8.0-109.119 is installed
OR MozillaFirefox-translations-common-68.8.0-109.119 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
MozillaFirefox-68.8.0-109.119 is installed
OR MozillaFirefox-translations-common-68.8.0-109.119 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_61-52_111-default-3-2 is installed
OR kgraft-patch-3_12_61-52_111-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_30-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_61-52_111-default-3-2 is installed
OR kgraft-patch-3_12_61-52_111-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_30-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.554-114 is installed
OR flash-player-gnome-11.2.202.554-114 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.69-60.64.32 is installed
OR kernel-default-extra-3.12.69-60.64.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gstreamer-plugins-base-1.8.3-12 is installed
OR libgstfft-1_0-0-32bit-1.8.3-12 is installed
OR typelib-1_0-GstAudio-1_0-1.8.3-12 is installed
OR typelib-1_0-GstPbutils-1_0-1.8.3-12 is installed
OR typelib-1_0-GstTag-1_0-1.8.3-12 is installed
OR typelib-1_0-GstVideo-1_0-1.8.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libSoundTouch0-32bit-1.7.1-5.3 is installed
OR soundtouch-1.7.1-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libzmq3-4.0.4-15.3 is installed
OR zeromq-4.0.4-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
MozillaThunderbird-60.7.2-3.43 is installed
OR MozillaThunderbird-translations-common-60.7.2-3.43 is installed
OR MozillaThunderbird-translations-other-60.7.2-3.43 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-keystone-8.0.2~a0~dev8-1 is installed
OR python-keystone-8.0.2~a0~dev8-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
openstack-nova-14.0.10~dev13-4.11 is installed
OR openstack-nova-api-14.0.10~dev13-4.11 is installed
OR openstack-nova-cells-14.0.10~dev13-4.11 is installed
OR openstack-nova-cert-14.0.10~dev13-4.11 is installed
OR openstack-nova-compute-14.0.10~dev13-4.11 is installed
OR openstack-nova-conductor-14.0.10~dev13-4.11 is installed
OR openstack-nova-console-14.0.10~dev13-4.11 is installed
OR openstack-nova-consoleauth-14.0.10~dev13-4.11 is installed
OR openstack-nova-doc-14.0.10~dev13-4.11 is installed
OR openstack-nova-novncproxy-14.0.10~dev13-4.11 is installed
OR openstack-nova-placement-api-14.0.10~dev13-4.11 is installed
OR openstack-nova-scheduler-14.0.10~dev13-4.11 is installed
OR openstack-nova-serialproxy-14.0.10~dev13-4.11 is installed
OR openstack-nova-vncproxy-14.0.10~dev13-4.11 is installed
OR python-nova-14.0.10~dev13-4.11 is installed
|