import containernetworking-plugins-1.0.1-1.module+el8.5.0+13436+9c05b4ba

This commit is contained in:
CentOS Sources 2022-02-01 15:16:32 -05:00 committed by Stepan Oksanichenko
parent c0aeab169f
commit b37645bcec
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
65f581afbc32317421a47a3b69952d900c2a9f00 SOURCES/v1.0.0.tar.gz
cf2c04ffedd0c5bec21c152533b1ebe2135d81a0 SOURCES/v1.0.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.0.0.tar.gz
SOURCES/v1.0.1.tar.gz

View File

@ -18,7 +18,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
%global import_path %{provider_prefix}
Name: containernetworking-plugins
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: CNI network plugins
License: ASL 2.0
@ -119,6 +119,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_libexecdir}/cni/*
%changelog
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.1-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.0.1
- Related: #2001445
* Thu Aug 12 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.0-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.0.0
- Related: #1934415