- fix handling of master map entry update (bz # 193718).

- fix program map handling of invalid multi-mount offsets.
This commit is contained in:
ikent 2006-06-12 07:14:53 +00:00
parent a828dbad6d
commit 5cbe4db3fb

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 7
%define release 8
Version: %{version}
Release: %{release}
Epoch: 1
@ -25,6 +25,8 @@ Patch10: autofs-5.0.0_beta4-misc-fixes-2.patch
Patch11: autofs-5.0.0_beta4-sources-list-corruption.patch
Patch12: autofs-5.0.0_beta4-memory-leaks.patch
Patch13: autofs-5.0.0_beta4-context-init-error.patch
Patch14: autofs-5.0.0_beta4-map-update.patch
Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
Prereq: chkconfig
@ -77,6 +79,8 @@ echo %{version}-%{release} > .version
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -132,6 +136,10 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Jun 12 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-8
- fix handling of master map entry update (bz # 193718).
- fix program map handling of invalid multi-mount offsets.
* Sat Jun 10 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-7
- fix context init error (introduced by memory leak patch).