- add export access list matching to "hosts" lookup module (bz # 193585).
This commit is contained in:
parent
9d9e587055
commit
49ebab0f0a
@ -4,7 +4,7 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||||
Name: autofs
|
Name: autofs
|
||||||
%define version 5.0.0_beta4
|
%define version 5.0.0_beta4
|
||||||
%define release 10
|
%define release 11
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
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
|
Patch14: autofs-5.0.0_beta4-map-update.patch
|
||||||
Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
|
Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
|
||||||
Patch16: autofs-5.0.0_beta4-module-load-to-init.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
|
Buildroot: /var/tmp/autofs-tmp
|
||||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
|
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
@ -83,6 +84,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
|
%patch17 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -138,6 +140,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 13 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-10
|
||||||
- Add a BuildPrereq for cyrus-sasl-devel
|
- Add a BuildPrereq for cyrus-sasl-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user