nfs-ganesha-2.0.0-5, EPEL7
This commit is contained in:
parent
f67467500c
commit
ff5c1c3dc4
@ -20,7 +20,7 @@
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: %{version}
|
||||
Release: 4%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: 5%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Summary: Ganesha NFS Server
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv3+
|
||||
@ -55,7 +55,10 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: dbus-devel
|
||||
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
# jemalloc not in rhel7 yet
|
||||
BuildRequires: jemalloc-devel
|
||||
%endif
|
||||
%if ( !( 0%{?rhel} && 0%{?rhel} < 7 ) )
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: libnfsidmap-devel
|
||||
@ -77,7 +80,10 @@ Requires(preun): /sbin/chkconfig
|
||||
Requires(postun): /sbin/service
|
||||
%endif
|
||||
Requires: dbus
|
||||
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
# jemalloc not in rhel7 yet
|
||||
Requires: jemalloc
|
||||
%endif
|
||||
%if ( 0%{?with_glusterfs:1} )
|
||||
Requires: glusterfs-api >= 3.4.2
|
||||
%endif
|
||||
@ -183,6 +189,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
|
||||
%dir %{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.0.0-5
|
||||
- EPEL7
|
||||
|
||||
* Mon Jan 6 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.0.0-4
|
||||
- with glusterfs-api(-devel) >= 3.4.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user