- update the "task done race" patch to fix a deadlock.

- added URL tag.
- removed obsoletes autofs-ldap.
- replaced init directory paths with %%{_initrddir} macro.
This commit is contained in:
ikent 2007-02-12 02:19:56 +00:00
parent afec42c4ff
commit 498fc38c7a

View File

@ -18,7 +18,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
Patch9: autofs-5.0.1-rc3-task-done-race-2.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
@ -122,6 +122,7 @@ fi
%changelog
* Sat Feb 10 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.19
- update the "task done race" patch to fix a deadlock.
- added URL tag.
- removed obsoletes autofs-ldap.
- replaced init directory paths with %%{_initrddir} macro.