Rebuilt for RHEL 9 BETA for openssl 3.0

Related: rhbz#1971065
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-06-22 18:36:35 +00:00
parent d7991ae521
commit 89110363a0

View File

@ -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 <mboddu@redhat.com> - 0.9.1-3
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.1-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937