- misc fixes for things found while investigating map re-read problem.

This commit is contained in:
ikent 2006-06-08 10:48:30 +00:00
parent 5b1ad946d4
commit 8ff802d405

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.0_beta4
%define release 4
%define release 5
Version: %{version}
Release: %{release}
Epoch: 1
@ -20,6 +20,7 @@ Patch5: autofs-5.0.0_beta4-replicated-parse-lookup-fix.patch
Patch6: autofs-5.0.0_beta4-expire-base-mount-fix.patch
Patch7: autofs-5.0.0_beta4-wildcard-handling.patch
Patch8: autofs-5.0.0_beta4-master_parse-redeclare.patch
Patch9: autofs-5.0.0_beta4-misc-fixes.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
Prereq: chkconfig
@ -67,6 +68,7 @@ echo %{version}-%{release} > .version
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -122,6 +124,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Wed Jun 8 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-5
- misc fixes for things found while investigating map re-read problem.
* Wed Jun 7 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-4
- check base of offset mount tree is not a mount before umounting
its offsets.