buildah-1.33.12-3.el8

- rebuild for CVE-2025-58183
- Resolves: RHEL-125644

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-12-03 02:54:25 +01:00
parent 1db295a473
commit ca21629c2e

View File

@ -18,7 +18,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 2
Name: buildah
Version: 1.33.12
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@ -136,6 +136,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* Wed Dec 03 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.33.12-3
- rebuild for CVE-2025-58183
- Resolves: RHEL-125644
* Tue May 06 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.33.12-2
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
(https://github.com/containers/buildah/commit/cf49e7c)