diff --git a/autofs.spec b/autofs.spec index 5f51325..d861f39 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 28 +%define release 29 Version: %{version} Release: %{release} Epoch: 1 @@ -33,6 +33,7 @@ Patch25: autofs-4.1.3-close-fix.patch 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 Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -92,6 +93,7 @@ echo %{version}-%{release} > .version %patch26 -p1 -b .intl-status %patch27 -p1 -b .localopts-multi %patch28 -p1 -b .init-duplicate-map +%patch29 -p1 -b .filemap-etc-append cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -145,8 +147,12 @@ exit 0 %{_libdir}/autofs/* %changelog +* 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) + * Fri Oct 15 2004 Chris Feist - 1:4.1.3-28 -- Fixed a bug which caused directories to never be unmounted. +- Fixed a bug which caused directories to never be unmounted. (bz #134403) * Thu Oct 14 2004 Chris Feist - 1:4.1.3-27 - Fixed an error in the init script which caused duplicate entries to be