containernetworking-plugins-1.7.1-2.el9

- rebuild for CVE-2025-22871
- Resolves: RHEL-90030

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-06-11 19:31:04 +02:00
parent 1e6afc3cfa
commit 07d825a47f

View File

@ -17,7 +17,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -
Epoch: 1
Name: containernetworking-plugins
Version: 1.7.1
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
* Wed Jun 11 2025 Jindrich Novy <jnovy@redhat.com> - 1:1.7.1-2
- rebuild for CVE-2025-22871
- Resolves: RHEL-90030
* Fri May 02 2025 Jindrich Novy <jnovy@redhat.com> - 1:1.7.1-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.7.1
- Resolves: RHEL-89428