Hello community,
here is the log from the commit of package libcontainers-common for
openSUSE:Factory checked in at 2020-06-23 21:03:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-common.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Tue Jun 23 21:03:10 2020 rev:25 rq:815925 version:20200603
Changes:
--------
---
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-06-08 23:47:01.213917538 +0200
+++
/work/SRC/openSUSE:Factory/.libcontainers-common.new.2956/libcontainers-common.changes
2020-06-23 21:03:34.525645218 +0200
@@ -1,0 +2,9 @@
+Fri Jun 19 09:57:44 UTC 2020 - Ralf Haferkamp <[email protected]>
+
+- Remove remaining difference between SLE and openSUSE package and
+ ship the some mounts.conf default configuration on both platforms.
+ As the sources for the mount point do not exist on openSUSE by
+ default this config will basically have no effect on openSUSE.
+ (jsc#SLE-12122)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.tQoTBo/_old 2020-06-23 21:03:36.353651100 +0200
+++ /var/tmp/diff_new_pack.tQoTBo/_new 2020-06-23 21:03:36.357651112 +0200
@@ -88,15 +88,6 @@
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
-
%install
cd ..
install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
++++++ mounts.conf ++++++
--- /var/tmp/diff_new_pack.tQoTBo/_old 2020-06-23 21:03:36.449651409 +0200
+++ /var/tmp/diff_new_pack.tQoTBo/_new 2020-06-23 21:03:36.449651409 +0200
@@ -1,3 +1,5 @@
# 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