From 5b8672d4c8d248d204af692588bc4f6b81f76ca6 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Thu, 21 Oct 2004 23:06:06 +0000 Subject: [PATCH] - Fixed the use of +ypmapname so the maps included with +ypmapname are used in the correct order. (In the past the '+' entries were always processed after local entries.) --- autofs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 84023df..b1de76c 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 31 +%define release 32 Version: %{version} Release: %{release} Epoch: 1 @@ -35,6 +35,7 @@ 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 +Patch31: autofs-4.1.3-plus-map-ordering.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -96,6 +97,7 @@ echo %{version}-%{release} > .version %patch28 -p1 -b .init-duplicate-map %patch29 -p1 -b .filemap-etc-append %patch30 -p1 -b .init-duplicate-map2 +%patch31 -p1 -b .plus-map-ordering.patch cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -149,6 +151,11 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Oct 21 2004 Chris Feist - 1:4.1.3-32 +- Fixed the use of +ypmapname so the maps included with +ypmapname + are used in the correct order. (In the past the '+' entries + were always processed after local entries.) + * 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.