- enable mtab locking until I can resolve the race with it.
This commit is contained in:
parent
181853d66f
commit
af4f59a216
@ -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 <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
|
||||
- cthon fix expire of wildcard and program mounts broken by recent
|
||||
patches.
|
||||
|
Loading…
Reference in New Issue
Block a user