From d4f7a08463818c8b9a7079fb4db657327af2e868 Mon Sep 17 00:00:00 2001 From: ikent Date: Aug 04 2006 12:27:28 +0000 Subject: - tidy up directory cleanup and add validation check to rmdir_path. --- diff --git a/autofs.spec b/autofs.spec index 8e996a9..8f3e41a 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.1 -%define release 0.rc1.12 +%define release 0.rc1.13 Version: %{version} Release: %{release} Epoch: 1 @@ -28,6 +28,7 @@ Patch14: autofs-5.0.1-rc1-compile-error.patch Patch15: autofs-5.0.1-rc1-shutdown-races.patch Patch16: autofs-5.0.1-rc1-shutdown-submount-expire.patch Patch17: autofs-5.0.1-rc1-program-wild-expire-fix.patch +Patch18: autofs-5.0.1-rc1-directory-cleanup.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -84,6 +85,7 @@ echo %{version}-%{release} > .version %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -140,6 +142,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Aug 4 2006 Ian Kent - 5.0.1-0.rc1.13 +- tidy up directory cleanup and add validation check to rmdir_path. + * Thu Aug 4 2006 Ian Kent - 5.0.1-0.rc1.12 - enable mtab locking until I can resolve the race with it.