From 4a43050c87e4cb0b00c64444a597fd075d936356 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 16 2023 06:09:22 +0000 Subject: import containernetworking-plugins-1.2.0-1.module+el8.8.0+18060+3f21f2cc --- 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 e5424a8..67b64ae 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -19,8 +19,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} @@ -125,6 +125,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: #2123641 + * Wed May 11 2022 Jindrich Novy - 1:1.1.1-3 - BuildRequires: /usr/bin/go-md2man - Related: #2061390