diff --git a/.buildah.metadata b/.buildah.metadata index 6e09710..ad88e91 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -52fc5cbf135d7b065aef6c86ec16e9ec01d4ad02 SOURCES/release-1.33-70b792d.tar.gz +29463c9f7828529acb565dc5e6f41925f195f274 SOURCES/buildah-1.37.2-eadda3b.tar.gz diff --git a/.gitignore b/.gitignore index 3790de1..b42789d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.33-70b792d.tar.gz +SOURCES/buildah-1.37.2-eadda3b.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 5f46b44..3543e98 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -8,13 +8,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/buildah -%global branch release-1.33 -%global commit0 70b792d5682d4e39e02d185310af2898287c9047 +#%%global branch release-1.33 +%global commit0 eadda3bc0e692f6d4c5d6f813f63f059413e92fc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah -Version: 1.33.5 +Version: 1.37.2 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -36,6 +36,7 @@ BuildRequires: /usr/bin/go-md2man BuildRequires: gpgme-devel BuildRequires: device-mapper-devel BuildRequires: libassuan-devel +BuildRequires: shadow-utils-subid-devel BuildRequires: make Recommends: crun Requires: oci-runtime @@ -92,7 +93,7 @@ popd mv vendor src export GOPATH=$(pwd)/_build:$(pwd) -export BUILDTAGS='seccomp selinux btrfs_noversion exclude_graphdriver_btrfs' +export BUILDTAGS="seccomp exclude_graphdriver_devicemapper selinux btrfs_noversion exclude_graphdriver_btrfs $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" export GO111MODULE=off export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` @@ -134,6 +135,43 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Wed Aug 21 2024 Jindrich Novy - 2:1.37.2-1 +- update to https://github.com/containers/buildah/releases/tag/v1.37.2 +- Related: RHEL-27608 + +* Thu Aug 15 2024 Jindrich Novy - 2:1.37.1-1 +- update to https://github.com/containers/buildah/releases/tag/v1.37.1 +- Related: RHEL-27608 + +* Mon Jul 29 2024 Jindrich Novy - 2:1.37.0-1 +- update to https://github.com/containers/buildah/releases/tag/v1.37.0 +- Resolves: RHEL-47164 RHEL-40808 + +* Wed May 29 2024 Jindrich Novy - 2:1.36.0-1 +- update to https://github.com/containers/buildah/releases/tag/v1.36.0 +- Related: RHEL-27608 + +* Wed Mar 27 2024 Jindrich Novy - 2:1.35.2-1 +- update to https://github.com/containers/buildah/releases/tag/v1.35.2 +- Related: RHEL-27608 + +* Tue Mar 19 2024 Jindrich Novy - 2:1.35.1-1 +- update to https://github.com/containers/buildah/releases/tag/v1.35.1 +- Related: RHEL-27608 + +* Fri Mar 15 2024 Jindrich Novy - 2:1.35.0-1 +- update to https://github.com/containers/buildah/releases/tag/v1.35.0 +- Resolves: RHEL-29278 + +* Mon Feb 26 2024 Jindrich Novy - 2:1.33.6-2 +- update tags for systemd libsubid +- Resolves: RHEL-26594 + +* Fri Feb 16 2024 Jindrich Novy - 2:1.33.6-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.33 + (https://github.com/containers/buildah/commit/f843563) +- Related: RHEL-2112 + * Fri Feb 02 2024 Jindrich Novy - 2:1.33.5-1 - update to the latest content of https://github.com/containers/buildah/tree/release-1.33 (https://github.com/containers/buildah/commit/70b792d)