From 3e9af7763ad34588ee520d9c3b6617362c961ea4 Mon Sep 17 00:00:00 2001 From: eholzbach Date: Sun, 30 Aug 2026 18:43:09 -0400 Subject: [PATCH] buildah: update to 1.45.0 --- srcpkgs/buildah/template | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index 09888dd645f94c..89d40507c852e4 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -1,22 +1,24 @@ # Template file for 'buildah' pkgname=buildah -version=1.37.0 -revision=3 +version=1.45.0 +revision=1 build_style=go -go_import_path=github.com/containers/buildah +go_import_path=go.podman.io/buildah go_package="${go_import_path}/cmd/buildah" -go_build_tags=containers_image_ostree_stub +go_build_tags="seccomp" hostmakedepends="pkg-config go-md2man" -makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel - libassuan-devel libseccomp-devel" +makedepends="libbtrfs-devel gpgme-devel libassuan-devel libseccomp-devel" depends="runc containers.image containers.storage containers-common" short_desc="Dockerfile compatible OCI image building tool" maintainer="Orphaned " license="Apache-2.0" homepage="https://buildah.io/" changelog="https://raw.githubusercontent.com/containers/buildah/main/CHANGELOG.md" -distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz" -checksum=f59adef68d88f21efc022f60c09cd084c4fd68a72f0282df09514fb0431069d9 +distfiles="https://github.com/podman-container-tools/buildah/archive/refs/tags/v${version}.tar.gz" +checksum=d2bc03332c9f6ad5fcc210c68ad3190fe11d358214c88fb12a233f5045d5eddd + +# tests require access to privileged container operations +make_check=no post_build() { make -C docs GOMD2MAN=go-md2man