import containernetworking-plugins-1.1.1-3.module+el8.6.0+15917+093ca6f8
This commit is contained in:
parent
fc1f5748c0
commit
29084fe1b8
@ -1 +1 @@
|
||||
cf2c04ffedd0c5bec21c152533b1ebe2135d81a0 SOURCES/v1.0.1.tar.gz
|
||||
a28313c49d8c7a6c002dbd2a3c51b25540f6809f SOURCES/v1.1.1.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.0.1.tar.gz
|
||||
SOURCES/v1.1.1.tar.gz
|
||||
|
@ -19,17 +19,17 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
|
||||
|
||||
Epoch: 1
|
||||
Name: containernetworking-plugins
|
||||
Version: 1.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: 3%{?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.16.6
|
||||
BuildRequires: golang >= 1.17.7
|
||||
BuildRequires: git
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
BuildRequires: systemd-devel
|
||||
Requires: systemd
|
||||
Provides: containernetworking-cni = %{version}-%{release}
|
||||
@ -125,12 +125,22 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_unitdir}/cni-dhcp.socket
|
||||
|
||||
%changelog
|
||||
* Mon Feb 28 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.0.1-2
|
||||
- revert back to https://github.com/containernetworking/plugins/releases/tag/v1.0.1
|
||||
- Related: #2001445
|
||||
* Tue Jun 07 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-3
|
||||
- BuildRequires: /usr/bin/go-md2man
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Feb 28 2022 Jindrich Novy <jnovy@redhat.com> - 1.1.0-1
|
||||
* Wed Apr 20 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
|
||||
- update to https://github.com/containernetworking/plugins/releases/tag/v1.1.1
|
||||
|
||||
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.0-1
|
||||
- update to https://github.com/containernetworking/plugins/releases/tag/v1.1.0
|
||||
|
||||
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.0.1-2
|
||||
- revert back to https://github.com/containernetworking/plugins/releases/tag/v1.0.1
|
||||
- Related: #2001445
|
||||
|
||||
* Fri Sep 10 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user