From 88a6ab91868439072ec44789d06ce36bc37a0cc7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 24 Jul 2017 16:44:53 +0200 Subject: [PATCH] Build with ceph support only on 64bit systems --- samba.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index d96b511..385b53c 100644 --- a/samba.spec +++ b/samba.spec @@ -36,9 +36,11 @@ %global with_profiling 1 -%global with_vfs_cephfs 1 -%if 0%{?rhel} %global with_vfs_cephfs 0 +%if 0%{?fedora} +%ifarch aarch64 ppc64le s390x x86_64 +%global with_vfs_cephfs 1 +%endif %endif %global with_vfs_glusterfs 1