From 4cd5bd8d9a7c40e9beca466f7d1692433036053b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 9 Dec 2020 22:33:06 +0100 Subject: [PATCH] Bumping for the gcc-11 rebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unfortunately this package was built right after we changed the %dist tag but before new gcc landed in the buildroot, so this needs a manual bump. Signed-off-by: Petr Šabata --- containernetworking-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 1c30513..52de7d0 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Name: containernetworking-plugins Version: 0.8.7 -Release: 3%{?dist} +Release: 3.1%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -119,6 +119,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_libexecdir}/cni/* %changelog +* Wed Dec 09 2020 Petr Šabata - 0.8.7-3.1 +- Bumping for the gcc-11 rebuild + * Mon Dec 07 2020 Jindrich Novy - 0.8.7-3 - use dedicated macro to build only on supported arches - make build logs more readable