- enable mtab locking until I can resolve the race with it.

This commit is contained in:
ikent 2006-08-04 09:53:37 +00:00
parent 181853d66f
commit af4f59a216

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems. Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs Name: autofs
%define version 5.0.1 %define version 5.0.1
%define release 0.rc1.11 %define release 0.rc1.12
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -87,7 +87,7 @@ echo %{version}-%{release} > .version
%build %build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} #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 make initdir=/etc/rc.d/init.d DONTSTRIP=1
%install %install
@ -140,6 +140,9 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Thu Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.12
- enable mtab locking until I can resolve the race with it.
* Thu Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.11 * Thu Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.11
- cthon fix expire of wildcard and program mounts broken by recent - cthon fix expire of wildcard and program mounts broken by recent
patches. patches.