diff --git a/.buildah.metadata b/.buildah.metadata index d8fd1c9..3050db1 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -8576a72b4baba902bbf6838a6f598094b8141c05 SOURCES/release-1.19-c1d6200.tar.gz +462a12e1d78ca0f9638fd8d1b8d61a3de1d6deb0 SOURCES/release-1.19-6d7f496.tar.gz diff --git a/.gitignore b/.gitignore index 371cda3..4b0775c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.19-c1d6200.tar.gz +SOURCES/release-1.19-6d7f496.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 5c4aed6..7af120e 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -14,12 +14,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/buildah %global branch release-1.19 -%global commit0 c1d6200be31286ea3cd4752ed1464b0f85ea388a +%global commit0 6d7f49677fce165a0a5fab7adb9109a87371041f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: buildah Version: 1.19.9 -Release: 1%{?dist} +Release: 6%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -121,6 +121,31 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu May 12 2022 Jindrich Novy - 1.19.9-6 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/6d7f496) +- Related: #2061390 + +* Sat Apr 30 2022 Jindrich Novy - 1.19.9-5 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/d69ac6e) +- Related: #2061390 + +* Wed Apr 06 2022 Jindrich Novy - 1.19.9-4 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/7c6701d) +- Related: #2061390 + +* Fri Apr 01 2022 Jindrich Novy - 1.19.9-3 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/3808e27) +- Related: #2061390 + +* Mon Jan 10 2022 Jindrich Novy - 1.19.9-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/ff5434f) +- Related: #2001445 + * Tue Aug 17 2021 Jindrich Novy - 1.19.9-1 - update to the latest content of https://github.com/containers/buildah/tree/release-1.19 (https://github.com/containers/buildah/commit/c1d6200)