From 89110363a0e7e5ea2ad9bc798e2be7badfa3dd49 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 22 Jun 2021 18:36:35 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- containernetworking-plugins.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 20c574e..2411f0b 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Name: containernetworking-plugins Version: 0.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -119,6 +119,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_libexecdir}/cni/* %changelog +* Tue Jun 22 2021 Mohan Boddu - 0.9.1-3 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Thu Apr 15 2021 Mohan Boddu - 0.9.1-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937