- correct auto.net installed as auto.smb.

- update LDAP auth - add autodectect option.
This commit is contained in:
ikent 2006-07-07 04:24:58 +00:00
parent 052cee533c
commit 9e41c2879b

View File

@ -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 <ikent@redhat.com> - 5.0.0_beta6-5
- correct auto.net installed as auto.smb.
- update LDAP auth - add autodectect option.
* Wed Jul 5 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-4
- correct shutdown log message print.
- correct auth init test when no credentials required.