From 9c52b036a6e24a56fde291b7fa2989e9053206d7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 18 2021 06:41:18 +0000 Subject: import containernetworking-plugins-0.9.1-1.module+el8.4.0+10607+f4da7515 --- diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 8e4b43d..8a96235 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -e226b3d4fc63f760d469aa0a123abdcd4ba74ebf SOURCES/v0.9.0.tar.gz +f7b91b7f5e3f969cd52f6736de3a336fb9f6d4fa SOURCES/v0.9.1.tar.gz diff --git a/.gitignore b/.gitignore index 91ec6bf..6582927 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v0.9.0.tar.gz +SOURCES/v0.9.1.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 9268308..e061bd9 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.0 +Version: 0.9.1 Release: 1%{?dist} Summary: CNI network plugins License: ASL 2.0 @@ -119,21 +119,25 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_libexecdir}/cni/* %changelog +* Sat Feb 06 2021 Jindrich Novy - 0.9.1-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v0.9.1 +- Related: #1883490 + * Thu Dec 10 2020 Jindrich Novy - 0.9.0-1 - update to https://github.com/containernetworking/plugins/releases/tag/v0.9.0 -- Related: #1888571 +- Related: #1883490 * Tue Dec 08 2020 Jindrich Novy - 0.8.7-3 - use ExcludeArch: i686 again as the go_arches macro is broken -- Related: #1888571 +- Related: #1883490 * Thu Nov 05 2020 Jindrich Novy - 0.8.7-2 - attempt to fix linker error with golang-1.15 -- Related: #1888571 +- Related: #1883490 -* Thu Oct 22 2020 Jindrich Novy - 0.8.7-1 -- synchronize with stream-container-tools-rhel8-rhel-8.4.0 -- Related: #1888571 +* Wed Oct 21 2020 Jindrich Novy - 0.8.7-1 +- synchronize with stream-container-tools-rhel8 +- Related: #1883490 * Tue Aug 11 2020 Jindrich Novy - 0.8.6-2 - propagate proper CFLAGS to CGO_CFLAGS to assure code hardening and optimization