From a914a5a66dcdd203a73ebfcecaf31a59f8b39ed2 Mon Sep 17 00:00:00 2001 From: ikent Date: Tue, 6 Feb 2007 01:05:55 +0000 Subject: [PATCH] - fix race when setting task done (bz 227268). - Resolves: rhbz#227268 --- autofs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 533827d..42cc4fa 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.rc3.13 +%define release 0.rc3.15 Version: %{version} Release: %{release} Epoch: 1 @@ -19,6 +19,7 @@ Patch5: autofs-5.0.1-rc3-correct-offset-mount-busy-check.patch Patch6: autofs-5.0.1-rc3-consistent-dquote-handling.patch Patch7: autofs-5.0.1-rc3-trailing-whitespace.patch Patch8: autofs-5.0.1-rc3-match-export-fqdn.patch +Patch9: autofs-5.0.1-rc3-task-done-race.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Conflicts: kernel < 2.6.17 @@ -69,6 +70,7 @@ echo %{version}-%{release} > .version %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -125,6 +127,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Tue Feb 6 2007 Ian Kent - 5.0.1-0.rc3.15 +- fix race when setting task done (bz 227268). + * Mon Jan 29 2007 Ian Kent - 5.0.1-0.rc3.13 - make double quote handing consistent (at least as much as we can). - fix handling of trailing white space in wildcard lookup (forward port bz 199720).