diff --git a/autofs.spec b/autofs.spec index 3a31986..ca43f06 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 5.0.0_beta4 -%define release 4 +%define release 5 Version: %{version} Release: %{release} Epoch: 1 @@ -20,6 +20,7 @@ Patch5: autofs-5.0.0_beta4-replicated-parse-lookup-fix.patch Patch6: autofs-5.0.0_beta4-expire-base-mount-fix.patch Patch7: autofs-5.0.0_beta4-wildcard-handling.patch Patch8: autofs-5.0.0_beta4-master_parse-redeclare.patch +Patch9: autofs-5.0.0_beta4-misc-fixes.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex Prereq: chkconfig @@ -67,6 +68,7 @@ echo %{version}-%{release} > .version %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -122,6 +124,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Jun 8 2006 Ian Kent - 5.0.0_beta4-5 +- misc fixes for things found while investigating map re-read problem. + * Wed Jun 7 2006 Ian Kent - 5.0.0_beta4-4 - check base of offset mount tree is not a mount before umounting its offsets.