- fix get_query_dn not looking in subtree for LDAP search.

- allow syntax "--timeout <secs>" for backward compatibility (bz 193948).
- make masked_match independent of hostname for exports comparison (bz
    209638).
This commit is contained in:
ikent 2006-10-07 09:13:17 +00:00
parent 995d9e2c35
commit 1fd6090bae

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.1
%define release 0.rc2.9
%define release 0.rc2.10
Version: %{version}
Release: %{release}
Epoch: 1
@ -21,6 +21,9 @@ Patch6: autofs-5.0.1-rc2-default-master-uses-hosts.patch
Patch7: autofs-5.0.1-rc2-included-map-recursive-key-lookup.patch
Patch8: autofs-5.0.1-rc2-master-map-reload-options-update.patch
Patch9: autofs-5.0.1-rc2-mount_nfs-use-fstype.patch
Patch10: autofs-5.0.1-rc2-get_query_dn-subtree.patch
Patch11: autofs-5.0.1-rc2-long-timout-option-use-space.patch
Patch12: autofs-5.0.1-rc2-masked_match-hostname-independent.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -70,6 +73,9 @@ echo %{version}-%{release} > .version
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -126,6 +132,13 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Sat Oct 7 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.10
- fix get_query_dn not looking in subtree for LDAP search.
- allow syntax "--timeout <secs>" for backward compatibility
(bz 193948).
- make masked_match independent of hostname for exports comparison
(bz 209638).
* Thu Oct 5 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.9
- fix "-fstype=nfs4" handling (bz 208757).