From dc179fbd87907293f40afdd822725c78638f2e81 Mon Sep 17 00:00:00 2001 From: ikent Date: Sep 27 2006 04:13:42 +0000 Subject: - make default installed master map for /net use "-hosts" instead of auto.net. - fix included map recursive map key lookup. --- diff --git a/autofs.spec b/autofs.spec index f99e827..989ebb7 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 - 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 - 5.0.1-0.rc2.6 - remove unused option UNDERSCORETODOT from default config files.