diff --git a/.buildah.metadata b/.buildah.metadata index 26599fa..e06d422 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -427bc708dc556bf5be50eac881a7914ae81260cc SOURCES/buildah-1.37.5-5fd40b9.tar.gz +b8e6e93791658b7f4e12020da858b3a7422b67a4 SOURCES/release-1.37-fd39521.tar.gz diff --git a/.gitignore b/.gitignore index 2082d20..8d8d8ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/buildah-1.37.5-5fd40b9.tar.gz +SOURCES/release-1.37-fd39521.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 6da1fc1..b0b9d2d 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 5fd40b989860984a00f6fc1539ff53caceca1325 +%global branch release-1.37 +%global commit0 fd39521492e60607ce8b2867bd44182e15059858 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah -Version: 1.37.5 +Version: 1.37.6 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -135,6 +135,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Jan 23 2025 Jindrich Novy - 2:1.37.6-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.37 + (https://github.com/containers/buildah/commit/fd39521) +- Resolves: RHEL-67617 + * Mon Oct 21 2024 Jindrich Novy - 2:1.37.5-1 - update to https://github.com/containers/buildah/releases/tag/v1.37.5 - Resolves: RHEL-61857