From 072f985bfd5725fd93ab49fa068973ff1266bc38 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 09 2023 05:22:52 +0000 Subject: import containernetworking-plugins-1.2.0-1.el9 --- diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 85b0be9..6baf228 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -a28313c49d8c7a6c002dbd2a3c51b25540f6809f SOURCES/v1.1.1.tar.gz +768ed16a77309b8ea99a5cdbd1d011a7e9cba822 SOURCES/v1.2.0.tar.gz diff --git a/.gitignore b/.gitignore index f779712..67e59d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.1.1.tar.gz +SOURCES/v1.2.0.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index bfe2b57..63dde9c 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -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 - 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 - 1:1.1.1-3 - Re-enable LTO and debuginfo - Related: #2061316