From c59e32805324811fe0b3d49b8c83ae94aa38312e Mon Sep 17 00:00:00 2001 From: ikent Date: Aug 03 2006 08:45:48 +0000 Subject: - cthon corrections for shutdown patch below and fix shutdown expire. --- diff --git a/autofs.spec b/autofs.spec index d4c4d88..9d1909d 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.9 +%define release 0.rc1.10 Version: %{version} Release: %{release} Epoch: 1 @@ -26,6 +26,7 @@ Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch Patch13: autofs-5.0.1-rc1-cthon-expire-nested.patch 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 Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -80,6 +81,7 @@ echo %{version}-%{release} > .version %patch13 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -136,6 +138,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Aug 3 2006 Ian Kent - 5.0.1-0.rc1.10 +- cthon corrections for shutdown patch below and fix shutdown expire. + * Wed Aug 2 2006 Ian Kent - 5.0.1-0.rc1.9 - cthon fix some shutdown races.