diff --git a/autofs.spec b/autofs.spec index 83c39fe..d4c4d88 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.8 +%define release 0.rc1.9 Version: %{version} Release: %{release} Epoch: 1 @@ -25,6 +25,7 @@ Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch 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 Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -78,6 +79,7 @@ echo %{version}-%{release} > .version %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -134,6 +136,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Aug 2 2006 Ian Kent - 5.0.1-0.rc1.9 +- cthon fix some shutdown races. + * Thu Jul 27 2006 Ian Kent - 5.0.1-0.rc1.8 - Fix compile error.