From c73957002aaf22998bcb17b7e5d18b179517d194 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Jan 31 2009 20:33:19 +0000 Subject: Fixed typo in -mount-textbased.patch (bz 483375) --- diff --git a/nfs-utils-1.1.4-mount-textbased.patch b/nfs-utils-1.1.4-mount-textbased.patch index d941ce8..32a94e2 100644 --- a/nfs-utils-1.1.4-mount-textbased.patch +++ b/nfs-utils-1.1.4-mount-textbased.patch @@ -61,7 +61,7 @@ index f61d0dd..4934508 100644 - return PO_KEY1_RIGHTMOST; + for (i = 0; keys[i] != NULL; i++) + if (strcmp(option->keyword, keys[i]) == 0) -+ return i; ++ return i+1; } } diff --git a/nfs-utils.spec b/nfs-utils.spec index c1e58b7..15a397b 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.1.4 -Release: 15%{?dist} +Release: 16%{?dist} Epoch: 1 # group all 32bit related archs @@ -287,6 +287,9 @@ fi %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Sat Jan 31 2009 Steve Dickson 1.1.4-16 +- Fixed typo in -mount-textbased.patch (bz 483375) + * Sat Jan 31 2009 Steve Dickson 1.1.4-15 - Reworked tcp wrapper code to correctly use API (bz 480223) - General clean up of tcp wrapper code.