Import rpm: 0ee1dcd3adb33dc22df3afdeb718ea17d86a82fb
This commit is contained in:
parent
10cc7c3dca
commit
15c89641c0
@ -20,16 +20,16 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Name: containernetworking-plugins
|
Name: containernetworking-plugins
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 1%{?dist}
|
Release: 3%{?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.16.6
|
BuildRequires: golang >= 1.17.7
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Provides: containernetworking-cni = %{version}-%{release}
|
Provides: containernetworking-cni = %{version}-%{release}
|
||||||
@ -125,6 +125,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_unitdir}/cni-dhcp.socket
|
%{_unitdir}/cni-dhcp.socket
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-3
|
||||||
|
- BuildRequires: /usr/bin/go-md2man
|
||||||
|
- Related: #2061390
|
||||||
|
|
||||||
|
* Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-2
|
||||||
|
- bump golang BR to 1.17.7
|
||||||
|
- Related: #2061390
|
||||||
|
|
||||||
* Thu Mar 10 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-1
|
* Thu Mar 10 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-1
|
||||||
- update to https://github.com/containernetworking/plugins/releases/tag/v1.1.1
|
- update to https://github.com/containernetworking/plugins/releases/tag/v1.1.1
|
||||||
- Related: #2061390
|
- Related: #2061390
|
||||||
|
Loading…
Reference in New Issue
Block a user