[nfs-ganesha] add libuid2grp.so

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Tue Jul 1 11:07:12 UTC 2014


commit 41722bec99e9344b61d264b143faa36c5955043f
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Tue Jul 1 07:06:55 2014 -0400

    add libuid2grp.so

 nfs-ganesha.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec
index 75e9387..fdf17a9 100644
--- a/nfs-ganesha.spec
+++ b/nfs-ganesha.spec
@@ -19,7 +19,7 @@
 
 Name:              nfs-ganesha
 Version:           2.1.0
-Release:           1%{?prereltag:.%{prereltag}}%{?dist}
+Release:           2%{?prereltag:.%{prereltag}}%{?dist}
 Summary:           Ganesha NFS Server
 Group:             System Environment/Libraries
 License:           LGPLv3+
@@ -183,6 +183,7 @@ install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/nfs-ganesha.service
 install -D -p -m 0744 %{SOURCE3} %{buildroot}%{_sysconfdir}/init.d/nfs-ganesha
 install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
 %endif
+install -p -m 0755 support/libuid2grp.so %{buildroot}%{_libdir}
 
 %post
 /sbin/ldconfig
@@ -241,6 +242,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
 %dir %{_pkgdocdir}
 
 %changelog
+* Tue Jul 1 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.1.0-2
+- add libuid2grp.so
+
 * Mon Jun 30 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.1.0-1
 - nfs-ganesha-2.1.0 GA
 


More information about the scm-commits mailing list