nfs-ganesha 2.7.1, rebuild w/ ceph-14

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2018-12-07 15:07:08 -05:00
parent ce7655b8e8
commit c1ed297730
1 changed files with 16 additions and 0 deletions

View File

@ -55,10 +55,18 @@ Requires: openSUSE-release
%bcond_with lustre
%global use_fsal_lustre %{on_off_switch lustre}
%ifnarch i686 armv7hl
%bcond_without ceph
#else
%bcond_with ceph
%endif
%global use_fsal_ceph %{on_off_switch ceph}
%ifnarch i686 armv7hl
%bcond_without rgw
%else
%bcond_with rgw
%endif
%global use_fsal_rgw %{on_off_switch rgw}
%bcond_without gluster
@ -87,10 +95,18 @@ Requires: openSUSE-release
%bcond_without man_page
%global use_man_page %{on_off_switch man_page}
%ifnarch i686 armv7hl
%bcond_without rados_recov
%else
%bcond_with rados_recov
%endif
%global use_rados_recov %{on_off_switch rados_recov}
%ifnarch i686 armv7hl
%bcond_without rados_urls
%else
%bcond_with rados_urls
%endif
%global use_rados_urls %{on_off_switch rados_urls}
%bcond_without rpcbind