From af4f59a216fc1755ac1c1c36c2b137fc3e8721b1 Mon Sep 17 00:00:00 2001 From: ikent Date: Aug 04 2006 09:53:37 +0000 Subject: - enable mtab locking until I can resolve the race with it. --- diff --git a/autofs.spec b/autofs.spec index 2531af1..8e996a9 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.rc1.11 +%define release 0.rc1.12 Version: %{version} Release: %{release} Epoch: 1 @@ -87,7 +87,7 @@ echo %{version}-%{release} > .version %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} -%configure --disable-mount-locking --enable-ignore-busy +%configure --enable-ignore-busy make initdir=/etc/rc.d/init.d DONTSTRIP=1 %install @@ -140,6 +140,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Aug 4 2006 Ian Kent - 5.0.1-0.rc1.12 +- enable mtab locking until I can resolve the race with it. + * Thu Aug 4 2006 Ian Kent - 5.0.1-0.rc1.11 - cthon fix expire of wildcard and program mounts broken by recent patches.