import buildah-1.24.6-3.module+el8.8.0+17272+e09ebca6

This commit is contained in:
CentOS Sources 2023-01-31 01:12:07 +00:00 committed by root
parent 1a13deb4cf
commit e586c6b4e6
3 changed files with 25 additions and 5 deletions

View File

@ -1 +1 @@
93335f63aed53c8ab8caeb25c44743052f028c3f SOURCES/release-1.24-8cc4586.tar.gz
897f220eb7e00822294d8ca8042faa263de9878d SOURCES/release-1.24-1320eb7.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.24-8cc4586.tar.gz
SOURCES/release-1.24-1320eb7.tar.gz

View File

@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/buildah
%global branch release-1.24
%global commit0 8cc45860878359be0a53bed42adb8991e245e24a
%global commit0 1320eb734df906d4cd447117bff9555671298062
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 1
Name: buildah
Version: 1.24.5
Release: 2%{?dist}
Version: 1.24.6
Release: 3%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@ -128,6 +128,26 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* Mon Oct 31 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-3
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
(https://github.com/containers/buildah/commit/1320eb7)
- Related: #2129766
* Mon Sep 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-2
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
(https://github.com/containers/buildah/commit/4198a78)
- Related: #2123641
* Wed Sep 21 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
(https://github.com/containers/buildah/commit/efed577)
- Related: #2123641
* Tue Sep 20 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.5-3
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
(https://github.com/containers/buildah/commit/0ee422c)
- Related: #2123641
* Wed Aug 24 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.5-2
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
(https://github.com/containers/buildah/commit/8cc4586)