From 4b6006cb16b48c793af13fee7cdd1d21815088e5 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Mar 03 2020 17:21:48 +0000 Subject: import containernetworking-plugins-0.8.1-4.el7_7 --- diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 7a043ed..0781c92 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -23,17 +23,17 @@ Name: containernetworking-plugins Version: 0.8.1 -Release: 2%{?dist} +Release: 4%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz -ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 %{ix86} +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?centos} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} %else -BuildRequires: go-toolset-1.10 +BuildRequires: go-toolset-1.11 BuildRequires: openssl-devel %endif #fedora @@ -121,6 +121,12 @@ install -p -m 0755 bin/* %{buildroot}/%{_libexecdir}/cni %{_libexecdir}/cni/* %changelog +* Thu Oct 17 2019 Jindrich Novy - 0.8.1-4 +- rebuild against go-toolset-1.11 (CVE-2019-9512, CVE-2019-9514) + +* Thu Oct 17 2019 Jindrich Novy - 0.8.1-3 +- rebuild against extras-rhel-7.8-go-toolset-candidate + * Fri Aug 02 2019 Jindrich Novy - 0.8.1-2 - use 0.8.1 release for RHEL 7.7