diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 01a4f0e..ca25a4a 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -28,9 +28,9 @@ Summary: Libraries for writing CNI plugin License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/%{commit0}.tar.gz -ExcludeArch: ppc64 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} +BuildRequires: git BuildRequires: go-md2man %if ! 0%{?with_bundled} @@ -270,6 +270,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} * Fri May 31 2019 Lokesh Mandvekar - 0.7.5-1 - Resolves: #1715758 - CVE-2019-9946 - bump to v0.7.5 +- BR: git +- remove ExcludeArch: ppc64 * Wed Feb 27 2019 Jason Brooks - 0.7.4-2 - add Provides kubernetes-cni for compatibility with upstream kubelet package