From 65da2bf2c6e2a96687396f475f36e03a6dec4564 Mon Sep 17 00:00:00 2001 From: ikent Date: Mon, 29 May 2006 09:09:09 +0000 Subject: [PATCH] - add back test for nested mount in program map lookup. - I must have commented this out for a reason. I guess we'll find out soon enough. --- autofs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index dab2d02..b257b97 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.0_beta3 -%define release 5 +%define release 6 Version: %{version} Release: %{release} Epoch: 1 @@ -22,6 +22,7 @@ Patch8: autofs-5.0.0_beta3-e2fsck-error-check.patch Patch9: autofs-5.0.0_beta3-fix-map-perms.patch Patch10: autofs-5.0.0_beta3-hesiod-update.patch Patch11: autofs-5.0.0_beta3-autofs-mount-fail.patch +Patch12: autofs-5.0.0_beta3-lookup_program-add-check.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex @@ -72,6 +73,7 @@ echo %{version}-%{release} > .version %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -127,6 +129,11 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon May 29 2006 Ian Kent - 5.0.0_beta3-6 +- add back test for nested mount in program map lookup. + - I must have commented this out for a reason. I guess we'll + find out soon enough. + * Mon May 29 2006 Ian Kent - 5.0.0_beta3-5 - fix handling of autofs filesystem mount fail on init.