From e6e9eba5e41393b29ad08abc4f31b3f7901f8853 Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Tue, 17 Nov 2015 08:58:54 -0500 Subject: [PATCH] Requires: rpcbind or portmap --- nfs-ganesha.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index e7460c5..70fffbb 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -80,7 +80,7 @@ Name: nfs-ganesha Version: 2.3.0 -Release: 1%{?dev_version:%{dev_version}}%{?dist} +Release: 2%{?dev_version:%{dev_version}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ @@ -102,6 +102,11 @@ BuildRequires: libntirpc-devel >= 1.3.1 %endif Requires: dbus Requires: nfs-utils +%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) +Requires: rpcbind +%else +Requires: portmap +%endif %if %{with_nfsidmap} BuildRequires: libnfsidmap-devel %else @@ -567,6 +572,9 @@ install -m 644 ChangeLog %{buildroot}%{_defaultdocdir}/ganesha %endif %changelog +* Tue Nov 17 2015 Kaleb S. KEITHLEY 2.3.0-2 +- Requires: rpcbind or portmap + * Wed Oct 28 2015 Kaleb S. KEITHLEY 2.3.0-1 - 2.3.0 GA