summaryrefslogtreecommitdiffstats
path: root/recipes-containers/buildah
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-05 20:47:22 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:39 +0000
commit48b63ed5757824ec521da4f19773074a143133f5 (patch)
treeacd9bc4f1407e0143e25d3f19929b91308dbf144 /recipes-containers/buildah
parent22989818f3afddd849a6d26c280925d1865ae8b9 (diff)
downloadmeta-virtualization-48b63ed5757824ec521da4f19773074a143133f5.tar.gz
buildah: update to 1.31.3
Bumping buildah to version v1.31.1-23-g0926e05c3, which comprises the following commits: f449589dd [release-1.31] Bump to v1.31.4-dev 3ae75d4a4 [release-1.31] Bump to v1.31.3 68fa52ca5 [release-1.31] Bump c/common 0.55.4, c/image 5.26.2, c/storage 1.48.1 140f028d6 rpm: spdx compatible license field 20b479ec4 RPM: fix buildtags d1e3a7bf3 [release-1.31] Bump to v1.31.3-dev d4d1d7513 [release-1.31] Bump to v1.31.2 4d9260cc3 [release-1.31] Bump to v1.31.2-dev 800b1549b [release-1.31] Bump to v1.31.1 0a63bc63d [release-1.31] Remove zstd:chunked from man, bump c/common to v0.55.3 98f684ff3 [CI:BUILD] Packit: add fedora-eln targets 708c07761 [CI:BUILD] RPM: build docs with vendored go-md2man 68fa9389a packit: Build PRs into default packit COPRs 95e1dfb3d [CI:BUILD] Packit: remove pre-sync action 806fcccee CI:BUILD] RPM: define gobuild macro for rhel/centos stream Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/buildah')
-rw-r--r--recipes-containers/buildah/buildah_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 53c6cb01..5155cbb1 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11BUILDAH_VERSION = "1.31.1" 11BUILDAH_VERSION = "1.31.3"
12 12
13PV = "${BUILDAH_VERSION}" 13PV = "${BUILDAH_VERSION}"
14 14
@@ -26,7 +26,7 @@ GO_WORKDIR = "${GO_INSTALL}"
26GOBUILDFLAGS += "-mod vendor" 26GOBUILDFLAGS += "-mod vendor"
27 27
28SRCREV_FORMAT = "buildah_storage" 28SRCREV_FORMAT = "buildah_storage"
29SRCREV_buildah = "0cc7680cc38180a23b53895903405d98fcc4c027" 29SRCREV_buildah = "0926e05c3386a009f622a49a781bf3dcbf2aef03"
30SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 30SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
31 31
32SRC_URI = " \ 32SRC_URI = " \