- Fixed one off bug in the submount-variable-propagation patch. (bz

#143074)
- Fixed a bug in the init script which wouldn't find the -browse option if
    it was preceded by another option. (fz #113494)
This commit is contained in:
Chris Feist 2005-03-17 21:42:00 +00:00
parent 5d12bbd366
commit 1dd1df3826

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 4.1.3
%define release 107
%define release 111
Version: %{version}
Release: %{release}
Epoch: 1
@ -58,6 +58,7 @@ Patch53: autofs-4.1.3-nsswitch-comment.patch
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
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
@ -143,6 +144,7 @@ echo %{version}-%{release} > .version
%patch54 -p1 -b .alt-master-ldap
%patch55 -p1 -b .auto-smb-mount
%patch56 -p1 -b .check-nsswitch-submount
%patch57 -p1 -b .init-script-browse
cp $RPM_SOURCE_DIR/autofs.sysconfig .
@ -197,7 +199,13 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Feb 28 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-103
* 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)
- Fixed a bug in the init script which wouldn't find the -browse
option if it was preceded by another option. (fz #113494)
* Mon Feb 28 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-100
- When using ldap if auto.master doesn't exist we now check for auto_master.
Addresses bz #130079
- When using an auto.smb map we now remove the leading ':' from the path which