From 94af8c8106fa66be737d8711fff082ab8cb0c7c13a22b613d5323a2463456f04 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 4 Feb 2022 20:49:21 +0000 Subject: [PATCH] Accepting request 951530 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/951530 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=51 --- _service | 2 +- _servicedata | 2 +- buildah-1.24.0.tar.xz | 3 --- buildah-1.24.1.tar.xz | 3 +++ buildah.changes | 17 +++++++++++++++++ buildah.spec | 2 +- 6 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 buildah-1.24.0.tar.xz create mode 100644 buildah-1.24.1.tar.xz diff --git a/_service b/_service index 22cbb18..95a6cbb 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ buildah @PARENT_TAG@ v(.*) - v1.24.0 + v1.24.1 enable diff --git a/_servicedata b/_servicedata index 08278b7..63dc9bb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/buildah.git - 29f6b4f706dc3ec4e908ac67bc3ecd5ab1f5b513 \ No newline at end of file + 28f7884b7b8082546f1bde014f7e437af9c9c870 \ No newline at end of file diff --git a/buildah-1.24.0.tar.xz b/buildah-1.24.0.tar.xz deleted file mode 100644 index 4c0ae36..0000000 --- a/buildah-1.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd5e9642a7ea50be4fda48c119bd351e821dc411634cbb5d511a158c0cfdeb5b -size 8188812 diff --git a/buildah-1.24.1.tar.xz b/buildah-1.24.1.tar.xz new file mode 100644 index 0000000..d4b1c50 --- /dev/null +++ b/buildah-1.24.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c549fb140310095d74bd606baddb7283f2cd4c13ae038a6d2b07e946051f7bb4 +size 8186324 diff --git a/buildah.changes b/buildah.changes index 93f1819..92eaba9 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Feb 04 07:31:54 UTC 2022 - dcermak@suse.com + +- Update to version 1.24.1: +* overlay: always honor mountProgram by @giuseppe in https://github.com/containers/buildah/pull/3750 +* build(deps): bump github.com/onsi/gomega from 1.18.0 to 1.18.1 by @dependabot in https://github.com/containers/buildah/pull/3754 +* imagebuildah.BuildDockerfiles(): create the jobs semaphore by @nalind in https://github.com/containers/buildah/pull/3753 +* build(deps): bump github.com/containers/storage from 1.38.1 to 1.38.2 by @dependabot in https://github.com/containers/buildah/pull/3760 +* System tests: fix accidental vandalism of source dir by @edsantiago in https://github.com/containers/buildah/pull/3761 +* Update vendor of containers/storage and containers/common by @rhatdan in https://github.com/containers/buildah/pull/3759 +* Bump version of containers/image and containers/common by @rhatdan in https://github.com/containers/buildah/pull/3764 +* Update vendor of openshift/imagebuilder by @rhatdan in https://github.com/containers/buildah/pull/3765 +* caps: fix buildah run --cap-add=all by @rhatdan in https://github.com/containers/buildah/pull/3766 +* stage_executor: Add support for inline `FROM --platform=` within Containerfile/Dockerfile by @flouthoc in https://github.com/containers/buildah/pull/3757 + +**Full Changelog**: https://github.com/containers/buildah/compare/v1.24.0...v1.24.1 + ------------------------------------------------------------------- Thu Jan 27 07:30:30 UTC 2022 - dcermak@suse.com diff --git a/buildah.spec b/buildah.spec index d149cf1..5de4f99 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.24.0 +Version: 1.24.1 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0