From 9c18a65778d9bae67bad3aa3cf8cefed0dda1daf Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 18 2021 19:36:26 +0000 Subject: import containernetworking-plugins-1.0.0-1.module+el8.5.0+12218+486842db --- diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 8a96235..9a99805 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -f7b91b7f5e3f969cd52f6736de3a336fb9f6d4fa SOURCES/v0.9.1.tar.gz +65f581afbc32317421a47a3b69952d900c2a9f00 SOURCES/v1.0.0.tar.gz diff --git a/.gitignore b/.gitignore index 6582927..58b6875 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v0.9.1.tar.gz +SOURCES/v1.0.0.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index e061bd9..aa9cfd9 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -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: 0.9.1 +Version: 1.0.0 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 +* Thu Aug 12 2021 Jindrich Novy - 1.0.0-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.0.0 +- Related: #1934415 + * Sat Feb 06 2021 Jindrich Novy - 0.9.1-1 - update to https://github.com/containernetworking/plugins/releases/tag/v0.9.1 - Related: #1883490