build/ops: rpm: Enable ppc64le and s390x builds in SLE

Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
Nathan Cutler 2017-01-12 12:32:50 +01:00
parent e889eb07e1
commit 084678de77

View File

@ -82,7 +82,7 @@ Source0: http://ceph.com/download/@TARBALL_BASENAME@.tar.bz2
%if 0%{?is_opensuse}
ExclusiveArch: x86_64 aarch64 ppc64 ppc64le
%else
ExclusiveArch: x86_64 aarch64
ExclusiveArch: x86_64 aarch64 ppc64le s390x
%endif
%endif
#################################################################################