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 2024-06-21 16:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-common.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Fri Jun 21 16:02:37 2024 rev:72 rq:1181967 version:20240618
Changes:
--------
---
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2024-05-05 12:10:52.120057022 +0200
+++
/work/SRC/openSUSE:Factory/.libcontainers-common.new.18349/libcontainers-common.changes
2024-06-21 16:02:38.820836465 +0200
@@ -1,0 +2,12 @@
+Tue Jun 18 06:53:50 UTC 2024 - Danish Prakash <[email protected]>
+
+- Move the following distro configs files to /usr/share/containers/:
+ * /etc/containers/mounts.json
+ * /etc/containers/storage.conf
+ * /etc/containers/seccomp.json
+- New release 20240618
+- bump bundled c/common to 0.59.1
+- bump bundled c/image to 5.31.0
+- bump bundled c/storage to 1.54.0
+
+-------------------------------------------------------------------
Old:
----
common-0.58.0.tar.xz
image-5.30.0.tar.xz
storage-1.53.0.tar.xz
New:
----
common-0.59.1.tar.xz
image-5.31.0.tar.xz
storage-1.54.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.a0c2W8/_old 2024-06-21 16:02:39.788871974 +0200
+++ /var/tmp/diff_new_pack.a0c2W8/_new 2024-06-21 16:02:39.792872120 +0200
@@ -17,17 +17,17 @@
# commonver - version from containers/common
-%define commonver 0.58.0
+%define commonver 0.59.1
# storagever - version from containers/storage
-%define storagever 1.53.0
+%define storagever 1.54.0
# imagever - version from containers/image
-%define imagever 5.30.0
+%define imagever 5.31.0
# skopeover - version from containers/skopeo
-%define skopeover 1.15.0
+%define skopeover 1.14.4
# https://github.com/containers/shortnames
%define shortnamesver 2023.02.20
Name: libcontainers-common
-Version: 20240408
+Version: 20240618
Release: 0
Summary: Configuration files common to github.com/containers
License: Apache-2.0
@@ -182,14 +182,12 @@
install -D -m 0644 %{SOURCE3}
%{buildroot}/%{_sysconfdir}/containers/policy.json.default
install -D -m 0644 %{SOURCE3}
%{buildroot}/%{_sysconfdir}/containers/policy.json.openSUSE
-install -D -m 0644 %{SOURCE4}
%{buildroot}/%{_sysconfdir}/containers/storage.conf
install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
-install -D -m 0644 %{SOURCE5}
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
+install -D -m 0644 %{SOURCE4} %{buildroot}/%{_datadir}/containers/storage.conf
install -D -m 0644 %{SOURCE11}
%{buildroot}/%{_sysconfdir}/containers/registries.conf.d/000-shortnames.conf
install -D -m 0644 %{SOURCE7}
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
install -D -m 0644 %_builddir/containers.conf
%{buildroot}/%{_datadir}/containers/containers.conf
install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json
%{buildroot}/%{_datadir}/containers/seccomp.json
-install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
install -d %{buildroot}/%{_mandir}/man1
install -d %{buildroot}/%{_mandir}/man5
@@ -209,7 +207,7 @@
%post
# Comment out ostree_repo if it's blank [boo#1189893]
-sed -i 's/ostree_repo = ""/\#ostree_repo = ""/g'
%{_sysconfdir}/containers/storage.conf
+if [ -f %{_sysconfdir}/containers/storage.conf ]; then sed -i 's/ostree_repo =
""/\#ostree_repo = ""/g' %{_sysconfdir}/containers/storage.conf; fi
%files
%dir %{_sysconfdir}/containers
@@ -223,11 +221,10 @@
%dir %{_datadir}/containers/oci/hooks.d
%dir %{_datadir}/containers/systemd
-%config(noreplace) %{_sysconfdir}/containers/storage.conf
-%config(noreplace) %{_sysconfdir}/containers/seccomp.json
%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
%config(noreplace)
%{_sysconfdir}/containers/registries.conf.d/000-shortnames.conf
%{_datadir}/containers/seccomp.json
+%{_datadir}/containers/storage.conf
%{_datadir}/containers/containers.conf
%{_mandir}/man1/*.1%{?ext_man}
@@ -235,7 +232,6 @@
%license LICENSE
%files -n libcontainers-sles-mounts
-%config(noreplace) %{_sysconfdir}/containers/mounts.conf
%{_datadir}/containers/mounts.conf
%files -n libcontainers-openSUSE-policy
++++++ _service ++++++
--- /var/tmp/diff_new_pack.a0c2W8/_old 2024-06-21 16:02:39.856874468 +0200
+++ /var/tmp/diff_new_pack.a0c2W8/_new 2024-06-21 16:02:39.860874615 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/containers/storage.git</param>
<param name="scm">git</param>
<param name="filename">storage</param>
- <param name="revision">v1.53.0</param>
+ <param name="revision">v1.54.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
@@ -11,7 +11,7 @@
<param name="url">https://github.com/containers/image.git</param>
<param name="scm">git</param>
<param name="filename">image</param>
- <param name="revision">v5.30.0</param>
+ <param name="revision">v5.31.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
@@ -19,7 +19,7 @@
<param name="url">https://github.com/containers/common.git</param>
<param name="scm">git</param>
<param name="filename">common</param>
- <param name="revision">v0.58.0</param>
+ <param name="revision">v0.59.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
++++++ common-0.58.0.tar.xz -> common-0.59.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/libcontainers-common/common-0.58.0.tar.xz
/work/SRC/openSUSE:Factory/.libcontainers-common.new.18349/common-0.59.1.tar.xz
differ: char 15, line 1
++++++ image-5.30.0.tar.xz -> image-5.31.0.tar.xz ++++++
++++ 7413 lines of diff (skipped)
++++++ storage-1.53.0.tar.xz -> storage-1.54.0.tar.xz ++++++
++++ 56317 lines of diff (skipped)