From 8647a6a488612673e5b532668b6105dc12657555 Mon Sep 17 00:00:00 2001 From: ikent Date: Feb 14 2007 04:01:37 +0000 Subject: - correct return status from do_mkdir (bz 223480). --- diff --git a/autofs.spec b/autofs.spec index 872e55c..341c32a 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.0.1 -Release: 0.rc3.18 +Release: 0.rc3.20 Epoch: 1 License: GPL Group: System Environment/Daemons @@ -19,6 +19,7 @@ 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-2.patch +Patch10: autofs-5.0.1-rc3-do_mkdir-return-status.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 %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -121,6 +123,9 @@ fi %{_libdir}/autofs/ %changelog +* Wed Feb 14 2007 Ian Kent - 5.0.1-0.rc3.20 +- correct return status from do_mkdir (bz 223480). + * Sat Feb 10 2007 Ian Kent - 5.0.1-0.rc3.18 - update the "task done race" patch to fix a deadlock. - added URL tag.