]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ExclusiveArch for suse_version 10594/head
authorMichel Normand <normand@linux.vnet.ibm.com>
Fri, 5 Aug 2016 14:34:48 +0000 (16:34 +0200)
committerMichel Normand <normand@linux.vnet.ibm.com>
Fri, 5 Aug 2016 14:34:48 +0000 (16:34 +0200)
for SLES supports only x86_64 and aarch64 targets
for openSUSE (Tumbleweed and Leap) add ppc64/ppc64le targets.

fixes: http://tracker.ceph.com/issues/16936
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
ceph.spec.in

index 5857a1562c3de9b7374c3347d19b4639d46eb627..3cbe9cf8596f11b5c662b4927325ca238c9daee1 100644 (file)
@@ -64,6 +64,13 @@ Group:         System/Filesystems
 %endif
 URL:           http://ceph.com/
 Source0:       http://ceph.com/download/%{name}-%{version}.tar.bz2
+%if 0%{?suse_version}
+%if 0%{?is_opensuse}
+ExclusiveArch:  x86_64 aarch64 ppc64 ppc64le
+%else
+ExclusiveArch:  x86_64 aarch64
+%endif
+%endif
 #################################################################################
 # dependencies that apply across all distro families
 #################################################################################