diff --git a/.buildah.metadata b/.buildah.metadata index 6d09bbe..1cfec9c 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -f7aaa151b2f00ce3a1e437704765e23df61446d1 SOURCES/release-1.22-4d20222.tar.gz +9f1744e8800775078fa20e4e2a7e0a4a7faa51e1 SOURCES/main-9a49348.tar.gz diff --git a/.gitignore b/.gitignore index 0c033e6..f7531fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.22-4d20222.tar.gz +SOURCES/main-9a49348.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 1641c76..169ab5b 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 release-1.22 -%global commit0 4d2022278696ad2f39b5c95029d8c699db404f37 +%global branch main +%global commit0 9a49348bebb3ba93285f3a4584fc3e32adab35a1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: buildah -Version: 1.22.3 -Release: 2%{?dist} +Version: 1.24.0 +Release: 0.7%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -26,7 +26,7 @@ ExclusiveArch: %{go_arches} %if 0%{?branch:1} Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz %else -Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%%{shortcommit0}.tar.gz +Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz %endif BuildRequires: golang >= 1.16.6 BuildRequires: git @@ -73,7 +73,7 @@ This package contains system tests for %{name} %if 0%{?branch:1} %autosetup -Sgit -n containers-%{name}-%{shortcommit0} %else -%autosetup -Sgit -n %%{name}-%{commit0} +%autosetup -Sgit -n %{name}-%{commit0} %endif sed -i 's/GOMD2MAN =/GOMD2MAN ?=/' docs/Makefile sed -i '/docs install/d' Makefile @@ -127,6 +127,51 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Fri Sep 24 2021 Jindrich Novy - 1.24.0-0.7 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/9a49348) +- Related: #2001445 + +* Thu Sep 23 2021 Jindrich Novy - 1.24.0-0.6 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/a72aad4) +- Related: #2001445 + +* Wed Sep 22 2021 Jindrich Novy - 1.24.0-0.5 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/b8757e9) +- Related: #2001445 + +* Tue Sep 21 2021 Jindrich Novy - 1.24.0-0.4 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/fb84638) +- Related: #2001445 + +* Mon Sep 20 2021 Jindrich Novy - 1.24.0-0.3 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/f3f3c55) +- Related: #2001445 + +* Fri Sep 17 2021 Jindrich Novy - 1.24.0-0.2 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/753716a) +- Related: #2001445 + +* Wed Sep 15 2021 Jindrich Novy - 1.24.0-0.1 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/69b3e56) +- Related: #2001445 + +* Mon Sep 13 2021 Jindrich Novy - 1.23.0-0.2 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/e9bc224) +- Related: #2001445 + +* Fri Sep 10 2021 Jindrich Novy - 1.23.0-0.1 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/a5aba5c) +- Related: #2001445 + * Wed Aug 25 2021 Jindrich Novy - 1.22.3-2 - update to the latest content of https://github.com/containers/buildah/tree/release-1.22 (https://github.com/containers/buildah/commit/4d20222)