nfs-ganesha 2.5.1 w/ FSAL_CEPH and FSAL_RGW on i686, armv7hl

This commit is contained in:
Kaleb S. KEITHLEY 2017-07-31 08:22:52 -04:00
parent 6b492c5817
commit b85803fad4

View File

@ -52,14 +52,14 @@ Requires: openSUSE-release
%bcond_without xfs %bcond_without xfs
%global use_fsal_xfs %{on_off_switch xfs} %global use_fsal_xfs %{on_off_switch xfs}
%ifnarch i686 armv7hl ppc64 %ifnarch ppc64
%bcond_without ceph %bcond_without ceph
%else %else
%bcond_with ceph %bcond_with ceph
%endif %endif
%global use_fsal_ceph %{on_off_switch ceph} %global use_fsal_ceph %{on_off_switch ceph}
%ifnarch i686 armv7hl ppc64 %ifnarch ppc64
%bcond_without rgw %bcond_without rgw
%else %else
%bcond_with rgw %bcond_with rgw
@ -98,7 +98,7 @@ Requires: openSUSE-release
Name: nfs-ganesha Name: nfs-ganesha
Version: 2.5.1 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 Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System Group: Applications/System
License: LGPLv3+ License: LGPLv3+
@ -283,7 +283,7 @@ be used with NFS-Ganesha to support GPFS backend
%endif %endif
# CEPH # CEPH
%ifnarch i686 armv7hl ppc64 %ifnarch ppc64
%if %{with ceph} %if %{with ceph}
%package ceph %package ceph
Summary: The NFS-GANESHA's CephFS FSAL 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 install -m 644 config_samples/xfs.conf %{buildroot}%{_sysconfdir}/ganesha
%endif %endif
%ifnarch i686 armv7hl ppc64 %ifnarch ppc64
%if %{with ceph} %if %{with ceph}
install -m 644 config_samples/ceph.conf %{buildroot}%{_sysconfdir}/ganesha install -m 644 config_samples/ceph.conf %{buildroot}%{_sysconfdir}/ganesha
%endif %endif
@ -592,7 +592,7 @@ exit 0
%endif %endif
%endif %endif
%ifnarch i686 armv7hl ppc64 %ifnarch ppc64
%if %{with ceph} %if %{with ceph}
%files ceph %files ceph
%{_libdir}/ganesha/libfsalceph* %{_libdir}/ganesha/libfsalceph*
@ -663,6 +663,9 @@ exit 0
%endif %endif
%changelog %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 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild