import containernetworking-plugins-0.9.1-1.module+el8.5.0+10478+2006037b
This commit is contained in:
parent
d72370dd4d
commit
422ec10735
@ -1 +1 @@
|
|||||||
e226b3d4fc63f760d469aa0a123abdcd4ba74ebf SOURCES/v0.9.0.tar.gz
|
f7b91b7f5e3f969cd52f6736de3a336fb9f6d4fa SOURCES/v0.9.1.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v0.9.0.tar.gz
|
SOURCES/v0.9.1.tar.gz
|
||||||
|
@ -18,7 +18,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
|
|||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
|
|
||||||
Name: containernetworking-plugins
|
Name: containernetworking-plugins
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CNI network plugins
|
Summary: CNI network plugins
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -119,6 +119,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_libexecdir}/cni/*
|
%{_libexecdir}/cni/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.9.1-1
|
||||||
|
- update to https://github.com/containernetworking/plugins/releases/tag/v0.9.1
|
||||||
|
- Related: #1883490
|
||||||
|
|
||||||
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 0.9.0-1
|
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 0.9.0-1
|
||||||
- update to https://github.com/containernetworking/plugins/releases/tag/v0.9.0
|
- update to https://github.com/containernetworking/plugins/releases/tag/v0.9.0
|
||||||
- Related: #1883490
|
- Related: #1883490
|
||||||
|
Loading…
Reference in New Issue
Block a user