- Fixed regression causing any entries after a wildcard in an indirect map

to be ignored. (bz #151668).
- Fixed regression which caused local hosts to be mount instead of --bind
    local directories. (bz #146887)
This commit is contained in:
Chris Feist 2005-03-23 19:40:01 +00:00
parent 1dd1df3826
commit 29f15439c1

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 4.1.3
%define release 111
%define release 115
Version: %{version}
Release: %{release}
Epoch: 1
@ -59,6 +59,8 @@ Patch54: autofs-4.1.3-alt-master-ldap.patch
Patch55: autofs-4.1.3-auto-smb-mount-fix.patch
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
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
@ -145,6 +147,8 @@ echo %{version}-%{release} > .version
%patch55 -p1 -b .auto-smb-mount
%patch56 -p1 -b .check-nsswitch-submount
%patch57 -p1 -b .init-script-browse
%patch58 -p1 -b .local-mount
%patch59 -p1 -b .indirect-wildcard
cp $RPM_SOURCE_DIR/autofs.sysconfig .
@ -199,6 +203,12 @@ exit 0
%{_libdir}/autofs/*
%changelog
* 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).
- Fixed regression which caused local hosts to be mount instead
of --bind local directories. (bz #146887)
* Thu Mar 17 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-111
- Fixed one off bug in the submount-variable-propagation patch.
(bz #143074)