From aa56098fa34024e2ba683890396870c6e7baf9d6 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 4 Feb 2019 12:39:11 +0100 Subject: [PATCH] rpm: do not exclude s390x build on openSUSE The openSUSE Build Service now offers s390x as a build target, so this conditional is no longer needed. Signed-off-by: Nathan Cutler --- ceph.spec.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 9647878d1db..0339147c854 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -116,12 +116,8 @@ URL: http://ceph.com/ Source0: %{?_remote_tarball_prefix}@TARBALL_BASENAME@.tar.bz2 %if 0%{?suse_version} # _insert_obs_source_lines_here -%if 0%{?is_opensuse} -ExclusiveArch: x86_64 aarch64 ppc64 ppc64le -%else ExclusiveArch: x86_64 aarch64 ppc64le s390x %endif -%endif ################################################################################# # dependencies that apply across all distro families #################################################################################