diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index eed353c..a672a03 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: buildah Version: 1.33.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -135,6 +135,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Tue Jul 23 2024 Jindrich Novy - 2:1.33.7-4 +- rebuild for CVE-2024-24783 +- Resolves: RHEL-28428 + * Fri Jun 21 2024 Jindrich Novy - 2:1.33.7-3 - rebuild for CVE-2024-1394 - Resolves: RHEL-24307