nfs-ganesha 2.5.1 w/ FSAL_CEPH and FSAL_RGW on i686, armv7hl
This commit is contained in:
parent
6b492c5817
commit
b85803fad4
@ -52,14 +52,14 @@ Requires: openSUSE-release
|
||||
%bcond_without xfs
|
||||
%global use_fsal_xfs %{on_off_switch xfs}
|
||||
|
||||
%ifnarch i686 armv7hl ppc64
|
||||
%ifnarch ppc64
|
||||
%bcond_without ceph
|
||||
%else
|
||||
%bcond_with ceph
|
||||
%endif
|
||||
%global use_fsal_ceph %{on_off_switch ceph}
|
||||
|
||||
%ifnarch i686 armv7hl ppc64
|
||||
%ifnarch ppc64
|
||||
%bcond_without rgw
|
||||
%else
|
||||
%bcond_with rgw
|
||||
@ -98,7 +98,7 @@ Requires: openSUSE-release
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.5.1
|
||||
Release: 6%{?dev:%{dev}}%{?dist}
|
||||
Release: 7%{?dev:%{dev}}%{?dist}
|
||||
Summary: NFS-Ganesha is a NFS Server running in user space
|
||||
Group: Applications/System
|
||||
License: LGPLv3+
|
||||
@ -283,7 +283,7 @@ be used with NFS-Ganesha to support GPFS backend
|
||||
%endif
|
||||
|
||||
# CEPH
|
||||
%ifnarch i686 armv7hl ppc64
|
||||
%ifnarch ppc64
|
||||
%if %{with ceph}
|
||||
%package ceph
|
||||
Summary: The NFS-GANESHA's CephFS FSAL
|
||||
@ -425,7 +425,7 @@ install -m 644 scripts/init.d/sysconfig/ganesha %{buildroot}%{_sysconfdir}/sysc
|
||||
install -m 644 config_samples/xfs.conf %{buildroot}%{_sysconfdir}/ganesha
|
||||
%endif
|
||||
|
||||
%ifnarch i686 armv7hl ppc64
|
||||
%ifnarch ppc64
|
||||
%if %{with ceph}
|
||||
install -m 644 config_samples/ceph.conf %{buildroot}%{_sysconfdir}/ganesha
|
||||
%endif
|
||||
@ -592,7 +592,7 @@ exit 0
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifnarch i686 armv7hl ppc64
|
||||
%ifnarch ppc64
|
||||
%if %{with ceph}
|
||||
%files ceph
|
||||
%{_libdir}/ganesha/libfsalceph*
|
||||
@ -663,6 +663,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 31 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.1-7
|
||||
- nfs-ganesha 2.5.1 w/ FSAL_CEPH and FSAL_RGW on i686, armv7hl
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user