diff --git a/atomic.spec b/atomic.spec index 8fcb554..7af869a 100644 --- a/atomic.spec +++ b/atomic.spec @@ -14,8 +14,6 @@ %global commit f304570aaffb9dde1e2eed1eabe739a990e286bc %global shortcommit %(c=%{commit}; echo ${c:0:7}) -ExcludeArch: ppc64 - Name: atomic Version: 1.17.1 Release: 2%{?dist} @@ -23,9 +21,9 @@ Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic %if 0%{?fedora} -ExclusiveArch: %{go_arches} +ExclusiveArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode x86_64 armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv6hl armv7l armv7hl armv7hnl aarch64 ppc64le s390x mips mipsel mipsr6 mipsr6el mips64 mips64el mips64r6 mips64r6el %else -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 ppc64le %endif Source0: https://github.com/projectatomic/%{name}/archive/%{commit}.tar.gz BuildRequires: %{pypkg}-devel