From 683cc3eb09b9c891980e4527e91677721f5c8ff6 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Feb 28 2005 19:35:11 +0000 Subject: - 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 caused mount to fail in the past. Addresses bz #147492 - Autofs now checks /etc/nsswitch.conf to determine in what order files & nis are checked when looking up autofs submount maps which don't specify a maptype. Addresses IT #57612. --- diff --git a/autofs.spec b/autofs.spec index cb40267..0af9429 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 99 +%define release 103 Version: %{version} Release: %{release} Epoch: 1 @@ -55,6 +55,9 @@ Patch50: autofs-4.1.3-duplicate-map-entry-order.patch Patch51: autofs-4.1.3-submount-variable-propagation.patch Patch52: autofs-4.1.3-one-auto-master.patch 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 Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl @@ -137,6 +140,10 @@ echo %{version}-%{release} > .version %patch51 -p1 -b .submount-variable-prop %patch52 -p1 -b .one-auto-master %patch53 -p1 -b .nsswitch-comment +%patch54 -p1 -b .alt-master-ldap +%patch55 -p1 -b .auto-smb-mount +%patch56 -p1 -b .check-nsswitch-submount + cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -190,6 +197,15 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Feb 28 2005 Chris Feist - 1:4.1.3-103 +- 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 + caused mount to fail in the past. Addresses bz #147492 +- Autofs now checks /etc/nsswitch.conf to determine in what order files & nis + are checked when looking up autofs submount maps which don't specify a + maptype. Addresses IT #57612. + * Mon Feb 14 2005 Jeff Moyer - 1:4.1.3-99 - Change Copyright to License in the spec file so it will build.