From 084678de77db9c384209f6b24d88ebcedd7a74ed Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 12 Jan 2017 12:32:50 +0100 Subject: [PATCH] build/ops: rpm: Enable ppc64le and s390x builds in SLE Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index f5d034cc5f3d8..9b9ff933ae9ce 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 ################################################################################# -- 2.39.5