From 9f41a4ca0fa6e78972a44840f6aae4f949ea4535 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 24 Aug 2017 10:34:53 -0400 Subject: [PATCH] no rdma on arm(v7hl), thus no rgw in ceph, hence no FSAL_RGW --- nfs-ganesha.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 76e15bb..6a27426 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -55,7 +55,11 @@ Requires: openSUSE-release %bcond_without ceph %global use_fsal_ceph %{on_off_switch ceph} +%ifnarch %{arm} %bcond_without rgw +%else +%bcond_with rgw +%endif %global use_fsal_rgw %{on_off_switch rgw} %bcond_without gluster @@ -94,7 +98,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 2.5.2 -Release: 1%{?dev:%{dev}}%{?dist} +Release: 2%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ @@ -698,6 +702,9 @@ exit 0 %endif %changelog +* Thu Aug 24 2017 Kaleb S. KEITHLEY 2.5.2-2 +- no rdma on arm(v7hl), thus no rgw in ceph, hence no FSAL_RGW + * Thu Aug 24 2017 Kaleb S. KEITHLEY 2.5.2-1 - nfs-ganesha 2.5.2 GA