- fix context init error (introduced by memory leak patch).

This commit is contained in:
ikent 2006-06-10 02:44:04 +00:00
parent b8b5167624
commit a828dbad6d

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 6
%define release 7
Version: %{version}
Release: %{release}
Epoch: 1
@ -24,6 +24,7 @@ Patch9: autofs-5.0.0_beta4-misc-fixes.patch
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
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
Prereq: chkconfig
@ -75,6 +76,7 @@ echo %{version}-%{release} > .version
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -130,6 +132,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Sat Jun 10 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-7
- fix context init error (introduced by memory leak patch).
* Fri Jun 9 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-6
- add free for working var in get_default_logging.
- add inialisation for kver in autofs_point struct.