Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-03-11 18:32:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and      /work/SRC/openSUSE:Factory/.libcontainers-common.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcontainers-common"

Wed Mar 11 18:32:21 2020 rev:22 rq:782131 version:20200306

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes    
    2019-12-18 14:45:41.657866601 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3160/libcontainers-common.changes
      2020-03-11 18:32:23.822900534 +0100
@@ -1,0 +2,14 @@
+Fri Mar  6 11:14:24 UTC 2020 - Ralf Haferkamp <[email protected]>
+
+- New snaphot (bsc#1165917)
+- Update to image 5.2.1
+  * Add documentation about rewriting docker.io registries
+  * Add registries warning to registries.conf
+- Update to libpod 1.8.0
+  * Fixed some spelling errors in oci-hooks documentations
+  * include containers-mounts.conf(5) man-page into the package
+- Update to storage 1.16.1
+  * Add `rootless_storage_path` directive to storage.conf
+  * Add better documentation for the mount_program in overlay driver
+
+-------------------------------------------------------------------

Old:
----
  image-5.0.0.tar.xz
  libpod-1.6.3.tar.xz
  storage-1.15.3.tar.xz

New:
----
  image-5.2.1.tar.xz
  libpod-1.8.0.tar.xz
  storage-1.16.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.3TrfzV/_old  2020-03-11 18:32:27.114902554 +0100
+++ /var/tmp/diff_new_pack.3TrfzV/_new  2020-03-11 18:32:27.142902571 +0100
@@ -16,16 +16,16 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.6.3
+%define libpodver 1.8.0
 
 # storagever - version from containers/storage
-%define storagever 1.15.3
+%define storagever 1.16.1
 
 # imagever - version from containers/image
-%define imagever 5.0.0
+%define imagever 5.2.1
 
 Name:           libcontainers-common
-Version:        20191211
+Version:        20200306
 Release:        0
 Summary:        Configuration files common to github.com/containers
 License:        Apache-2.0 and GPL-3.0+
@@ -84,6 +84,7 @@
 cd ..
 # compile subset of containers/libpod manpages
 cd libpod-%{libpodver}
+go-md2man -in docs/source/markdown/containers-mounts.conf.5.md -out 
docs/source/markdown/containers-mounts.conf.5 
 go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
 cd ..
 
@@ -119,6 +120,7 @@
 install -D -m 0644 storage-%{storagever}/docs/*.1 %{buildroot}/%{_mandir}/man1/
 install -D -m 0644 storage-%{storagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
 install -D -m 0644 libpod-%{libpodver}/pkg/hooks/docs/oci-hooks.5 
%{buildroot}/%{_mandir}/man5/
+install -D -m 0644 
libpod-%{libpodver}/docs/source/markdown/containers-mounts.conf.5 
%{buildroot}/%{_mandir}/man5/
 
 %post
 # If installing, check if /var/lib/containers (or /var/lib in its defect) is 
btrfs and set driver

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3TrfzV/_old  2020-03-11 18:32:27.690902907 +0100
+++ /var/tmp/diff_new_pack.3TrfzV/_new  2020-03-11 18:32:27.698902912 +0100
@@ -4,24 +4,24 @@
 <param name="url">https://github.com/containers/storage.git</param>
 <param name="scm">git</param>
 <param name="filename">storage</param>
-<param name="versionformat">1.15.3</param>
-<param name="revision">v1.15.3</param>
+<param name="versionformat">1.16.1</param>
+<param name="revision">v1.16.1</param>
 </service>
 
 <service name="tar_scm" mode="disabled">
 <param name="url">https://github.com/containers/image.git</param>
 <param name="scm">git</param>
 <param name="filename">image</param>
-<param name="versionformat">5.0.0</param>
-<param name="revision">v5.0.0</param>
+<param name="versionformat">5.2.1</param>
+<param name="revision">v5.2.1</param>
 </service>
 
 <service name="tar_scm" mode="disabled">
 <param name="url">https://github.com/containers/libpod.git</param>
 <param name="scm">git</param>
 <param name="filename">libpod</param>
-<param name="versionformat">1.6.3</param>
-<param name="revision">v1.6.3</param>
+<param name="versionformat">1.8.0</param>
+<param name="revision">v1.8.0</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ image-5.0.0.tar.xz -> image-5.2.1.tar.xz ++++++
++++ 4181 lines of diff (skipped)

++++++ libpod-1.6.3.tar.xz -> libpod-1.8.0.tar.xz ++++++
++++ 266545 lines of diff (skipped)

++++++ storage-1.15.3.tar.xz -> storage-1.16.1.tar.xz ++++++
++++ 336810 lines of diff (skipped)


Reply via email to