rpms/nfs-utils/devel nfs-utils-1.0.8-rc2-innetgr.patch, NONE, 1.1 nfs-utils.spec, 1.80, 1.81

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 13:50:20 UTC 2006


Author: steved

Update of /cvs/dist/rpms/nfs-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10120

Modified Files:
	nfs-utils.spec 
Added Files:
	nfs-utils-1.0.8-rc2-innetgr.patch 
Log Message:
Added innetgr patch that changes configure scripts to
check for the innetgr function.


nfs-utils-1.0.8-rc2-innetgr.patch:
 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE nfs-utils-1.0.8-rc2-innetgr.patch ---
--- nfs-utils-1.0.8-rc2/configure.in.orig	2006-01-16 11:37:36.000000000 +0100
+++ nfs-utils-1.0.8-rc2/configure.in	2006-01-16 11:37:36.000000000 +0100
@@ -219,9 +219,9 @@
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS([alarm atexit dup2 fdatasync ftruncate getcwd \
                gethostbyaddr gethostbyname gethostname getmntent \
-               gettimeofday hasmntopt inet_ntoa memset mkdir pathconf \
-               realpath rmdir select socket strcasecmp strchr strdup \
-               strerror strrchr strtol strtoul])
+               gettimeofday hasmntopt inet_ntoa innetgr memset mkdir \
+               pathconf realpath rmdir select socket strcasecmp strchr \
+               strdup strerror strrchr strtol strtoul])
 
 
 dnl *************************************************************


Index: nfs-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/nfs-utils/devel/nfs-utils.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- nfs-utils.spec	11 Jan 2006 22:07:07 -0000	1.80
+++ nfs-utils.spec	16 Jan 2006 13:50:16 -0000	1.81
@@ -1,7 +1,7 @@
 Summary: NFS utlilities and supporting daemons for the kernel NFS server.
 Name: nfs-utils
 Version: 1.0.8.rc2
-Release: 2.FC5
+Release: 3.FC5
 
 # group all 32bit related archs
 %define all_32bit_archs i386 i686 athlon
@@ -22,6 +22,7 @@
 Patch54: nfs-utils-1.0.7-mountd-stat64.patch
 Patch55: nfs-utils-1.0.7-nfsd-ctlbits.patch
 Patch56: nfs-utils-1.0.8-rc2-Makefileam.patch
+Patch57: nfs-utils-1.0.8-rc2-innetgr.patch
 
 Patch100: nfs-utils-1.0.8-compile.patch
 
@@ -66,6 +67,7 @@
 %patch54 -p1 -b .stat64
 %patch55 -p1 -b .ctlbits
 %patch56 -p1 -b .makeam
+%patch57 -p1 -b .innetgr
 
 # Do the magic to get things to compile
 %patch100 -p1 -b .compile
@@ -82,14 +84,9 @@
 %endif
 export PIE
 
-sh autogen.sh
+sh -x autogen.sh
 
 CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE`"
-#
-# Hack to enable netgroups.  If anybody knows the right way to do
-# this, please help yourself.
-#
-ac_cv_func_innetgr=yes \
 %configure \
 	CFLAGS="$CFLAGS" \
 	CPPFLAGS="$DEFINES" \
@@ -223,6 +220,10 @@
 %config /etc/rc.d/init.d/nfslock
 
 %changelog
+* Mon Jan 16 2006 Steve Dickson <SteveD at RedHat.com> 1.0.8.rc2-3.FC5
+- Added innetgr patch that changes configure scripts to
+  check for the innetgr function.
+
 * Wed Jan 11 2006 Peter Jones <pjones at redhat.com> 1.0.8.rc2-2.FC5
 - Fix lockfile naming in the initscripts so they're stopped correctly.
 




More information about the fedora-cvs-commits mailing list