diff --git a/autofs.spec b/autofs.spec index 22cd4ca..b253884 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.3 -%define release 115 +%define release 119 Version: %{version} Release: %{release} Epoch: 1 @@ -61,6 +61,7 @@ Patch56: autofs-4.1.3-check-nsswitch-submount.patch Patch57: autofs-4.1.3-init-script-browse.patch Patch58: autofs-4.1.3-local-mount.patch Patch59: autofs-4.1.3-indirect-wildcard.patch +Patch60: autofs-4.1.3-multi-over-redhat.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl @@ -149,6 +150,7 @@ echo %{version}-%{release} > .version %patch57 -p1 -b .init-script-browse %patch58 -p1 -b .local-mount %patch59 -p1 -b .indirect-wildcard +%patch60 -p1 -b .multi-over cp $RPM_SOURCE_DIR/autofs.sysconfig . @@ -203,6 +205,12 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Mar 31 2005 Jeff Moyer - 1:4.1.3-119 +- Merge in the multi-over patch. This resolves an issue whereby multimounts + (such as those used for /net) could be processed in the wrong order, + resulting in directories not showing up in a multimount tree. The fix + is to process these directories in order, shortest to longer path. + * Wed Mar 23 2005 Chris Feist - 1:4.1.3-115 - Fixed regression causing any entries after a wildcard in an indirect map to be ignored. (bz #151668).