build with glusterfs-api(-devel) >= 3.4.2

This commit is contained in:
Kaleb S. KEITHLEY 2014-01-06 10:06:27 -05:00
parent 6c1f1e7527
commit f67467500c
1 changed files with 6 additions and 3 deletions

View File

@ -20,7 +20,7 @@
Name: nfs-ganesha
Version: %{version}
Release: 3%{?prereltag:.%{prereltag}}%{?dist}
Release: 4%{?prereltag:.%{prereltag}}%{?dist}
Summary: Ganesha NFS Server
Group: System Environment/Libraries
License: LGPLv3+
@ -63,7 +63,7 @@ BuildRequires: libwbclient-devel
%endif
BuildRequires: libcap-devel
%if ( 0%{?with_glusterfs:1} )
BuildRequires: glusterfs-api-devel
BuildRequires: glusterfs-api-devel >= 3.4.2
%endif
%if ( 0%{?_with_systemd:1} )
@ -79,7 +79,7 @@ Requires(postun): /sbin/service
Requires: dbus
Requires: jemalloc
%if ( 0%{?with_glusterfs:1} )
Requires: glusterfs-api
Requires: glusterfs-api >= 3.4.2
%endif
%description
@ -183,6 +183,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
%dir %{_pkgdocdir}
%changelog
* Mon Jan 6 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.0.0-4
- with glusterfs-api(-devel) >= 3.4.2
* Sat Jan 4 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.0.0-3
- with glusterfs-api