From 209c376bb7cd28d7e93d9ef3c2031466557f81af Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 23 Feb 2024 16:57:08 +0100 Subject: [PATCH] containernetworking-plugins-1.4.0-2.el8 - rebuild - Resolves: RHEL-18390 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 d4825bb..2e3a759 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: 1%{?dist} +Release: 2%{?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 +* Fri Feb 23 2024 Jindrich Novy - 1:1.4.0-2 +- rebuild +- Resolves: RHEL-18390 + * Tue Jan 02 2024 Jindrich Novy - 1:1.4.0-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.4.0 - Related: Jira:RHEL-2110