diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index f64585e..b863063 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -10,12 +10,15 @@ %endif # GlusterFS is not available in EPEL -# RHEL currently 3.4.0 client, but nfs-ganesha needs 3.4.2. +# RHEL finally has 3.6.x, but lacks glusterfs-api-devel %if ( ! 0%{?rhel} ) %global with_glusterfs true %endif +# Ceph is not available in EPEL 7 +%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} < 7 ) %global with_cephfs true +%endif %global with_admintools true @@ -27,7 +30,7 @@ Name: nfs-ganesha Version: 2.1.0 -Release: 12%{?prereltag:.%{prereltag}}%{?dist} +Release: 13%{?prereltag:.%{prereltag}}%{?dist} Summary: Ganesha NFS Server Group: System Environment/Libraries License: LGPLv3+ @@ -262,6 +265,9 @@ install -D -p -m 0644 src/scripts/ganeshactl/org.ganesha.nfsd.conf %{buildroot}% %dir %{_pkgdocdir} %changelog +* Mon Jan 19 2014 Kaleb S. KEITHLEY 2.1.0-13 +- Ceph retired from EPEL 7 + * Thu Nov 6 2014 Kaleb S. KEITHLEY 2.1.0-12 - rebuild after libnfsidmap symbol version revert