rpms/autofs/devel autofs-5.0.3-mount-thread-create-cond-handling.patch, 1.1, 1.2 autofs.spec, 1.240, 1.241

Ian Kent (iankent) fedora-extras-commits at redhat.com
Thu Apr 17 06:57:17 UTC 2008


Author: iankent

Update of /cvs/pkgs/rpms/autofs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22564

Modified Files:
	autofs-5.0.3-mount-thread-create-cond-handling.patch 
	autofs.spec 
Log Message:
* Thu Apr 17 2008 Ian Kent <ikent at redhat.com> - 5.0.3-13
- fix typo in patch for incorrect pthreads condition handling patch.


autofs-5.0.3-mount-thread-create-cond-handling.patch:

Index: autofs-5.0.3-mount-thread-create-cond-handling.patch
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/devel/autofs-5.0.3-mount-thread-create-cond-handling.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autofs-5.0.3-mount-thread-create-cond-handling.patch	14 Apr 2008 05:53:44 -0000	1.1
+++ autofs-5.0.3-mount-thread-create-cond-handling.patch	17 Apr 2008 06:57:10 -0000	1.2
@@ -235,7 +235,7 @@
  
  cont:
 -	status = lookup_nss_mount(ap, NULL, mt->name, strlen(mt->name));
-+	status = lookup_nss_mount(ap, NULL, mt.name, mt.len);
++	status = lookup_nss_mount(ap, NULL, mt.name, strlen(mt.name));
  	/*
  	 * Direct mounts are always a single mount. If it fails there's
  	 * nothing to undo so just complain


Index: autofs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- autofs.spec	14 Apr 2008 05:53:44 -0000	1.240
+++ autofs.spec	17 Apr 2008 06:57:10 -0000	1.241
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.3
-Release: 12
+Release: 13
 Epoch: 1
 License: GPL
 Group: System Environment/Daemons
@@ -127,8 +127,11 @@
 %{_libdir}/autofs/
 
 %changelog
+* Thu Apr 17 2008 Ian Kent <ikent at redhat.com> - 5.0.3-13
+- fix typo in patch for incorrect pthreads condition handling patch.
+
 * Mon Apr 14 2008 Ian Kent <ikent at redhat.com> - 5.0.3-12
-- fix incorrect pthreads condifion handling for mount requests.
+- fix incorrect pthreads condition handling for mount requests.
 
 * Sun Apr 1 2008 Ian Kent <ikent at redhat.com> - 5.0.3-11
 - and another try at fixing lexer matching map type in map name.




More information about the fedora-extras-commits mailing list