- fix LDAP lookup delete cache entry only if entry doesn't exist.

- add missing socket close in replicated host check (Jeff Moyer).
This commit is contained in:
ikent 2006-09-25 15:26:54 +00:00
parent 011dd022f9
commit e8aa88ddaa

View File

@ -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 <ikent@redhat.com> - 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 <ikent@redhat.com> - 5.0.1-0.rc2.4
- fix cache entrys not being cleaned up on submount expire.