import buildah-1.21.4-2.module+el8.4.0+12050+ef972f71

This commit is contained in:
CentOS Sources 2021-09-23 13:11:37 -04:00 committed by root
parent ae6c07134c
commit 39d34951b7
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
e8bb60a940b812e4c0a5a9e1d060c08499faa4da SOURCES/release-1.21-9c83683.tar.gz
ec5fa08e239150c492cdf163f3f8b558cf16a204 SOURCES/release-1.21-d1e9240.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.21-9c83683.tar.gz
SOURCES/release-1.21-d1e9240.tar.gz

View File

@ -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 <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 1.21.4-1
- add buildah-copy helper
- Related: #1954702