- fix cache entrys not being cleaned up on submount expire.

This commit is contained in:
ikent 2006-09-20 07:58:16 +00:00
parent 2be8461bf3
commit 011dd022f9

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.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 <ikent@redhat.com> - 5.0.1-0.rc2.4
- fix cache entrys not being cleaned up on submount expire.
* Sun Sep 17 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.3
- fix include check full patch for file map of same name.