diff --git a/.buildah.metadata b/.buildah.metadata index f0c8672..ed0e9c7 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -fb44e502812a93e5f952a222192d989984cded57 SOURCES/release-1.33-f843563.tar.gz +3c6b12d82b8d7c28398a0cf651816a1bba1ad61e SOURCES/release-1.33-b95e962.tar.gz diff --git a/.gitignore b/.gitignore index 096a15a..8ba7ca5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.33-f843563.tar.gz +SOURCES/release-1.33-b95e962.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index aa31f85..5a7e783 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -9,13 +9,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/buildah %global branch release-1.33 -%global commit0 f843563df89a838b97450b3ceb777a5fab75569c +%global commit0 b95e96247df1c233f23f07aad37b25f5118a4f47 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah -Version: 1.33.6 -Release: 2%{?dist} +Version: 1.33.7 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -135,6 +135,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Mar 21 2024 Jindrich Novy - 2:1.33.7-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.33 + (https://github.com/containers/buildah/commit/b95e962) +- Resolves: RHEL-28230 + * Mon Feb 26 2024 Jindrich Novy - 2:1.33.6-2 - update tags for systemd libsubid - Resolves: RHEL-26594