Hello community,
here is the log from the commit of package libcontainers-common for
openSUSE:Leap:15.2 checked in at 2020-04-14 14:20:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libcontainers-common (Old)
and /work/SRC/openSUSE:Leap:15.2/.libcontainers-common.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Tue Apr 14 14:20:27 2020 rev:7 rq:792767 version:20200306
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/libcontainers-common/libcontainers-common.changes
2020-01-15 15:19:27.526376979 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.libcontainers-common.new.3248/libcontainers-common.changes
2020-04-14 14:20:35.501257050 +0200
@@ -1,0 +2,71 @@
+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
+
+-------------------------------------------------------------------
+Wed Dec 11 16:13:32 UTC 2019 - Richard Brown <[email protected]>
+
+- Update to image 5.0.0
+ - Clean up various imports primarily so that imports of packages that aren't
in the standard library are all in one section.
+ - Update to major version v5
+ - return resp error message
+ - copy.Image(): select the CopySystemImage image using the source context
+ - Add manifest list support
+ - docker: handle http 429 status codes
+ - allow for .dockercfg files to reside in non-home directories
+ - Use the correct module path in (make test-skopeo)
+- Update to libpod 1.6.3
+ - Handling of the libpod.conf configuration file has seen major changes.
Most significantly, rootless users will no longer automatically receive a
complete configuration file when they first use Podman, and will instead only
receive differences from the global configuration.
+ - Initial support for the CNI DNS plugin, which allows containers to resolve
the IPs of other containers via DNS name, has been added
+ - Podman now supports anonymous named volumes, created by specifying only a
destination to the -v flag to the podman create and podman run commands
+ - Named volumes now support uid and gid options in --opt o=... to set UID
and GID of the created volume
+- Update to storage 1.15.3
+ - overlay: allow storing images with more than 127 layers
+ - Lazy initialize the layer store
+ - tarlogger: drop state mutex
+
+-------------------------------------------------------------------
+Wed Oct 2 08:29:50 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to image 4.0.0
+ - Add http response to log
+ - Add tests for parsing OpenShift kubeconfig files
+ - Compress: define some consts for the compression algos
+ - Compression: add support for the zstd
+ - Compression: allow to specify the compression format
+ - Copy: add nil checks
+ - Copy: compression: default to gzip
+ - Copy: don't lose annotations of BlobInfo
+ - Copy: fix options.DestinationCtx nil check
+ - Copy: use a bigger buffer for the compression
+ - Fix cross-compilation by vendoring latest c/storage
+ - Internal/testing/explicitfilepath-tmpdir: handle unset TMPDIR
+ - Keyctl: clean up after tests
+ - Make container tools work with go+openssl
+ - Make test-skopeo: replace c/image module instead of copying code
+ - Media type checks
+ - Move keyctl to internal & func remove auth from keyring
+ - Replace vendor.conf by go.mod
+ - Update dependencies
+ - Update test certificates
+ - Update to mergo v0.3.5
+ - Vendor.conf: update reference for containers/storage
+- Update to storage 1.13.4
+ - Update generated files
+ - ImageBigData: distinguish between no-such-image and no-such-item
+ - ImageSize: don't get tripped up by images with no layers
+ - tarlogger: disable raw accouting
+- Update to libpod 1.6.0
+ - Nothing changed regarding the OCI hooks documentation provided by this
+ package
+
+-------------------------------------------------------------------
Old:
----
image-3.0.2.tar.xz
libpod-1.5.1.tar.xz
storage-1.13.2.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.lM7Oic/_old 2020-04-14 14:20:36.869258070 +0200
+++ /var/tmp/diff_new_pack.lM7Oic/_new 2020-04-14 14:20:36.869258070 +0200
@@ -16,16 +16,16 @@
#
# libpodver - version from containers/libpod
-%define libpodver 1.5.1
+%define libpodver 1.8.0
# storagever - version from containers/storage
-%define storagever 1.13.2
+%define storagever 1.16.1
# imagever - version from containers/image
-%define imagever 3.0.2
+%define imagever 5.2.1
Name: libcontainers-common
-Version: 20190923
+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.lM7Oic/_old 2020-04-14 14:20:36.929258115 +0200
+++ /var/tmp/diff_new_pack.lM7Oic/_new 2020-04-14 14:20:36.929258115 +0200
@@ -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.13.2</param>
-<param name="revision">v1.13.2</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">3.0.2</param>
-<param name="revision">v3.0.2</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.5.1</param>
-<param name="revision">v1.5.1</param>
+<param name="versionformat">1.8.0</param>
+<param name="revision">v1.8.0</param>
</service>
<service name="recompress" mode="disabled">
++++++ image-3.0.2.tar.xz -> image-5.2.1.tar.xz ++++++
++++ 12642 lines of diff (skipped)
++++++ libpod-1.5.1.tar.xz -> libpod-1.8.0.tar.xz ++++++
++++ 468316 lines of diff (skipped)
++++++ storage-1.13.2.tar.xz -> storage-1.16.1.tar.xz ++++++
++++ 426177 lines of diff (skipped)