- fix included map lookup.

- fix directory cleanup on expire.
- fix task cancelation at shutdown.
- fix included map wild card key lookup.
This commit is contained in:
ikent 2006-08-20 09:48:54 +00:00
parent 41a15e94bf
commit 1466cb016b

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.rc1.15
%define release 0.rc1.16
Version: %{version}
Release: %{release}
Epoch: 1
@ -41,6 +41,10 @@ Patch27: autofs-5.0.1-rc1-check-offset-mounts-before-umount.patch
Patch28: autofs-5.0.1-rc1-premature-submount-expire.patch
Patch29: autofs-5.0.1-rc1-more-expire-rework.patch
Patch30: autofs-5.0.1-rc1-allow-initial-numeric-in-hostname.patch
Patch31: autofs-5.0.1-rc1-included-map-lookup-fix.patch
Patch32: autofs-5.0.1-rc1-dir-cleanup-on-expire-fix.patch
Patch33: autofs-5.0.1-rc1-cancel-tasks-at-shutdown.patch
Patch34: autofs-5.0.1-rc1-included-map-wild-lookup-fix.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -110,6 +114,10 @@ echo %{version}-%{release} > .version
%patch28 -p1
%patch29 -p1
%patch30 -p1
%patch31 -p1
%patch32 -p1
%patch33 -p1
%patch34 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -166,6 +174,12 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Sun Aug 20 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.16
- fix included map lookup.
- fix directory cleanup on expire.
- fix task cancelation at shutdown.
- fix included map wild card key lookup.
* Thu Aug 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.15
- expire individual submounts.
- add ino_index locking.