From e6f0258fd4339b1250ab27dc27f32dd3113bd158 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Jan 26 2017 11:00:10 +0000 Subject: remove ppc64 for now, appears to be a bug in golang --- diff --git a/origin.spec b/origin.spec index dd0e0ee..488e889 100644 --- a/origin.spec +++ b/origin.spec @@ -66,7 +66,10 @@ URL: https://%{import_path} # failure for armv7hl. Exclude it for now. # https://bugzilla.redhat.com/show_bug.cgi?id=1378972 -ExclusiveArch: x86_64 aarch64 %{ix86} %{power64} +# ExclusiveArch: x86_64 aarch64 %{ix86} %{power64} + +# As of golang 1.7.4-2.fc26, this fails for ppc64 (but not for ppc64le) +ExclusiveArch: x86_64 aarch64 %{ix86} ppc64le Source0: https://%{import_path}/archive/%{commit}/%{name}-%{version}.tar.gz