diff --git a/autofs.spec b/autofs.spec index 9d1909d..2531af1 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.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 - 5.0.1-0.rc1.11 +- cthon fix expire of wildcard and program mounts broken by recent + patches. + * Thu Aug 3 2006 Ian Kent - 5.0.1-0.rc1.10 - cthon corrections for shutdown patch below and fix shutdown expire.