From 17dd158a27e0bbc9ec74e3ba973cfb6b1e1b8cec Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 23 2021 17:11:37 +0000 Subject: import buildah-1.21.4-2.module+el8.4.0+12050+ef972f71 --- diff --git a/.buildah.metadata b/.buildah.metadata index 460ee6e..56579e3 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -e8bb60a940b812e4c0a5a9e1d060c08499faa4da SOURCES/release-1.21-9c83683.tar.gz +ec5fa08e239150c492cdf163f3f8b558cf16a204 SOURCES/release-1.21-d1e9240.tar.gz diff --git a/.gitignore b/.gitignore index cecb4ae..d9ee9b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.21-9c83683.tar.gz +SOURCES/release-1.21-d1e9240.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 6d52506..a0cc713 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -12,12 +12,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/buildah %global branch release-1.21 -%global commit0 9c83683ac0e8a63474feef61ebcb7e8b973a26ef +%global commit0 d1e924070c11d7ce7745a80f0ee7eb7404f26ae1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: buildah Version: 1.21.4 -Release: 1%{?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,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Jul 29 2021 Jindrich Novy - 1.21.4-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.21 + (https://github.com/containers/buildah/commit/d1e9240) +- Related: #1954702 + * Tue Jul 27 2021 Jindrich Novy - 1.21.4-1 - add buildah-copy helper - Related: #1954702