From 57fee6bdfa5bcbd616d8d2704cd9c6b8019eb8d5 Mon Sep 17 00:00:00 2001 From: ikent Date: Mon, 30 Oct 2006 03:55:26 +0000 Subject: [PATCH] - Update patch for changed semantics of mkdir in recent kernels. - fix macro table locking. - fix nsswitch parser locking. - allow only one master map read task at a time. - fix misc memory leaks. --- autofs.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 70371da..db53eb2 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.rc2.19 +%define release 0.rc2.20 Version: %{version} Release: %{release} Epoch: 1 @@ -35,6 +35,11 @@ Patch20: autofs-5.0.1-rc2-numeric-ldap-host-name.patch Patch21: autofs-5.0.1-rc2-get_query_dn-subtree-2.patch Patch22: autofs-5.0.1-rc2-ldap-allow-extra-attrs.patch Patch23: autofs-5.0.1-rc2-dont-create-remote-dirs.patch +Patch24: autofs-5.0.1-rc2-fix-master-parse-shift-reduce.patch +Patch25: autofs-5.0.1-rc2-macro-table-locking.patch +Patch26: autofs-5.0.1-rc2-nsswitch-parser-locking.patch +Patch27: autofs-5.0.1-rc2-one-master-map-read-only.patch +Patch28: autofs-5.0.1-rc2-misc-memory-leaks.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -98,6 +103,11 @@ echo %{version}-%{release} > .version %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -154,6 +164,13 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Oct 30 2006 Ian Kent - 5.0.1-0.rc2.20 +- Update patch for changed semantics of mkdir in recent kernels. +- fix macro table locking. +- fix nsswitch parser locking. +- allow only one master map read task at a time. +- fix misc memory leaks. + * Wed Oct 25 2006 Ian Kent - 5.0.1-0.rc2.19 - deal with changed semantics of mkdir in recent kernels.