]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: do not exclude s390x build on openSUSE 26268/head
authorNathan Cutler <ncutler@suse.com>
Mon, 4 Feb 2019 11:39:11 +0000 (12:39 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 4 Feb 2019 11:39:11 +0000 (12:39 +0100)
The openSUSE Build Service now offers s390x as a build target,
so this conditional is no longer needed.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 9647878d1db5159d6b7d8f10a5249ecb4b5f53bc..0339147c8543d447ab475005c22a4c2530b95356 100644 (file)
@@ -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
 #################################################################################