From 5570c49aa08756a359764935b5d4d32206041b62 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Oct 21 2004 21:18:08 +0000 Subject: - Fixed the duplicate map detection code to detect if maps try to mount on top of existing maps. --- diff --git a/autofs.spec b/autofs.spec index d861f39..84023df 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 29 +%define release 31 Version: %{version} Release: %{release} Epoch: 1 @@ -34,6 +34,7 @@ Patch26: autofs-4.1.3-intl-status.patch Patch27: autofs-4.1.3-localopts-multi.patch Patch28: autofs-4.1.2-init-duplicate-map.patch Patch29: autofs-4.1.3-filemap-etc-append.patch +Patch30: autofs-4.1.3-init-duplicate-map2.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -94,6 +95,7 @@ echo %{version}-%{release} > .version %patch27 -p1 -b .localopts-multi %patch28 -p1 -b .init-duplicate-map %patch29 -p1 -b .filemap-etc-append +%patch30 -p1 -b .init-duplicate-map2 cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -147,6 +149,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Oct 21 2004 Chris Feist - 1:4.1.3-31 +- Fixed the duplicate map detection code to detect if maps try + to mount on top of existing maps. + * Wed Oct 20 2004 Chris Feist - 1:4.1.3-29 - Fixed a problem with backwards compatability. Specifying local maps without '/etc/' prepended to them now works. (bz #136038)