diff --git a/nfs-utils-1.1.4-configure-uuid.patch b/nfs-utils-1.1.4-configure-uuid.patch new file mode 100644 index 0000000..d15cc2e --- /dev/null +++ b/nfs-utils-1.1.4-configure-uuid.patch @@ -0,0 +1,11 @@ +--- 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, diff --git a/nfs-utils.spec b/nfs-utils.spec index 643e9c1..af91f3e 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -42,6 +42,7 @@ Patch112: nfs-utils-1.1.4-tcpwrapper-update.patch 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 @@ This package also contains the mount.nfs and umount.nfs program. %patch113 -p1 %patch114 -p1 %patch115 -p1 +%patch116 -p1 %if %{enablefscache} %patch90 -p1 @@ -283,6 +285,7 @@ fi - 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 1.1.4-10 - Re-enabled and fixed/enhanced tcp wrappers.