rpms/autofs/F-9 autofs.spec,1.243,1.244

Ian Kent (iankent) fedora-extras-commits at redhat.com
Mon Jun 30 05:54:24 UTC 2008


Author: iankent

Update of /cvs/pkgs/rpms/autofs/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14572

Modified Files:
	autofs.spec 
Log Message:
* Mon Jun 30 2008 Ian Kent <ikent at redhat.com> - 5.0.3-17
- don't abuse the ap->ghost field on NFS mount.
- multi-map doesn't pickup NIS updates automatically.
- eliminate redundant DNS name lookups.
- mount thread create condition handling fix.
- allow directory create on NFS root.
- check direct mount path length.
- fix incorrect in check in get user info.
- fix a couple of memory leaks.



Index: autofs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/F-9/autofs.spec,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- autofs.spec	30 Jun 2008 05:38:14 -0000	1.243
+++ autofs.spec	30 Jun 2008 05:53:38 -0000	1.244
@@ -24,11 +24,14 @@
 Patch12: autofs-5.0.3-mount-thread-create-cond-handling.patch
 Patch13: autofs-5.0.3-check-for-kernel-automount.patch
 Patch14: autofs-5.0.3-nss-source-any.patch
-Patch15: autofs-5.0.3-mount-thread-create-cond-handling-fix.patch
-Patch16: autofs-5.0.3-allow-dir-create-on-nfs-root.patch
-Patch17: autofs-5.0.3-check-direct-path-len.patch
-Patch18: autofs-5.0.3-fix-get-user-info-check.patch
-Patch19: autofs-5.0.3-fix-couple-of-memory-leaks.patch
+Patch15: autofs-5.0.3-dont-abuse-ap-ghost-field.patch
+Patch16: autofs-5.0.3-lookup-next-soucre-stale-entry.patch
+Patch17: autofs-5.0.3-remove-redundant-dns-name-lookups.patch
+Patch18: autofs-5.0.3-mount-thread-create-cond-handling-fix.patch
+Patch19: autofs-5.0.3-allow-dir-create-on-nfs-root.patch
+Patch20: autofs-5.0.3-check-direct-path-len.patch
+Patch21: autofs-5.0.3-fix-get-user-info-check.patch
+Patch22: autofs-5.0.3-fix-couple-of-memory-leaks.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel module-init-tools util-linux nfs-utils e2fsprogs
 Conflicts: kernel < 2.6.17
@@ -89,6 +92,9 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
+%patch21 -p1
+%patch22 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -142,6 +148,9 @@
 
 %changelog
 * Mon Jun 30 2008 Ian Kent <ikent at redhat.com> - 5.0.3-17
+- don't abuse the ap->ghost field on NFS mount.
+- multi-map doesn't pickup NIS updates automatically.
+- eliminate redundant DNS name lookups.
 - mount thread create condition handling fix.
 - allow directory create on NFS root.
 - check direct mount path length.




More information about the fedora-extras-commits mailing list