From 1c46201961c4de932536d7e1cb9f63e994d4346b Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 1 Aug 2024 15:13:52 +0200 Subject: [PATCH] containernetworking-plugins-1.4.0-4.el8 - rebuild for golang fixes - Related: RHEL-28452 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index baad73f..957b780 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins Version: 1.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -126,6 +126,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Thu Aug 01 2024 Jindrich Novy - 1:1.4.0-4 +- rebuild for golang fixes +- Related: RHEL-28452 + * Fri Jun 21 2024 Jindrich Novy - 1:1.4.0-3 - rebuild for CVE-2024-1394 - Resolves: RHEL-24294