From 02bb5014f52a9d9070dbeb5db8846f5ad6ef3e84 Mon Sep 17 00:00:00 2001 From: ikent Date: Jul 27 2006 08:41:42 +0000 Subject: - cthon fix expire of various forms of nested mounts. --- diff --git a/autofs.spec b/autofs.spec index 888f3fb..c62e86c 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.6 +%define release 0.rc1.7 Version: %{version} Release: %{release} Epoch: 1 @@ -23,6 +23,7 @@ Patch9: autofs-5.0.1-rc1-cthon-more-cleanup.patch Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch +Patch13: autofs-5.0.1-rc1-cthon-expire-nested.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -74,6 +75,7 @@ echo %{version}-%{release} > .version %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -130,7 +132,10 @@ exit 0 %{_libdir}/autofs/* %changelog -* Thu Jul 24 2006 Ian Kent - 5.0.1-0.rc1.6 +* Thu Jul 27 2006 Ian Kent - 5.0.1-0.rc1.7 +- cthon fix expire of various forms of nested mounts. + +* Mon Jul 24 2006 Ian Kent - 5.0.1-0.rc1.6 - cthon more parser corrections and attempt to fix multi-mounts with various combinations of submounts (still not right).