From: Nathan Cutler Date: Thu, 12 Jan 2017 11:32:50 +0000 (+0100) Subject: build/ops: rpm: Enable ppc64le and s390x builds in SLE X-Git-Tag: v12.1.0~152^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=084678de77db9c384209f6b24d88ebcedd7a74ed;p=ceph.git build/ops: rpm: Enable ppc64le and s390x builds in SLE Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index f5d034cc5f3..9b9ff933ae9 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 #################################################################################