[nfs-ganesha] build with glusterfs-api(-devel) >= 3.4.2

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Mon Jan 6 15:06:42 UTC 2014


commit f67467500cabd6d1487e1128e3d670387cc5f990
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Mon Jan 6 10:06:27 2014 -0500

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

 nfs-ganesha.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec
index bb8cd1d..60d9bbf 100644
--- a/nfs-ganesha.spec
+++ b/nfs-ganesha.spec
@@ -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
 


More information about the scm-commits mailing list