import containernetworking-plugins-1.0.1-1.module+el8.6.0+14131+b9baa4cc
This commit is contained in:
parent
a64d98b1e2
commit
66ca7e3d40
@ -1 +1 @@
|
||||
65f581afbc32317421a47a3b69952d900c2a9f00 SOURCES/v1.0.0.tar.gz
|
||||
cf2c04ffedd0c5bec21c152533b1ebe2135d81a0 SOURCES/v1.0.1.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.0.0.tar.gz
|
||||
SOURCES/v1.0.1.tar.gz
|
||||
|
@ -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
|
||||
* Fri Sep 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
|
||||
|
Loading…
Reference in New Issue
Block a user