containernetworking-plugins-1.1.1-6.el8

This commit is contained in:
Lokesh Mandvekar 2023-12-02 17:37:33 +05:30 committed by root
parent ffaa9298e8
commit d5d1dc267f
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1 @@
a28313c49d8c7a6c002dbd2a3c51b25540f6809f v1.1.1.tar.gz

View File

@ -20,14 +20,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
Epoch: 1
Name: containernetworking-plugins
Version: 1.1.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: CNI network plugins
License: ASL 2.0
URL: https://%{provider_prefix}
Source0: https://%{provider_prefix}/archive/v%{version}.tar.gz
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
ExclusiveArch: %{go_arches}
BuildRequires: golang >= 1.17.7
BuildRequires: golang >= 1.20.6
BuildRequires: git
BuildRequires: go-md2man
BuildRequires: systemd-devel
@ -125,6 +125,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_unitdir}/cni-dhcp.socket
%changelog
* Sat Dec 02 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.1.1-6
- Rebuild with golang 1.20.6 or higher
- Related: Jira:RHEL-4507
- Related: Jira:RHEL-7442
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-5
- add Epoch in Provides
- Related: #2176055