diff --git a/.buildah.metadata b/.buildah.metadata index 0dd3f83..bc2aef1 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -4ae07f5c268c9bff72abbb57942a8692eb2d2e3c SOURCES/release-1.19-af31e45.tar.gz +acdb795e66d0476ad132348c561e97d0a6cfc0e8 SOURCES/buildah-1.19.8-d1c9523.tar.gz diff --git a/.gitignore b/.gitignore index ac2d1c8..64cf349 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.19-af31e45.tar.gz +SOURCES/buildah-1.19.8-d1c9523.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 607fa5d..34cbbbd 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -13,21 +13,18 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/buildah -%global branch release-1.19 -%global commit0 af31e45d45c6febf8c0940e61faafafaebe6a48f +#%%global branch release-1.19 +%global commit0 d1c9523dcfb96a286c78da317fb3844ddd5b6476 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: buildah -Version: 1.19.3 +Version: 1.19.8 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures -#ExclusiveArch: %%{go_arches} -# still use arch exclude as the macro above still refers %%{ix86} in RHEL8.4: -# https://bugzilla.redhat.com/show_bug.cgi?id=1905383 -ExcludeArch: %{ix86} +ExclusiveArch: %{go_arches} %if 0%{?branch:1} Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz %else @@ -124,6 +121,64 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Tue Mar 09 2021 Jindrich Novy - 1.19.8-1 +- update to https://github.com/containers/buildah/releases/tag/v1.19.8 +- Related: #1934415 + +* Fri Mar 05 2021 Jindrich Novy - 1.19.7-1 +- update to https://github.com/containers/buildah/releases/tag/v1.19.7 +- Related: #1934415 + +* Fri Feb 19 2021 Jindrich Novy - 1.19.6-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/7aedb16) +- Related: #1883490 + +* Thu Feb 18 2021 Jindrich Novy - 1.19.5-6 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/dcd385e) +- Related: #1883490 + +* Thu Feb 18 2021 Jindrich Novy - 1.19.5-5 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/016b90d) +- Related: #1883490 + +* Tue Feb 16 2021 Jindrich Novy - 1.19.5-4 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/e5384ed) +- Related: #1883490 + +* Mon Feb 15 2021 Jindrich Novy - 1.19.5-3 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/9dd415b) +- Related: #1883490 + +* Fri Feb 12 2021 Jindrich Novy - 1.19.5-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/db783f4) +- Related: #1883490 + +* Wed Feb 10 2021 Jindrich Novy - 1.19.5-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/1fb260f) +- Related: #1883490 + +* Tue Feb 09 2021 Jindrich Novy - 1.19.4-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/76beccc) +- Related: #1883490 + +* Sun Feb 07 2021 Jindrich Novy - 1.19.3-3 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/a96b716) +- Related: #1883490 + +* Sat Feb 06 2021 Jindrich Novy - 1.19.3-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/17521db) +- Related: #1883490 + * Sun Jan 31 2021 Jindrich Novy - 1.19.3-1 - update to the latest content of https://github.com/containers/buildah/tree/release-1.19 (https://github.com/containers/buildah/commit/af31e45)