diff --git a/buildah.spec b/buildah.spec index aaa2cff..5277554 100644 --- a/buildah.spec +++ b/buildah.spec @@ -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 - 2:1.33.12-3 +- rebuild for CVE-2025-58183 +- Resolves: RHEL-125644 + * Tue May 06 2025 Jindrich Novy - 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)