From 6b693dfea1c6cc6888423f9c840e0dc7bacc4c1f Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 24 Aug 2026 08:57:07 -0400 Subject: [PATCH] import CS containernetworking-plugins-1.9.1-1.el9 --- .containernetworking-plugins.metadata | 2 +- .gitignore | 2 +- SPECS/containernetworking-plugins.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 388aee4..ddbd765 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -d6f7e21d320522f4bb0f7e8fa1476ec7278cb404 SOURCES/v1.9.0.tar.gz +fbaf658c8d52f5fd3f1a2ac4dcb267789c276ad3 SOURCES/v1.9.1.tar.gz diff --git a/.gitignore b/.gitignore index e3404b4..0163f42 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.9.0.tar.gz +SOURCES/v1.9.1.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 328cfaa..a1109e7 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -16,8 +16,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins -Version: 1.9.0 -Release: 2%{?dist} +Version: 1.9.1 +Release: 1%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -123,6 +123,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Mon Jul 20 2026 Jindrich Novy - 1:1.9.1-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.9.1 +- Resolves: RHEL-212439 + * Mon Feb 23 2026 Jindrich Novy - 1:1.9.0-2 - Rebuild for new golang to address CVE-2025-61726 - Resolves: RHEL-146101