diff --git a/buildah.spec b/buildah.spec index 30e2adcfcfcc7fecb37b79cf7d3f9eb34fcf8605..792985e9aec4e3c9a63455ce4c7e0db062ce1c77 100644 --- a/buildah.spec +++ b/buildah.spec @@ -11,14 +11,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/buildah -#%%global branch main -%global commit0 3ae75d4a4a72228e2eb2f90b29441728bc8af87e +%global branch release-1.33 +%global commit0 f843563df89a838b97450b3ceb777a5fab75569c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -Epoch: 1 +Epoch: 2 Name: buildah -Version: 1.31.3 -Release: 1%{?dist} +Version: 1.33.6 +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -39,6 +39,7 @@ BuildRequires: /usr/bin/go-md2man BuildRequires: gpgme-devel BuildRequires: device-mapper-devel BuildRequires: libassuan-devel +BuildRequires: shadow-utils-subid-devel BuildRequires: make Requires: runc >= 1.0.0-26 Requires: containers-common >= 2:1-2 @@ -93,7 +94,7 @@ popd mv vendor src export GOPATH=$(pwd)/_build:$(pwd) -export BUILDTAGS='seccomp selinux btrfs_noversion exclude_graphdriver_btrfs' +export BUILDTAGS="seccomp 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,.* ,,'` @@ -135,6 +136,48 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Feb 26 2024 Jindrich Novy - 2:1.33.6-2 +- update tags for systemd libsubid +- Resolves: RHEL-26594 + +* Mon Feb 19 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: Jira:RHEL-2110 + +* 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) +- Related: Jira:RHEL-2110 + +* Wed Jan 31 2024 Jindrich Novy - 2:1.33.4-2 +- revert back to 1.33.4 +- Related: Jira:RHEL-2110 + +* Tue Jan 02 2024 Jindrich Novy - 1:1.34.0-1 +- update to https://github.com/containers/buildah/releases/tag/v1.34.0 +- Related: Jira:RHEL-2110 + +* Thu Dec 07 2023 Lokesh Mandvekar - 1:1.33.2-1 +- update to https://github.com/containers/buildah/releases/tag/v1.33.2 +- Related: Jira:RHEL-2110 + +* Sun Nov 19 2023 Jindrich Novy - 1:1.33.1-1 +- update to https://github.com/containers/buildah/releases/tag/v1.33.1 +- Related: Jira:RHEL-2110 + +* Tue Oct 31 2023 Jindrich Novy - 1:1.32.2-1 +- update to https://github.com/containers/buildah/releases/tag/v1.32.2 +- Related: Jira:RHEL-2110 + +* Mon Oct 30 2023 Jindrich Novy - 1:1.32.1-1 +- update to https://github.com/containers/buildah/releases/tag/v1.32.1 +- Related: Jira:RHEL-2110 + +* Fri Sep 15 2023 Jindrich Novy - 1:1.32.0-1 +- update to https://github.com/containers/buildah/releases/tag/v1.32.0 +- Related: Jira:RHEL-2110 + * Fri Aug 25 2023 Jindrich Novy - 1:1.31.3-1 - update to https://github.com/containers/buildah/releases/tag/v1.31.3 - Related: #2176055 diff --git a/download b/download index c4d8c95719a333d6c7fddaaa0c9d870a179bb39a..012d0506014021eb3d453bde2f8f880b86f83256 100644 --- a/download +++ b/download @@ -1 +1 @@ -864856cb96c02520e071bb6bbdea8146 buildah-1.31.3-3ae75d4.tar.gz +3ff383b68a931516555130e173139470 release-1.33-f843563.tar.gz