From 9e41c2879bcf2875ebb919e7a00586a1e2d0440a Mon Sep 17 00:00:00 2001 From: ikent Date: Jul 07 2006 04:24:58 +0000 Subject: - correct auto.net installed as auto.smb. - update LDAP auth - add autodectect option. --- diff --git a/autofs.spec b/autofs.spec index 91d2f5a..770b3f3 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.0_beta6 -%define release 4 +%define release 5 Version: %{version} Release: %{release} Epoch: 1 @@ -18,6 +18,8 @@ Patch4: autofs-5.0.0_beta6-check-return.patch Patch5: autofs-5.0.0_beta6-auth-config-exits.patch Patch6: autofs-5.0.0_beta6-shutdown-log-message.patch Patch7: autofs-5.0.0_beta6-check-no-creds-required.patch +Patch8: autofs-5.0.0_beta6-correct-auto.smb.patch +Patch9: autofs-5.0.0_beta6-auth-add-autodetect.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -63,6 +65,8 @@ echo %{version}-%{release} > .version %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 +%patch9 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -119,6 +123,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Fri Jul 7 2006 Ian Kent - 5.0.0_beta6-5 +- correct auto.net installed as auto.smb. +- update LDAP auth - add autodectect option. + * Wed Jul 5 2006 Ian Kent - 5.0.0_beta6-4 - correct shutdown log message print. - correct auth init test when no credentials required.