From 9f82a67ef36c373f9b3668f32af032b6dcb56485 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Apr 26 2017 14:29:14 +0000 Subject: No docker for ppc64 --- diff --git a/skopeo.spec b/skopeo.spec index 4d6e8e8..da5c39d 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -28,6 +28,8 @@ %global commit 0224d8cd387b69f1d48d7727e303e4e95a02c2af %global shortcommit %(c=%{commit}; echo ${c:0:7}) +# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required +# manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64) ExcludeArch: ppc64 Name: skopeo @@ -38,10 +40,6 @@ License: ASL 2.0 URL: https://%{provider_prefix} Source0: https://github.com/mtrmac/skopeo/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz -# 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}} -# manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64) -ExclusiveArch: %{?go_arches:%{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips}}%{!?go_arches:%{ix86} x86_64 %{arm}} %if 0%{?fedora} BuildRequires: go-srpm-macros