From 3fa981dda6d3a5a1bacaac3057f235e81e305e75f932b1741861aecbdbf74390 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 8 Jun 2020 21:46:20 +0000 Subject: [PATCH] Accepting request 811340 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/811340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=24 --- _service | 12 ++++++------ image-5.2.1.tar.xz | 3 --- image-5.4.4.tar.xz | 3 +++ libcontainers-common.changes | 22 ++++++++++++++++++++++ libcontainers-common.spec | 9 ++++----- libpod-1.8.0.tar.xz | 3 --- libpod-1.9.3.tar.xz | 3 +++ storage-1.16.1.tar.xz | 3 --- storage-1.19.1.tar.xz | 3 +++ 9 files changed, 41 insertions(+), 20 deletions(-) delete mode 100644 image-5.2.1.tar.xz create mode 100644 image-5.4.4.tar.xz delete mode 100644 libpod-1.8.0.tar.xz create mode 100644 libpod-1.9.3.tar.xz delete mode 100644 storage-1.16.1.tar.xz create mode 100644 storage-1.19.1.tar.xz diff --git a/_service b/_service index a6d6dca..6cc67bc 100644 --- a/_service +++ b/_service @@ -4,24 +4,24 @@ https://github.com/containers/storage.git git storage -1.16.1 -v1.16.1 +1.19.1 +v1.19.1 https://github.com/containers/image.git git image -5.2.1 -v5.2.1 +5.4.4 +v5.4.4 https://github.com/containers/libpod.git git libpod -1.8.0 -v1.8.0 +1.9.3 +v1.9.3 diff --git a/image-5.2.1.tar.xz b/image-5.2.1.tar.xz deleted file mode 100644 index 8ecab4a..0000000 --- a/image-5.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1645766b98b1f047b62eef7ba4891662c29321c7aee7e7824b094157a79fe366 -size 289928 diff --git a/image-5.4.4.tar.xz b/image-5.4.4.tar.xz new file mode 100644 index 0000000..0e36804 --- /dev/null +++ b/image-5.4.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725415ff2b8e8ce6b24c22be50f16ac11ee03826508d22bcc0e1fb86f757cf77 +size 302968 diff --git a/libcontainers-common.changes b/libcontainers-common.changes index d116bd3..f464f83 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 3 14:37:20 UTC 2020 - Ralf Haferkamp + +- Update to image 5.4.4 + - Remove registries.conf VERSION 2 references from man page + - Intial authfile man page + - Add $HOME/.config/containers/certs.d to perHostCertDirPath + - Add $HOME/.config/containers/registries.conf to config path + - registries.conf.d: add stances for the registries.conf +- update to libpod 1.9.3 + - userns: support --userns=auto + - Switch to using --time as opposed to --timeout to better match Docker + - Add support for specifying CNI networks in podman play kube + - man pages: fix inconsistencies +- Update to storage 1.19.1 + - userns: add support for auto + - store: change the default user to containers + - config: honor XDG_CONFIG_HOME +- Remove the /var/lib/ca-certificates/pem/SUSE.pem workaround again. + It never ended up in SLES and a different way to fix the underlying + problem is being worked on. + ------------------------------------------------------------------- Wed May 13 12:45:58 UTC 2020 - Richard Brown diff --git a/libcontainers-common.spec b/libcontainers-common.spec index 6d46e03..f6ff6ca 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -16,16 +16,16 @@ # # libpodver - version from containers/libpod -%define libpodver 1.8.0 +%define libpodver 1.9.3 # storagever - version from containers/storage -%define storagever 1.16.1 +%define storagever 1.19.1 # imagever - version from containers/image -%define imagever 5.2.1 +%define imagever 5.4.4 Name: libcontainers-common -Version: 20200306 +Version: 20200603 Release: 0 Summary: Configuration files common to github.com/containers License: Apache-2.0 and GPL-3.0+ @@ -94,7 +94,6 @@ cd .. cat >>%{SOURCE5} <