- add export access list matching to "hosts" lookup module (bz # 193585).

This commit is contained in:
ikent 2006-06-14 10:28:14 +00:00
parent 9d9e587055
commit 49ebab0f0a

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 10
%define release 11
Version: %{version}
Release: %{release}
Epoch: 1
@ -28,6 +28,7 @@ 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
Patch16: autofs-5.0.0_beta4-module-load-to-init.patch
Patch17: autofs-5.0.0_beta4-exports-access-list.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
Prereq: chkconfig
@ -83,6 +84,7 @@ echo %{version}-%{release} > .version
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -138,6 +140,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Wed Jun 14 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-10
- add export access list matching to "hosts" lookup module (bz # 193585).
* Tue Jun 13 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-10
- Add a BuildPrereq for cyrus-sasl-devel