- cthon fix expire of wildcard and program mounts broken by recent patches.

This commit is contained in:
ikent 2006-08-04 09:21:57 +00:00
parent c59e328053
commit 181853d66f

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.10
%define release 0.rc1.11
Version: %{version}
Release: %{release}
Epoch: 1
@ -27,6 +27,7 @@ Patch13: autofs-5.0.1-rc1-cthon-expire-nested.patch
Patch14: autofs-5.0.1-rc1-compile-error.patch
Patch15: autofs-5.0.1-rc1-shutdown-races.patch
Patch16: autofs-5.0.1-rc1-shutdown-submount-expire.patch
Patch17: autofs-5.0.1-rc1-program-wild-expire-fix.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -82,6 +83,7 @@ echo %{version}-%{release} > .version
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -138,6 +140,10 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Thu Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.11
- cthon fix expire of wildcard and program mounts broken by recent
patches.
* Thu Aug 3 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.10
- cthon corrections for shutdown patch below and fix shutdown expire.