From 55fcae64cdce922677f3a64c20a432e8ff2c33b6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 01 2022 20:16:32 +0000 Subject: import containernetworking-plugins-1.0.1-1.module+el8.5.0+13436+9c05b4ba --- diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 9a99805..6476418 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -65f581afbc32317421a47a3b69952d900c2a9f00 SOURCES/v1.0.0.tar.gz +cf2c04ffedd0c5bec21c152533b1ebe2135d81a0 SOURCES/v1.0.1.tar.gz diff --git a/.gitignore b/.gitignore index 58b6875..a0faec2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.0.0.tar.gz +SOURCES/v1.0.1.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index aa9cfd9..18e7402 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: 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 - 1.0.1-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.0.1 +- Related: #2001445 + * Thu Aug 12 2021 Jindrich Novy - 1.0.0-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.0.0 - Related: #1934415