Ceph retired from EPEL 7

This commit is contained in:
Kaleb S. KEITHLEY 2015-01-19 09:04:03 -05:00
parent 88d11da0da
commit 0be2259c62
1 changed files with 8 additions and 2 deletions

View File

@ -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 <kkeithle at redhat.com> 2.1.0-13
- Ceph retired from EPEL 7
* Thu Nov 6 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.1.0-12
- rebuild after libnfsidmap symbol version revert