rpms/nfs-utils/devel nfs-utils-1.1.4-configure-uuid.patch, NONE, 1.1 nfs-utils.spec, 1.205, 1.206

Steve Dickson steved at fedoraproject.org
Tue Jan 6 18:02:05 UTC 2009


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4783

Modified Files:
	nfs-utils.spec 
Added Files:
	nfs-utils-1.1.4-configure-uuid.patch 
Log Message:
configure: use "--disable-uuid" instead of  "--without-uuid"


nfs-utils-1.1.4-configure-uuid.patch:

--- NEW FILE nfs-utils-1.1.4-configure-uuid.patch ---
--- nfs-utils-1.1.4/configure.ac.orig	2009-01-06 12:27:23.944023000 -0500
+++ nfs-utils-1.1.4/configure.ac	2009-01-06 12:29:43.128014000 -0500
@@ -109,7 +109,7 @@ AC_ARG_WITH(rpcgen,
 	AC_SUBST(RPCGEN_PATH)
 	AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" == ""])
 AC_ARG_ENABLE(uuid,
-	[AC_HELP_STRING([--without-uuid], [Exclude uuid support and so avoid possibly buggy libblkid])],
+	[AC_HELP_STRING([--disable-uuid], [Exclude uuid support to avoid buggy libblkid])],
 	if test "$enableval" = "yes" ; then choose_blkid=yes; else choose_blkid=no; fi,
 	choose_blkid=default)
 AC_ARG_ENABLE(mount,


Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- nfs-utils.spec	6 Jan 2009 17:57:45 -0000	1.205
+++ nfs-utils.spec	6 Jan 2009 18:01:35 -0000	1.206
@@ -42,6 +42,7 @@
 Patch113: nfs-utils-1.1.4-tcpwrap-warn.patch
 Patch114: nfs-utils-1.1.4-gssd-verbosity.patch
 Patch115: nfs-utils-1.1.4-mount-addrconfig.patch
+Patch116: nfs-utils-1.1.4-configure-uuid.patch
 
 %if %{enablefscache}
 Patch90: nfs-utils-1.1.0-mount-fsc.patch
@@ -112,6 +113,7 @@
 %patch113 -p1
 %patch114 -p1
 %patch115 -p1
+%patch116 -p1
 
 %if %{enablefscache}
 %patch90 -p1
@@ -283,6 +285,7 @@
 - mount: use gethostbyname(3) when building on old systems
 - mount: getport: don't use getaddrinfo(3) on old systems
 - mount: Random clean up
+- configure: use "--disable-uuid" instead of	"--without-uuid"
 
 * Fri Dec 19 2008 Steve Dickson <steved at redhat.com> 1.1.4-10
 - Re-enabled and fixed/enhanced tcp wrappers.




More information about the scm-commits mailing list