- make default installed master map for /net use "-hosts" instead of

auto.net.
- fix included map recursive map key lookup.
This commit is contained in:
ikent 2006-09-27 04:13:42 +00:00
parent b8f6744d7c
commit dc179fbd87

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.6
%define release 0.rc2.7
Version: %{version}
Release: %{release}
Epoch: 1
@ -17,6 +17,8 @@ Patch2: autofs-5.0.1-rc2-submount-cache-clean.patch
Patch3: autofs-5.0.1-rc2-ldap-noexist-rmdir.patch
Patch4: autofs-5.0.1-rc2-replicated-close-sock.patch
Patch5: autofs-5.0.1-rc2-remove-UNDERSCORETODOT.patch
Patch6: autofs-5.0.1-rc2-default-master-uses-hosts.patch
Patch7: autofs-5.0.1-rc2-included-map-recursive-key-lookup.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -62,6 +64,8 @@ echo %{version}-%{release} > .version
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -118,6 +122,11 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Wed Sep 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.7
- make default installed master map for /net use "-hosts" instead
of auto.net.
- fix included map recursive map key lookup.
* Mon Sep 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.6
- remove unused option UNDERSCORETODOT from default config files.