diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-08 18:03:35 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-17 19:17:09 +0000 |
commit | 343da075d5d6e97310b5386e6346abbf7136434d (patch) | |
tree | 56f5c9d39cee211b0a79df536596a8ddb94da327 | |
parent | fb973818adde64652de52e4db0a15ece8e5d1ecb (diff) | |
download | meta-virtualization-343da075d5d6e97310b5386e6346abbf7136434d.tar.gz |
buildah: update to v1.37.5
Bumping buildah to version v1.37.5-4-gc0602013a, which comprises the following commits:
e4deb56f6 [release-1.37][CI:DOCS] touchup changelog
f31d99d24 Update CHANGELOG.md
5fd40b989 [release-1.37] Bump Buildah to v1.37.5
b949f6572 Bump the containers/storage library to v1.55.1
cffa820dc Properly validate cache IDs and sources
93986b888 Packit: constrain koji job to fedora package to avoid dupes
9dfacbb47 Tag v1.37.4
b55cbb8eb vendor: update c/common to v0.60.4
e289e285d CVE-2024-9407: validate "bind-propagation" flag settings
956095ee1 [release-1.37] Bump to Buildah v1.37.3
8165aae9e Do not error on trying to write IMA xattr as rootless
a47261ec1 imagebuildah.StageExecutor: clean up volumes/volumeCache
7b28b9e4e `manifest add --artifact`: handle multiple values
8fb01fbc9 Packit: split out ELN jobs and reuse fedora downstream targets
a8f37392f Packit: Enable sidetags for bodhi updates
1c0e94ec6 Use Epoch: 2 and respect the epoch in dependencies.
eadda3bc0 [release-1.37] Bump Buildah to v1.37.2
a18969dea [release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2
67cc51e90 [release-1.37] Bump to Buildah v1.37.1
02313cf69 [release-1.37] Bump c/common v0.60.1, c/image v5.32.1
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/buildah/buildah_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index 7ad2fd95..ae3495ba 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 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | BUILDAH_VERSION = "1.37.1" | 11 | BUILDAH_VERSION = "1.37.5" |
12 | 12 | ||
13 | PV = "${BUILDAH_VERSION}" | 13 | PV = "${BUILDAH_VERSION}" |
14 | 14 | ||
@@ -28,7 +28,7 @@ GO_WORKDIR = "${GO_INSTALL}" | |||
28 | GOBUILDFLAGS += "-mod vendor" | 28 | GOBUILDFLAGS += "-mod vendor" |
29 | 29 | ||
30 | SRCREV_FORMAT = "buildah_storage" | 30 | SRCREV_FORMAT = "buildah_storage" |
31 | SRCREV_buildah = "0117c423e94b1051d5e34a16f3f1db8fb63509c7" | 31 | SRCREV_buildah = "c0602013adc2142f017a6b973a70b33e57bd5539" |
32 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 32 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
33 | 33 | ||
34 | SRC_URI = " \ | 34 | SRC_URI = " \ |