From df7f10080127c2b66bb5e283b75f61420bc61e74 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 17 Mar 2026 01:42:13 -0400 Subject: [PATCH] import CS git runc-1.2.9-4.el8 --- SPECS/runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 0c0d286..4b985d5 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.2.9 -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 Feb 17 2026 Jindrich Novy - 4:1.2.9-4 +- rebuild for CVE-2025-68121 +- Resolves: RHEL-149266 + * Mon Feb 02 2026 Jindrich Novy - 4:1.2.9-3 - rebuild for CVE-2025-61729 - Resolves: RHEL-140533