rpms/autofs/devel autofs.spec,1.91,1.92

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 29 06:27:10 UTC 2006


Author: ikent

Update of /cvs/dist/rpms/autofs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23698

Modified Files:
	autofs.spec 
Log Message:
* Mon May 29 2006 Ian Kent <ikent at redhat.com> - 5.0.0_beta3-5
- fix handling of autofs filesystem mount fail on init.



Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- autofs.spec	27 May 2006 09:23:21 -0000	1.91
+++ autofs.spec	29 May 2006 06:27:07 -0000	1.92
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
 %define version 5.0.0_beta3
-%define release 4
+%define release 5
 Version: %{version}
 Release: %{release}
 Epoch: 1
@@ -21,6 +21,7 @@
 Patch8: autofs-5.0.0_beta3-e2fsck-error-check.patch
 Patch9: autofs-5.0.0_beta3-fix-map-perms.patch
 Patch10: autofs-5.0.0_beta3-hesiod-update.patch
+Patch11: autofs-5.0.0_beta3-autofs-mount-fail.patch
 
 Buildroot: /var/tmp/autofs-tmp
 BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
@@ -70,6 +71,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -125,6 +127,9 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Mon May 29 2006 Ian Kent <ikent at redhat.com> - 5.0.0_beta3-5
+- fix handling of autofs filesystem mount fail on init.
+
 * Sat May 27 2006 Ian Kent <ikent at redhat.com> - 5.0.0_beta3-4
 - updated hesiod patch.
 




More information about the fedora-cvs-commits mailing list