From 0f913bf4682a969ad724fe8f8ef5ccaf12e00dc6 Mon Sep 17 00:00:00 2001 From: ikent Date: Tue, 20 Jun 2006 04:15:26 +0000 Subject: [PATCH] - fix directory cleanup at exit. --- autofs.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/autofs.spec b/autofs.spec index 1a4f4e4..0fe5799 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 13 +%define release 14 Version: %{version} Release: %{release} Epoch: 1 @@ -35,6 +35,7 @@ Patch20: autofs-5.0.0_beta4-bad-key-length.patch Patch21: autofs-5.0.0_beta4-proc-pid-only.patch Patch22: autofs-5.0.0_beta4-bad-key-length-fix.patch Patch23: autofs-5.0.0_beta4-bad-key-length-fix-fix.patch +Patch24: autofs-5.0.0_beta4-directory-cleanup.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel Prereq: chkconfig @@ -97,6 +98,7 @@ echo %{version}-%{release} > .version %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -152,7 +154,10 @@ exit 0 %{_libdir}/autofs/* %changelog -* Mon Jun 19 2006 Ian Kent - 5.0.0_beta4-13 +* Tue Jun 20 2006 Ian Kent - 5.0.0_beta4-14 +- fix directory cleanup at exit. + +* Mon Jun 19 2006 Ian Kent - 5.0.0_beta4-13 - Change LDAP message severity from crit to degug (bz# 183893). - Corrections to INSTALL and README.v5.release. - Add patch to fix segv on overlength map keys in file maps (Jeff Moter).