diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 7e4da11..328cfaa 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -17,7 +17,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?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 Feb 23 2026 Jindrich Novy - 1:1.9.0-2 +- Rebuild for new golang to address CVE-2025-61726 +- Resolves: RHEL-146101 + * Wed Feb 04 2026 Jindrich Novy - 1:1.9.0-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.9.0 - Related: RHEL-111919