import containernetworking-plugins-1.2.0-1.el9
This commit is contained in:
parent
be0ce6b367
commit
9de8449476
@ -1 +1 @@
|
||||
a28313c49d8c7a6c002dbd2a3c51b25540f6809f SOURCES/v1.1.1.tar.gz
|
||||
768ed16a77309b8ea99a5cdbd1d011a7e9cba822 SOURCES/v1.2.0.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.1.1.tar.gz
|
||||
SOURCES/v1.2.0.tar.gz
|
||||
|
@ -16,8 +16,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}
|
||||
@ -122,6 +122,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: #2124478
|
||||
|
||||
* Fri May 13 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-3
|
||||
- Re-enable LTO and debuginfo
|
||||
- Related: #2061316
|
||||
|
Loading…
Reference in New Issue
Block a user