From 63dd08bf86dcc3df6ca31e8aaf21995a43e60702 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Aug 2023 18:35:08 +0000 Subject: [PATCH] buildah: update to 1.31.1 Bumping buildah to version v1.31.1-3-g0cc7680cc, which comprises the following commits: 806fcccee CI:BUILD] RPM: define gobuild macro for rhel/centos stream a3056cacd [release-1.31] Bump c/common d0de60bbf Bump 1.31.0 Signed-off-by: Bruce Ashfield --- recipes-containers/buildah/buildah_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index 32751ecf..53c6cb01 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 S = "${WORKDIR}/git" -BUILDAH_VERSION = "1.31" +BUILDAH_VERSION = "1.31.1" PV = "${BUILDAH_VERSION}" @@ -26,11 +26,11 @@ GO_WORKDIR = "${GO_INSTALL}" GOBUILDFLAGS += "-mod vendor" SRCREV_FORMAT = "buildah_storage" -SRCREV_buildah = "d0de60bbf34d7e97d08f8652abf794c3b66e47a1" +SRCREV_buildah = "0cc7680cc38180a23b53895903405d98fcc4c027" SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" SRC_URI = " \ - git://github.com/containers/buildah;branch=release-${BUILDAH_VERSION};name=buildah;protocol=https \ + git://github.com/containers/buildah;branch=release-1.31;name=buildah;protocol=https \ " DEPENDS = "libdevmapper btrfs-tools gpgme"