From e423576c9b7aef5e48c6a41a246ba32bfb8e6e33 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 25 Feb 2026 09:27:20 +0000 Subject: [PATCH] import UBI runc-1.4.0-2.el9_7 --- SPECS/runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 75e0829..32f2d9c 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.4.0 -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 +* Thu Feb 19 2026 Jindrich Novy - 4:1.4.0-2 +- Rebuild for new golang to address CVE-2025-68121 +- Resolves: RHEL-149630 + * Thu Dec 04 2025 Jindrich Novy - 4:1.4.0-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.4.0 - Resolves: RHEL-132800