diff --git a/.buildah.metadata b/.buildah.metadata index 91313c4..92e90fd 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -327fd4330a3f123410d695a50b466d746b4d23a7 SOURCES/main-42dbc97.tar.gz +bbca40797b29c45ddd56049f57e086a6050ade25 SOURCES/release-1.22-71b8003.tar.gz diff --git a/.gitignore b/.gitignore index 431d8cf..1b6e190 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/main-42dbc97.tar.gz +SOURCES/release-1.22-71b8003.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 144baaf..d2590aa 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -11,13 +11,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/buildah -%global branch main -%global commit0 42dbc976287676a7a188a3e60a715c49e62bc036 +%global branch release-1.22 +%global commit0 71b8003a3505fcaa2a53f80997cea09507035e7e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: buildah Version: 1.22.0 -Release: 0.2%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -127,6 +127,25 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Aug 05 2021 Jindrich Novy - 1.22.0-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.22 + (https://github.com/containers/buildah/commit/71b8003) +- Related: #1934415 + +* Tue Aug 03 2021 Jindrich Novy - 1.22.0-1 +- update to 1.22.0 release and switch to the release-1.22 maint branch +- Related: #1934415 + +* Mon Aug 02 2021 Jindrich Novy - 1.22.0-0.4 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/56ff12f) +- Related: #1934415 + +* Thu Jul 29 2021 Jindrich Novy - 1.22.0-0.3 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/f517d85) +- Related: #1934415 + * Wed Jul 28 2021 Jindrich Novy - 1.22.0-0.2 - update to the latest content of https://github.com/containers/buildah/tree/main (https://github.com/containers/buildah/commit/42dbc97)