containernetworking-plugins-1.3.0-6.el8
This commit is contained in:
parent
443ba74364
commit
3448ae9f6a
1
.containernetworking-plugins.metadata
Normal file
1
.containernetworking-plugins.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
af940e2272301b20b369e34c9597b96e0007c391 v1.3.0.tar.gz
|
@ -20,14 +20,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Name: containernetworking-plugins
|
Name: containernetworking-plugins
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: CNI network plugins
|
Summary: CNI network plugins
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
Source0: https://%{provider_prefix}/archive/v%{version}.tar.gz
|
Source0: https://%{provider_prefix}/archive/v%{version}.tar.gz
|
||||||
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
||||||
ExclusiveArch: %{go_arches}
|
ExclusiveArch: %{go_arches}
|
||||||
BuildRequires: golang >= 1.20.10
|
BuildRequires: golang >= 1.20.6
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: /usr/bin/go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
@ -125,6 +125,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_unitdir}/cni-dhcp.socket
|
%{_unitdir}/cni-dhcp.socket
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 02 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.3.0-6
|
||||||
|
- rebuild with golang 1.20.6 or higher
|
||||||
|
- Related: Jira:RHEL-4514
|
||||||
|
- Related: Jira:RHEL-7447
|
||||||
|
|
||||||
* Fri Dec 01 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.3.0-5
|
* Fri Dec 01 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.3.0-5
|
||||||
- rebuild with golang 1.20.10
|
- rebuild with golang 1.20.10
|
||||||
- Related: Jira:RHEL-4514
|
- Related: Jira:RHEL-4514
|
||||||
|
Loading…
Reference in New Issue
Block a user