From: Nathan Cutler Date: Mon, 4 Feb 2019 11:39:11 +0000 (+0100) Subject: rpm: do not exclude s390x build on openSUSE X-Git-Tag: v14.1.0~167^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aa56098fa34024e2ba683890396870c6e7baf9d6;p=ceph.git 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 --- 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 #################################################################################