From 99abe09b9330bae8371139f50545ccd70609bd5c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 2 Aug 2021 09:12:09 -0400 Subject: [PATCH] containernetworking-plugins-1.0.0-20.1.git2876cd5 - Resolves: #1983596, #1987737 - Security fix for CVE-2021-34558 Signed-off-by: Lokesh Mandvekar --- containernetworking-plugins.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 2f95ecd..27b56c1 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -30,20 +30,21 @@ %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag -# to decide whether to autobuild (non-rawhide only) +# to decide whether to autobuild %define built_tag v1.0.0-rc1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz Name: %{project}-%{repo} Version: 1.0.0 -Release: 19.1.git%{shortcommit0}%{?dist} +Release: 20.1.git%{shortcommit0}%{?dist} Summary: Libraries for writing CNI plugin License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/%{commit0}.tar.gz # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -BuildRequires: golang +BuildRequires: golang >= 1.16.6 +BuildRequires: go-rpm-macros BuildRequires: git BuildRequires: go-md2man BuildRequires: go-rpm-macros @@ -294,6 +295,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Aug 02 2021 Lokesh Mandvekar - 1.0.0-20.1.git2876cd5 +- Resolves: #1983596, #1987737 - Security fix for CVE-2021-34558 + * Wed Jul 21 2021 Fedora Release Engineering - 1.0.0-19.1.git2876cd5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild