diff --git a/SPECS/runc.spec b/SPECS/runc.spec index ee74285..527f84e 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 Name: %{repo} Version: 1.1.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -84,6 +84,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Jul 23 2024 Jindrich Novy - 4:1.1.12-4 +- rebuild for CVE-2024-24783 +- Resolves: RHEL-28439 + * Fri Jun 21 2024 Jindrich Novy - 4:1.1.12-3 - rebuild for CVE-2024-1394 - Resolves: RHEL-24320