rpms/nfs-utils/devel nfs-utils-1.1.4-mount-textbased.patch, 1.1, 1.2 nfs-utils.spec, 1.210, 1.211

Steve Dickson steved at fedoraproject.org
Sat Jan 31 20:33:19 UTC 2009


Author: steved

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

Modified Files:
	nfs-utils-1.1.4-mount-textbased.patch nfs-utils.spec 
Log Message:
Fixed typo in -mount-textbased.patch (bz 483375)


nfs-utils-1.1.4-mount-textbased.patch:

Index: nfs-utils-1.1.4-mount-textbased.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils-1.1.4-mount-textbased.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nfs-utils-1.1.4-mount-textbased.patch	27 Jan 2009 23:02:49 -0000	1.1
+++ nfs-utils-1.1.4-mount-textbased.patch	31 Jan 2009 20:33:19 -0000	1.2
@@ -61,7 +61,7 @@
 -				return PO_KEY1_RIGHTMOST;
 +			for (i = 0; keys[i] != NULL; i++)
 +				if (strcmp(option->keyword, keys[i]) == 0)
-+					return i;
++					return i+1;
  		}
  	}
  


Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- nfs-utils.spec	31 Jan 2009 11:42:01 -0000	1.210
+++ nfs-utils.spec	31 Jan 2009 20:33:19 -0000	1.211
@@ -2,7 +2,7 @@
 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 @@
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Sat Jan 31 2009 Steve Dickson <steved at redhat.com> 1.1.4-16
+- Fixed typo in -mount-textbased.patch (bz 483375)
+
 * Sat Jan 31 2009 Steve Dickson <steved at redhat.com> 1.1.4-15
 - Reworked tcp wrapper code to correctly use API (bz 480223)
 - General clean up of tcp wrapper code.




More information about the scm-commits mailing list