Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcontainers-common for openSUSE:Factory checked in at 2021-03-29 18:21:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old) and /work/SRC/openSUSE:Factory/.libcontainers-common.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common" Mon Mar 29 18:21:19 2021 rev:33 rq:880685 version:20210112 Changes: -------- --- /work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes 2021-03-08 15:17:33.905952218 +0100 +++ /work/SRC/openSUSE:Factory/.libcontainers-common.new.2401/libcontainers-common.changes 2021-03-29 18:21:23.566238607 +0200 @@ -1,0 +2,5 @@ +Tue Mar 23 09:39:45 UTC 2021 - Richard Brown <rbr...@suse.com> + +- Reintroduce SLE specific mounts config, to avoid errors on non-SLE systems + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcontainers-common.spec ++++++ --- /var/tmp/diff_new_pack.nBDUbk/_old 2021-03-29 18:21:24.354239414 +0200 +++ /var/tmp/diff_new_pack.nBDUbk/_new 2021-03-29 18:21:24.358239417 +0200 @@ -91,6 +91,15 @@ go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5 cd .. +%if 0%{?is_opensuse} +# no default mounts +%else +cat >>%{SOURCE5} <<EOL +/etc/SUSEConnect:/etc/SUSEConnect +/etc/zypp/credentials.d/SCCcredentials:/etc/zypp/credentials.d/SCCcredentials +EOL +%endif + cd common-%{commonver} make docs cd .. ++++++ mounts.conf ++++++ --- /var/tmp/diff_new_pack.nBDUbk/_old 2021-03-29 18:21:24.450239512 +0200 +++ /var/tmp/diff_new_pack.nBDUbk/_new 2021-03-29 18:21:24.450239512 +0200 @@ -1,5 +1,3 @@ # This configuration file specifies the default mounts for each container of the # tools adhering to this file (e.g., CRI-O, Podman, Buildah). The format of the # config is /SRC:/DST, one mount per line. -/etc/SUSEConnect:/etc/SUSEConnect -/etc/zypp/credentials.d/SCCcredentials:/etc/zypp/credentials.d/SCCcredentials