buildah-1.24.6-8.el8

- rebuild
- Resolves: RHEL-18261

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-01-03 14:03:29 +01:00
parent 6ecb17a5ec
commit 6a90ad3984
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 1
Name: buildah
Version: 1.24.6
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@ -129,6 +129,10 @@ rm -f %{buildroot}%{_mandir}/man5/Containerfile*
%{_datadir}/%{name}/test
%changelog
* Wed Jan 03 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-8
- rebuild
- Resolves: RHEL-18261
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-7
- rebuild for CVE-2023-29406
- Related: #2176055