From 011dd022f979ac58efaf6ca3633b01da87c27475 Mon Sep 17 00:00:00 2001 From: ikent Date: Wed, 20 Sep 2006 07:58:16 +0000 Subject: [PATCH] - fix cache entrys not being cleaned up on submount expire. --- autofs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 722c869..4c7be03 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.rc2.3 +%define release 0.rc2.4 Version: %{version} Release: %{release} Epoch: 1 @@ -13,6 +13,7 @@ Group: System Environment/Daemons Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc2.tar.bz2 Patch0: autofs-5.0.1-rc2-handle-autofs-options.patch Patch1: autofs-5.0.1-rc2-include-check-full-path.patch +Patch2: autofs-5.0.1-rc2-submount-cache-clean.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -54,6 +55,7 @@ inkludera nÀtfilsystem, CD-ROM, floppydiskar, och sÄ vidare. echo %{version}-%{release} > .version %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -110,6 +112,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Sep 20 2006 Ian Kent - 5.0.1-0.rc2.4 +- fix cache entrys not being cleaned up on submount expire. + * Sun Sep 17 2006 Ian Kent - 5.0.1-0.rc2.3 - fix include check full patch for file map of same name.