diff --git a/autofs.spec b/autofs.spec index c2192f7..1b61e8d 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 20 +%define release 21 Version: %{version} Release: %{release} Epoch: 1 @@ -31,6 +31,7 @@ Patch22: autofs-4.1.3-sock-leak-fix.patch Patch24: autofs-4.1.3-umount-loopback.patch Patch25: autofs-4.1.3-close-fix.patch Patch26: autofs-4.1.3-intl-status.patch +Patch27: autofs-4.1.3-localopts-multi.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -88,6 +89,7 @@ echo %{version}-%{release} > .version %patch24 -p1 -b .umount-loopback %patch25 -p1 -b .close-fix %patch26 -p1 -b .intl-status +%patch27 -p1 -b .localopts-multi cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -141,6 +143,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Sep 23 2004 Jeff Moyer - 1:4.1.3-21 +- Make local options apply to all maps in a multi-map entry. + * Tue Sep 21 2004 Jeff Moyer - 1:4.1.3-20 - Merged my and Ian's socket leak fixes into one, smaller patch. Only partially addresses bz #128966.