no rdma on arm(v7hl), thus no rgw in ceph, hence no FSAL_RGW

This commit is contained in:
Kaleb S. KEITHLEY 2017-08-24 10:34:53 -04:00
parent 3029cca49a
commit 9f41a4ca0f

View File

@ -55,7 +55,11 @@ Requires: openSUSE-release
%bcond_without ceph %bcond_without ceph
%global use_fsal_ceph %{on_off_switch ceph} %global use_fsal_ceph %{on_off_switch ceph}
%ifnarch %{arm}
%bcond_without rgw %bcond_without rgw
%else
%bcond_with rgw
%endif
%global use_fsal_rgw %{on_off_switch rgw} %global use_fsal_rgw %{on_off_switch rgw}
%bcond_without gluster %bcond_without gluster
@ -94,7 +98,7 @@ Requires: openSUSE-release
Name: nfs-ganesha Name: nfs-ganesha
Version: 2.5.2 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 Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System Group: Applications/System
License: LGPLv3+ License: LGPLv3+
@ -698,6 +702,9 @@ exit 0
%endif %endif
%changelog %changelog
* Thu Aug 24 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 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 <kkeithle at redhat.com> 2.5.2-1 * Thu Aug 24 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.2-1
- nfs-ganesha 2.5.2 GA - nfs-ganesha 2.5.2 GA