import containernetworking-plugins-0.8.6-1.module+el8.3.0+7084+c16098dd

This commit is contained in:
CentOS Sources 2020-07-28 06:10:26 -04:00 committed by Stepan Oksanichenko
parent 0e51a5a6f4
commit 9cab9ce29a
3 changed files with 14 additions and 8 deletions

View File

@ -1 +1 @@
78fc72f4a51634078171068805db4e4b245c6af9 SOURCES/plugins-d5efdfe.tar.gz
90e6339a94b210443a08a3f6ded99e7913cf6a78 SOURCES/v0.8.6.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/plugins-d5efdfe.tar.gz
SOURCES/v0.8.6.tar.gz

View File

@ -21,16 +21,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
# https://github.com/containernetworking/plugins
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit d5efdfe1f6d6e8e9e9494e3f43be54f76c0f8fd6
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: containernetworking-plugins
Version: 0.8.3
Release: 5%{?dist}
Version: 0.8.6
Release: 1%{?dist}
Summary: CNI network plugins
License: ASL 2.0
URL: https://%{provider_prefix}
Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
Source0: https://%{provider_prefix}/archive/v%{version}.tar.gz
ExcludeArch: ppc64 i686
BuildRequires: golang >= 1.12.12-4
BuildRequires: git
@ -45,7 +43,7 @@ only with network connectivity of containers and removing allocated resources
when the container is deleted.
%prep
%autosetup -n %{repo}-%{commit} -p1
%autosetup -Sgit -n %{repo}-%{version}
rm -rf plugins/main/windows
%build
@ -121,6 +119,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_libexecdir}/cni/*
%changelog
* Thu May 14 2020 Jindrich Novy <jnovy@redhat.com> - 0.8.6-1
- update to https://github.com/containernetworking/plugins/releases/tag/v0.8.6
- Related: #1821193
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 0.8.5-1
- synchronize containter-tools 8.3.0 with 8.2.1
- Related: #1821193
* Thu Dec 12 2019 Jindrich Novy <jnovy@redhat.com> - 0.8.3-5
- compile with no_openssl
- Related: RHELPLAN-25139