diff --git a/.buildah.metadata b/.buildah.metadata index 06af407..0a5452c 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -93335f63aed53c8ab8caeb25c44743052f028c3f SOURCES/release-1.24-8cc4586.tar.gz +897f220eb7e00822294d8ca8042faa263de9878d SOURCES/release-1.24-1320eb7.tar.gz diff --git a/.gitignore b/.gitignore index 5c4e406..984b153 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.24-8cc4586.tar.gz +SOURCES/release-1.24-1320eb7.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 4160c35..faca2b1 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/buildah %global branch release-1.24 -%global commit0 8cc45860878359be0a53bed42adb8991e245e24a +%global commit0 1320eb734df906d4cd447117bff9555671298062 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 1 Name: buildah -Version: 1.24.5 -Release: 2%{?dist} +Version: 1.24.6 +Release: 3%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -128,6 +128,26 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Oct 31 2022 Jindrich Novy - 1:1.24.6-3 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.24 + (https://github.com/containers/buildah/commit/1320eb7) +- Related: #2129766 + +* Mon Sep 26 2022 Jindrich Novy - 1:1.24.6-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.24 + (https://github.com/containers/buildah/commit/4198a78) +- Related: #2123641 + +* Wed Sep 21 2022 Jindrich Novy - 1:1.24.6-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.24 + (https://github.com/containers/buildah/commit/efed577) +- Related: #2123641 + +* Tue Sep 20 2022 Jindrich Novy - 1:1.24.5-3 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.24 + (https://github.com/containers/buildah/commit/0ee422c) +- Related: #2123641 + * Wed Aug 24 2022 Jindrich Novy - 1:1.24.5-2 - update to the latest content of https://github.com/containers/buildah/tree/release-1.24 (https://github.com/containers/buildah/commit/8cc4586)