From 9eaf2817add6715c95e53e6c3c861d37be136827 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 --- .containernetworking-plugins.metadata | 1 + containernetworking-plugins.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .containernetworking-plugins.metadata diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata new file mode 100644 index 0000000..b234882 --- /dev/null +++ b/.containernetworking-plugins.metadata @@ -0,0 +1 @@ +98f660ef5b47681465ca05a6871345ae397f062c v1.4.0.tar.gz 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