From 5d8ea728d977ad1b4becca365a2e146ed6e40c79 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jan 23 2017 17:38:41 +0000 Subject: Build on all kubernetes arches --- diff --git a/ocid.spec b/ocid.spec index dec451c..c5bafae 100644 --- a/ocid.spec +++ b/ocid.spec @@ -35,7 +35,7 @@ Name: ocid Version: 0 -Release: 0.12.git%{shortcommit0}%{?dist} +Release: 0.13.git%{shortcommit0}%{?dist} Summary: OCI-based implementation of Kubernetes Container Runtime Interface License: ASL 2.0 URL: https://%{provider_prefix} @@ -48,7 +48,7 @@ Source5: %{name}-storage.sysconfig # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}} -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 aarch64 ppc64le # 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: btrfs-progs-devel @@ -537,6 +537,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %{_datadir}/bash-completion/completions/* %changelog +* Mon Jan 23 2017 Peter Robinson 0-0.13.git7cc8492 +- Build on all kubernetes arches + * Fri Jan 20 2017 Lokesh Mandvekar - 0-0.12.git7cc8492 - add bash completion - From: Daniel J Walsh