- 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.
This commit is contained in:
Jeffrey E. Moyer 2005-03-31 21:47:23 +00:00
parent 29f15439c1
commit 5a8c05dbed

View File

@ -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 <jmoyer@redhat.com> - 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 <cfeist@redhat.com> - 1:4.1.3-115
- Fixed regression causing any entries after a wildcard in an
indirect map to be ignored. (bz #151668).