import buildah-1.19.9-6.module+el8.7.0+16212+65e1b35f

This commit is contained in:
CentOS Sources 2022-09-27 06:39:49 -04:00 committed by root
parent a3ba70a6b8
commit 0974a40232
3 changed files with 29 additions and 4 deletions

View File

@ -1 +1 @@
8576a72b4baba902bbf6838a6f598094b8141c05 SOURCES/release-1.19-c1d6200.tar.gz
462a12e1d78ca0f9638fd8d1b8d61a3de1d6deb0 SOURCES/release-1.19-6d7f496.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.19-c1d6200.tar.gz
SOURCES/release-1.19-6d7f496.tar.gz

View File

@ -14,12 +14,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/buildah
%global branch release-1.19
%global commit0 c1d6200be31286ea3cd4752ed1464b0f85ea388a
%global commit0 6d7f49677fce165a0a5fab7adb9109a87371041f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: buildah
Version: 1.19.9
Release: 1%{?dist}
Release: 6%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@ -121,6 +121,31 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* Thu May 12 2022 Jindrich Novy <jnovy@redhat.com> - 1.19.9-6
- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
(https://github.com/containers/buildah/commit/6d7f496)
- Related: #2061390
* Sat Apr 30 2022 Jindrich Novy <jnovy@redhat.com> - 1.19.9-5
- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
(https://github.com/containers/buildah/commit/d69ac6e)
- Related: #2061390
* Wed Apr 06 2022 Jindrich Novy <jnovy@redhat.com> - 1.19.9-4
- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
(https://github.com/containers/buildah/commit/7c6701d)
- Related: #2061390
* Fri Apr 01 2022 Jindrich Novy <jnovy@redhat.com> - 1.19.9-3
- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
(https://github.com/containers/buildah/commit/3808e27)
- Related: #2061390
* Mon Jan 10 2022 Jindrich Novy <jnovy@redhat.com> - 1.19.9-2
- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
(https://github.com/containers/buildah/commit/ff5434f)
- Related: #2001445
* Tue Aug 17 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.9-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
(https://github.com/containers/buildah/commit/c1d6200)