- fix localhost replicated mounts not working (bz 208757).

This commit is contained in:
ikent 2007-02-16 01:54:58 +00:00
parent 8647a6a488
commit 6fc76206d1

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.0.1
Release: 0.rc3.20
Release: 0.rc3.22
Epoch: 1
License: GPL
Group: System Environment/Daemons
@ -20,6 +20,7 @@ Patch7: autofs-5.0.1-rc3-trailing-whitespace.patch
Patch8: autofs-5.0.1-rc3-match-export-fqdn.patch
Patch9: autofs-5.0.1-rc3-task-done-race-2.patch
Patch10: autofs-5.0.1-rc3-do_mkdir-return-status.patch
Patch11: autofs-5.0.1-rc3-proximity-local-handling.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Conflicts: kernel < 2.6.17
@ -71,6 +72,7 @@ echo %{version}-%{release} > .version
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -123,6 +125,9 @@ fi
%{_libdir}/autofs/
%changelog
* Fri Feb 16 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.22
- fix localhost replicated mounts not working (bz 208757).
* Wed Feb 14 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.20
- correct return status from do_mkdir (bz 223480).