From ec1eb7c8e3a2d713528c8ac2687b7f9af6f2d844 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Aug 23 2018 13:16:50 +0000 Subject: modified to build on i686 and armhfp --- diff --git a/SPECS/etcd.spec b/SPECS/etcd.spec index fde07c0..bb586a6 100644 --- a/SPECS/etcd.spec +++ b/SPECS/etcd.spec @@ -37,7 +37,7 @@ Patch3: bz1350875-disaster-recovery-with-copies.patch Patch4: expand-etcd-arch-validation.patch # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:x86_64 aarch64 ppc64le s390x} +ExclusiveArch: x86_64 aarch64 ppc64le s390x %{arm} %{ix86} # 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}