From 78a7671b6499abe6c2fd2ab1bced8baf1c122ca74db7a264ee57c0a6bf9a3bf7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 2 Jul 2021 11:26:44 +0000 Subject: [PATCH] Accepting request 902965 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/902965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=38 --- _service | 8 ++++---- common-0.38.11.tar.xz | 3 +++ common-0.38.2.tar.xz | 3 --- image-5.12.0.tar.xz | 3 --- image-5.13.2.tar.xz | 3 +++ libcontainers-common.changes | 14 ++++++++++++++ libcontainers-common.rpmlintrc | 1 + libcontainers-common.spec | 23 ++++++++++++----------- podman-3.1.2.tar.xz | 3 --- podman-3.2.2.tar.xz | 3 +++ storage-1.31.0.tar.xz | 3 --- storage-1.32.5.tar.xz | 3 +++ 12 files changed, 43 insertions(+), 27 deletions(-) create mode 100644 common-0.38.11.tar.xz delete mode 100644 common-0.38.2.tar.xz delete mode 100644 image-5.12.0.tar.xz create mode 100644 image-5.13.2.tar.xz create mode 100644 libcontainers-common.rpmlintrc delete mode 100644 podman-3.1.2.tar.xz create mode 100644 podman-3.2.2.tar.xz delete mode 100644 storage-1.31.0.tar.xz create mode 100644 storage-1.32.5.tar.xz diff --git a/_service b/_service index 73b249e..6823af2 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/containers/storage.git git storage - v1.31.0 + v1.32.5 @PARENT_TAG@ v(.*) @@ -11,7 +11,7 @@ https://github.com/containers/image.git git image - v5.12.0 + v5.13.2 @PARENT_TAG@ v(.*) @@ -19,7 +19,7 @@ https://github.com/containers/podman.git git podman - v3.1.2 + v3.2.2 @PARENT_TAG@ v(.*) @@ -27,7 +27,7 @@ https://github.com/containers/common.git git common - v0.38.2 + v0.38.11 @PARENT_TAG@ v(.*) diff --git a/common-0.38.11.tar.xz b/common-0.38.11.tar.xz new file mode 100644 index 0000000..352297b --- /dev/null +++ b/common-0.38.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc029738a0dc2ab8a1b868ea138737cd8c6cdefcf49059a670bc4d9a13e36b83 +size 4425804 diff --git a/common-0.38.2.tar.xz b/common-0.38.2.tar.xz deleted file mode 100644 index 8311483..0000000 --- a/common-0.38.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1af868fc94894627447712c77690a2d580d450d5de9f32bbe0f72c81b7f5f52 -size 4401220 diff --git a/image-5.12.0.tar.xz b/image-5.12.0.tar.xz deleted file mode 100644 index 76c6d60..0000000 --- a/image-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba9a1d031fda11e984900059731aa3a4d95d9484640a3730a1be257832b6f0f3 -size 362672 diff --git a/image-5.13.2.tar.xz b/image-5.13.2.tar.xz new file mode 100644 index 0000000..e180398 --- /dev/null +++ b/image-5.13.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882e4e57a482e6fea1afdda5ca223d9b94e298e0d7ed30b0a04139317b5b551e +size 366164 diff --git a/libcontainers-common.changes b/libcontainers-common.changes index a9b4980..9450e2e 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jun 29 07:38:39 UTC 2021 - Fabian Vogt + +- Mention libcontainers-common.rpmlintrc as source +- Use versioned obsoletes + +------------------------------------------------------------------- +Fri Jun 25 22:37:43 UTC 2021 - Enrico Belleri + +- Update common to 0.38.11 +- Update podman to 3.2.2 +- Update storage to 1.32.5 +- Update image to 5.13.2 + ------------------------------------------------------------------- Tue May 18 09:28:28 UTC 2021 - Alexandre Vicenzi diff --git a/libcontainers-common.rpmlintrc b/libcontainers-common.rpmlintrc new file mode 100644 index 0000000..853f5fb --- /dev/null +++ b/libcontainers-common.rpmlintrc @@ -0,0 +1 @@ +addFilter("shlib-policy-missing-lib") diff --git a/libcontainers-common.spec b/libcontainers-common.spec index 330f51e..0c50985 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -1,7 +1,7 @@ # # spec file for package libcontainers-common # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,19 @@ # commonver - version from containers/common -%define commonver 0.38.2 +%define commonver 0.38.11 # podman - version from containers/podman -%define podmanver 3.1.2 +%define podmanver 3.2.2 # storagever - version from containers/storage -%define storagever 1.31.0 +%define storagever 1.32.5 # imagever - version from containers/image -%define imagever 5.12.0 +%define imagever 5.13.2 Name: libcontainers-common -Version: 20210112 +Version: 20210626 Release: 0 Summary: Configuration files common to github.com/containers License: Apache-2.0 AND GPL-3.0-or-later @@ -46,11 +46,12 @@ Source7: podman-%{podmanver}.tar.xz Source8: default.yaml Source9: common-%{commonver}.tar.xz Source10: containers.conf +Source11: %{name}.rpmlintrc BuildRequires: go-go-md2man -Provides: libcontainers-image -Provides: libcontainers-storage -Obsoletes: libcontainers-image -Obsoletes: libcontainers-storage +Provides: libcontainers-image = %{version} +Provides: libcontainers-storage = %{version} +Obsoletes: libcontainers-image < %{version} +Obsoletes: libcontainers-storage < %{version} Requires(post): util-linux-systemd Requires(post): grep BuildArch: noarch @@ -87,7 +88,7 @@ rename '.md' '.1' docs/* cd .. # compile subset of containers/podman manpages cd podman-%{podmanver} -go-md2man -in docs/source/markdown/containers-mounts.conf.5.md -out docs/source/markdown/containers-mounts.conf.5 +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 .. diff --git a/podman-3.1.2.tar.xz b/podman-3.1.2.tar.xz deleted file mode 100644 index 0952a8c..0000000 --- a/podman-3.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15aef1efe1a3e1f9bf814f5aac7d1b9eb1f9dc58205848b743a0fe28cb12b171 -size 6088932 diff --git a/podman-3.2.2.tar.xz b/podman-3.2.2.tar.xz new file mode 100644 index 0000000..9993cb9 --- /dev/null +++ b/podman-3.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed707972952834f86dd02966b5a7f0f32f9d3ef546f67c23e054816b32e2009 +size 6338148 diff --git a/storage-1.31.0.tar.xz b/storage-1.31.0.tar.xz deleted file mode 100644 index e80a447..0000000 --- a/storage-1.31.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05d3a0dbb2a5f8a27947456a6470c9563f29b141d01a9c5a3c1a683d7f9d04f6 -size 1726792 diff --git a/storage-1.32.5.tar.xz b/storage-1.32.5.tar.xz new file mode 100644 index 0000000..f740eb8 --- /dev/null +++ b/storage-1.32.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1db449fa83e78fd804f31c14454ae4b165810252a287f2fff58d6662d96be10 +size 1728748