From 8cd59e297a6f3399eea3654753031c46df71db36 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 17 Jul 2015 13:24:37 -0400 Subject: [PATCH] BuildRequires: libntirprc on base --- nfs-ganesha.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 5207ed2..d4a6a18 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -76,7 +76,7 @@ Name: nfs-ganesha Version: 2.2.0 -Release: 4%{?dev_version:%{dev_version}}%{?dist} +Release: 5%{?dev_version:%{dev_version}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ @@ -94,6 +94,7 @@ BuildRequires: dbus-devel BuildRequires: libcap-devel BuildRequires: libblkid-devel BuildRequires: libuuid-devel +BuildRequires: libntirpc-devel >= 1.2.1-3 Requires: dbus Requires: nfs-utils %if %{with_nfsidmap} @@ -303,7 +304,6 @@ Group: Applications/System Requires: nfs-ganesha = %{version}-%{release} BuildRequires: glusterfs-api-devel >= 3.5.1 BuildRequires: libattr-devel -BuildRequires: libntirpc-devel >= 1.2.1-3 %description gluster This package contains a FSAL shared object to @@ -564,6 +564,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir %endif %changelog +* Fri Jul 17 2015 Kaleb S. KEITHLEY 2.2.0-5 +- BuildRequires: libntirprc on base + * Fri Jul 17 2015 Kaleb S. KEITHLEY 2.2.0-4 - link with unbundled, shared libntirpc