diff --git a/runc.spec b/runc.spec index 0f6c490..5e0fdb2 100644 --- a/runc.spec +++ b/runc.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 Name: %{repo} Version: 1.4.2 -Release: 1%{?dist} +Release: 2%{?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 Aug 18 2026 Jindrich Novy - 4:1.4.2-2 +- Rebuild for golang-1.26.6 CVE fixes (CVE-2025-68121 CVE-2026-33811 + CVE-2026-56860) - Resolves: RHEL-164488 RHEL-187337 RHEL-241842 + * Fri Apr 24 2026 Jindrich Novy - 4:1.4.2-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.4.2 - Resolves: RHEL-164488