From 1dd1df38269e65e89d3a40ce4c0792b90695a767 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Thu, 17 Mar 2005 21:42:00 +0000 Subject: [PATCH] - 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) --- autofs.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/autofs.spec b/autofs.spec index f7ea782..48073eb 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 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 - 1:4.1.3-103 +* Thu Mar 17 2005 Chris Feist - 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 - 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