Update to 1.24.7

This commit is contained in:
eabdullin 2024-04-29 10:27:28 +03:00
parent 5404420630
commit 672fe8d83a
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
5d63539d2800edd6c2580f9cdf8f0cd55ae33b65 SOURCES/release-1.24-60e6bc0.tar.gz
8627c699b37bb6ac1bf31e402bc7905ccc36402c SOURCES/release-1.24-f022e58.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.24-60e6bc0.tar.gz
SOURCES/release-1.24-f022e58.tar.gz

View File

@ -12,13 +12,14 @@ 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 60e6bc0f7338b4b7a0ec044f75f8dd3ba0fa58fb
# https://github.com/containers/buildah/pull/5451
%global commit0 f022e588710256d2e65ea158d440ea8da2ddcd92
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 1
Name: buildah
Version: 1.24.6
Release: 7%{?dist}
Version: 1.24.7
Release: 1%{?dist}.alma.1
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@ -129,6 +130,9 @@ rm -f %{buildroot}%{_mandir}/man5/Containerfile*
%{_datadir}/%{name}/test
%changelog
* Mon Apr 29 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.24.7-1.alma.1
- Update to v1.24.7
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-7
- rebuild for CVE-2023-29406
- Related: #2176055