-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a critical security issue?
- This is not a security issue.
Describe the Bug
The package provider for SLES is using the following command: zypper --quiet install --auto-agree-with-licenses --no-confirm openvox-server-8.12.1-1.sles15
This command terminates with non-zero return code, but the package is installed.
This is the output when running the command directly:
zypper --quiet install --auto-agree-with-licenses --no-confirm openvox-server-8.12.1-1.sles15
The following 40 NEW packages are going to be installed:
dbus-1 file hostname java-17-openjdk-headless javapackages-filesystem javapackages-tools kbd libapparmor1 libasound2 libdbus-1-3 libexpat1 libfreebl3
libfreetype6 libip4tc2 libjpeg8 libkmod2 liblcms2-2 liblz4-1 libpcsclite1 libpng16-16 libprocps8 libseccomp2 libsoftokn3 libsystemd0 mozilla-nspr mozilla-nss
mozilla-nss-certs net-tools openvox-agent openvox-server pam-config pkg-config procps systemd systemd-default-settings systemd-default-settings-branding-SLE
systemd-presets-branding-SLE systemd-presets-common-SUSE update-alternatives which
The following 2 packages have no support information from their vendor:
openvox-agent openvox-server
The following 38 packages are not supported by their vendor:
dbus-1 file hostname java-17-openjdk-headless javapackages-filesystem javapackages-tools kbd libapparmor1 libasound2 libdbus-1-3 libexpat1 libfreebl3
libfreetype6 libip4tc2 libjpeg8 libkmod2 liblcms2-2 liblz4-1 libpcsclite1 libpng16-16 libprocps8 libseccomp2 libsoftokn3 libsystemd0 mozilla-nspr mozilla-nss
mozilla-nss-certs net-tools pam-config pkg-config procps systemd systemd-default-settings systemd-default-settings-branding-SLE systemd-presets-branding-SLE
systemd-presets-common-SUSE update-alternatives which
40 new packages to install.
Package download size: 136.0 MiB
Package install size change:
| 362.6 MiB required by packages that will be installed
362.6 MiB | - 0 B released by packages that will be removed
Backend: classic_rpmtrans
Continue? [y/n/v/...? shows all options] (y): yReturn code is 107
Expected Behavior
Return code is 0
Steps to Reproduce
podman run -ti --rm registry.suse.com/bci/bci-base:15.7rpm -ihv https://yum.voxpupuli.org/openvox8-release-sles-15.noarch.rpmzypper --gpg-auto-import-keys refzypper --quiet install --auto-agree-with-licenses --no-confirm openvox-serverecho $?
Environment
Version 8.12.1-1.sles15
Platform SLES15.7
Additional Context
No response
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working