diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index de639b2..52f7a21 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -20,7 +20,7 @@ Name: nfs-ganesha Version: %{version} -Release: 5%{?prereltag:.%{prereltag}}%{?dist} +Release: 6%{?prereltag:.%{prereltag}}%{?dist} Summary: Ganesha NFS Server Group: System Environment/Libraries License: LGPLv3+ @@ -59,7 +59,7 @@ BuildRequires: dbus-devel # jemalloc not in rhel7 yet BuildRequires: jemalloc-devel %endif -%if ( !( 0%{?rhel} && 0%{?rhel} < 7 ) ) +%if ( 0%{?fedora} && 0%{?fedora} > 16 ) || ( 0%{?rhel} && 0%{?rhel} > 6 ) BuildRequires: xfsprogs-devel BuildRequires: libnfsidmap-devel BuildRequires: libwbclient-devel @@ -189,6 +189,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh %dir %{_pkgdocdir} %changelog +* Fri Jan 17 2014 Kaleb S. KEITHLEY 2.0.0-6 +- EPEL7 and xfsprogs + * Fri Jan 17 2014 Kaleb S. KEITHLEY 2.0.0-5 - EPEL7