import buildah-1.22.0-2.module+el8.5.0+12136+c1ac9593

This commit is contained in:
CentOS Sources 2021-08-09 19:44:12 +00:00 committed by Andrew Lukoshko
parent dabb748424
commit 3f0d17dfda
3 changed files with 24 additions and 5 deletions

View File

@ -1 +1 @@
327fd4330a3f123410d695a50b466d746b4d23a7 SOURCES/main-42dbc97.tar.gz
bbca40797b29c45ddd56049f57e086a6050ade25 SOURCES/release-1.22-71b8003.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/main-42dbc97.tar.gz
SOURCES/release-1.22-71b8003.tar.gz

View File

@ -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 main
%global commit0 42dbc976287676a7a188a3e60a715c49e62bc036
%global branch release-1.22
%global commit0 71b8003a3505fcaa2a53f80997cea09507035e7e
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: buildah
Version: 1.22.0
Release: 0.2%{?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,25 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.0-2
- update to the latest content of https://github.com/containers/buildah/tree/release-1.22
(https://github.com/containers/buildah/commit/71b8003)
- Related: #1934415
* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.0-1
- update to 1.22.0 release and switch to the release-1.22 maint branch
- Related: #1934415
* Mon Aug 02 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.0-0.4
- update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/56ff12f)
- Related: #1934415
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.0-0.3
- update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/f517d85)
- Related: #1934415
* Wed Jul 28 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.0-0.2
- update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/42dbc97)