containernetworking-plugins-1.3.0-5.el8

- rebuild with golang 1.20.10
- Related: Jira:RHEL-4514

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2023-12-01 21:12:00 +05:30
parent 11c2237ae4
commit 443ba74364
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD

View File

@ -20,14 +20,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -
Epoch: 1
Name: containernetworking-plugins
Version: 1.3.0
Release: 4%{?dist}
Release: 5%{?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.10
BuildRequires: git
BuildRequires: /usr/bin/go-md2man
BuildRequires: systemd-devel
@ -125,6 +125,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_unitdir}/cni-dhcp.socket
%changelog
* Fri Dec 01 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.3.0-5
- rebuild with golang 1.20.10
- Related: Jira:RHEL-4514
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-4
- add Epoch in Provides
- Related: #2176055