From 197c451e65baddac814c15eb05e9e2b3f2389d15df0965bb6cb5ba93c5ac6f29 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Sep 2021 19:12:31 +0000 Subject: [PATCH] Accepting request 919714 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/919714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=48 --- _service | 2 +- _servicedata | 2 +- buildah-1.22.3.tar.xz | 3 --- buildah-1.23.0.tar.xz | 3 +++ buildah.changes | 7 +++++++ buildah.spec | 4 ++-- 6 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 buildah-1.22.3.tar.xz create mode 100644 buildah-1.23.0.tar.xz diff --git a/_service b/_service index a436fac..58bb997 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ buildah @PARENT_TAG@ v(.*) - v1.22.3 + v1.23.0 enable diff --git a/_servicedata b/_servicedata index 35f84dc..39ca213 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/buildah.git - 852ca9ff7fff7a95789b706972b968ec9c5cff34 \ No newline at end of file + 37fe4e86c284486c0ede084d579122c48ffe5dc1 \ No newline at end of file diff --git a/buildah-1.22.3.tar.xz b/buildah-1.22.3.tar.xz deleted file mode 100644 index 89cef2d..0000000 --- a/buildah-1.22.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0695a65045269aad19daaf7b8cf67e026914aff9d6a5f555b4b376b65f00ec06 -size 6517992 diff --git a/buildah-1.23.0.tar.xz b/buildah-1.23.0.tar.xz new file mode 100644 index 0000000..9d44d97 --- /dev/null +++ b/buildah-1.23.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f18720f8d18b8d4f7bd7c4dbb77b06ada11cb67272e1355c5c4b4922c366746 +size 6662332 diff --git a/buildah.changes b/buildah.changes index 4760ecf..2ec0168 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 17 10:08:13 UTC 2021 - alexandre.vicenzi@suse.com + +- Update to version 1.23.0: + * Update dependencies + * Bugfixes + ------------------------------------------------------------------- Thu Sep 02 15:16:02 UTC 2021 - alexandre.vicenzi@suse.com diff --git a/buildah.spec b/buildah.spec index 5dc9fd2..8c64309 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.22.3 +Version: 1.23.0 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0 @@ -48,7 +48,7 @@ Requires: cni Requires: libcontainers-common Requires: libcontainers-image Requires: libcontainers-storage -Requires: runc >= 1.0.1 +Requires: runc >= 1.0.2 Requires: slirp4netns %{go_nostrip} %if 0%{?with_libostree}