[nfs-ganesha] keep fsal .so files, implementation now uses them

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Fri Jul 11 21:22:00 UTC 2014


commit 1e71b60d1d69d9f642cacb8e455fed60e9fa6070
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Fri Jul 11 17:22:09 2014 -0400

    keep fsal .so files, implementation now uses them

 nfs-ganesha.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec
index 88e48e0..c2adfc1 100644
--- a/nfs-ganesha.spec
+++ b/nfs-ganesha.spec
@@ -19,7 +19,7 @@
 
 Name:              nfs-ganesha
 Version:           2.1.0
-Release:           3%{?prereltag:.%{prereltag}}%{?dist}
+Release:           4%{?prereltag:.%{prereltag}}%{?dist}
 Summary:           Ganesha NFS Server
 Group:             System Environment/Libraries
 License:           LGPLv3+
@@ -176,7 +176,6 @@ make VERBOSE=1
 %install
 make install
 rm  %{buildroot}%{_bindir}/libntirpc.*
-rm %{buildroot}%{_libdir}/ganesha/*.so
 mkdir -p %{buildroot}%{_pkgdocdir}
 cp -p src/Docs/*.pdf %{buildroot}%{_pkgdocdir}/
 %if ( 0%{?_with_systemd:1} )
@@ -243,6 +242,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
 %dir %{_pkgdocdir}
 
 %changelog
+* Fri Jul 11 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.1.0-4
+- keep fsal .so files, implementation now uses them
+
 * Tue Jul 1 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.1.0-3
 - static libuid2grp
 


More information about the scm-commits mailing list