From a863ef5ec975f365418be4dfd28639648b47ff8b53d969c9e738506b0493eff8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 18 Dec 2019 13:43:05 +0000 Subject: [PATCH] Accepting request 756022 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/756022 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=21 --- _service | 12 ++++++------ image-4.0.0.tar.xz | 3 --- image-5.0.0.tar.xz | 3 +++ libcontainers-common.changes | 22 ++++++++++++++++++++++ libcontainers-common.spec | 8 ++++---- libpod-1.6.0.tar.xz | 3 --- libpod-1.6.3.tar.xz | 3 +++ storage-1.13.4.tar.xz | 3 --- storage-1.15.3.tar.xz | 3 +++ 9 files changed, 41 insertions(+), 19 deletions(-) delete mode 100644 image-4.0.0.tar.xz create mode 100644 image-5.0.0.tar.xz delete mode 100644 libpod-1.6.0.tar.xz create mode 100644 libpod-1.6.3.tar.xz delete mode 100644 storage-1.13.4.tar.xz create mode 100644 storage-1.15.3.tar.xz diff --git a/_service b/_service index 8a13778..59b3320 100644 --- a/_service +++ b/_service @@ -4,24 +4,24 @@ https://github.com/containers/storage.git git storage -1.13.4 -v1.13.4 +1.15.3 +v1.15.3 https://github.com/containers/image.git git image -4.0.0 -v4.0.0 +5.0.0 +v5.0.0 https://github.com/containers/libpod.git git libpod -1.6.0 -v1.6.0 +1.6.3 +v1.6.3 diff --git a/image-4.0.0.tar.xz b/image-4.0.0.tar.xz deleted file mode 100644 index 1cf5055..0000000 --- a/image-4.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3f7e28f065b74f315f4e29ab8c89ec7db0b63bfe201bf284da1ed6c0903c06d -size 270372 diff --git a/image-5.0.0.tar.xz b/image-5.0.0.tar.xz new file mode 100644 index 0000000..80d2381 --- /dev/null +++ b/image-5.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ffc98c4ec250c48061a3888a5e4a5d879f30cf5a24cf8f5647dc6a80826cab +size 279440 diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 4e8f084..8d4c78e 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Dec 11 16:13:32 UTC 2019 - Richard Brown + +- 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 diff --git a/libcontainers-common.spec b/libcontainers-common.spec index 5cbfe2f..a29df3f 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -16,16 +16,16 @@ # # libpodver - version from containers/libpod -%define libpodver 1.6.0 +%define libpodver 1.6.3 # storagever - version from containers/storage -%define storagever 1.13.4 +%define storagever 1.15.3 # imagever - version from containers/image -%define imagever 4.0.0 +%define imagever 5.0.0 Name: libcontainers-common -Version: 20190923 +Version: 20191211 Release: 0 Summary: Configuration files common to github.com/containers License: Apache-2.0 and GPL-3.0+ diff --git a/libpod-1.6.0.tar.xz b/libpod-1.6.0.tar.xz deleted file mode 100644 index 30f0248..0000000 --- a/libpod-1.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:626d5d8ae4fb2d09302225ab40e770a8dcd8c186e0c441a5f626757c962f15b3 -size 4406580 diff --git a/libpod-1.6.3.tar.xz b/libpod-1.6.3.tar.xz new file mode 100644 index 0000000..40e6bcb --- /dev/null +++ b/libpod-1.6.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d689b75e591869aed06fa63655f584579b21c630eb0f5ef7665c50a7e3cf0a +size 4474560 diff --git a/storage-1.13.4.tar.xz b/storage-1.13.4.tar.xz deleted file mode 100644 index b08466b..0000000 --- a/storage-1.13.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75d80e2e427fe255b8de47dce9eb21028c47d738538e682d220b37805fa3f22e -size 2971520 diff --git a/storage-1.15.3.tar.xz b/storage-1.15.3.tar.xz new file mode 100644 index 0000000..33cb61f --- /dev/null +++ b/storage-1.15.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce70054d4b5691c124df9dbdcc46a25bb8e211efc94bdd028a9eafd0929cce3e +size 3114612