import containernetworking-plugins-1.2.0-1.module+el8.8.0+18060+3f21f2cc

This commit is contained in:
CentOS Sources 2023-05-16 06:09:22 +00:00 committed by Stepan Oksanichenko
parent f022fa441f
commit 5b08350e27
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
a28313c49d8c7a6c002dbd2a3c51b25540f6809f SOURCES/v1.1.1.tar.gz
768ed16a77309b8ea99a5cdbd1d011a7e9cba822 SOURCES/v1.2.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.1.1.tar.gz
SOURCES/v1.2.0.tar.gz

View File

@ -19,8 +19,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
Epoch: 1
Name: containernetworking-plugins
Version: 1.1.1
Release: 3%{?dist}
Version: 1.2.0
Release: 1%{?dist}
Summary: CNI network plugins
License: ASL 2.0
URL: https://%{provider_prefix}
@ -125,6 +125,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_unitdir}/cni-dhcp.socket
%changelog
* Tue Jan 17 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.2.0
- Related: #2123641
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-3
- BuildRequires: /usr/bin/go-md2man
- Related: #2061390