From e8aa88ddaa49b74af61a75bf6b2270d314d12c6f Mon Sep 17 00:00:00 2001 From: ikent Date: Mon, 25 Sep 2006 15:26:54 +0000 Subject: [PATCH] - fix LDAP lookup delete cache entry only if entry doesn't exist. - add missing socket close in replicated host check (Jeff Moyer). --- autofs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 4c7be03..032580c 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.4 +%define release 0.rc2.5 Version: %{version} Release: %{release} Epoch: 1 @@ -14,6 +14,8 @@ Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc2.t 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 +Patch3: autofs-5.0.1-rc2-ldap-noexist-rmdir.patch +Patch4: autofs-5.0.1-rc2-replicated-close-sock.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -112,6 +114,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Sep 25 2006 Ian Kent - 5.0.1-0.rc2.5 +- fix LDAP lookup delete cache entry only if entry doesn't exist. +- add missing socket close in replicated host check (Jeff Moyer). + * Wed Sep 20 2006 Ian Kent - 5.0.1-0.rc2.4 - fix cache entrys not being cleaned up on submount expire.