From 28b223d83b0aae946d5f06c8e17cac590024a31e Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Jun 12 2007 12:40:05 +0000 Subject: - add ldaps support. - note: it's no longer possible to have multiple hosts in an ldap map spec. - note: to do this you need to rely on the ldap client config. --- diff --git a/autofs.spec b/autofs.spec index f2edc11..f5c2e5a 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.0.1 -Release: 14 +Release: 16 Epoch: 1 License: GPL Group: System Environment/Daemons @@ -30,6 +30,7 @@ Patch17: autofs-5.0.1-cmd-global-options-fix.patch Patch18: autofs-5.0.1-allow-dot-in-master-macro.patch Patch19: autofs-5.0.1-correct-logic-test-wild-lookup.patch Patch20: autofs-5.0.1-alarm-deadlock.patch +Patch21: autofs-5.0.1-add-ldaps-support.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Conflicts: kernel < 2.6.17 @@ -91,6 +92,7 @@ echo %{version}-%{release} > .version %patch18 -p1 %patch19 -p1 %patch20 -p1 +%patch21 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -143,6 +145,11 @@ fi %{_libdir}/autofs/ %changelog +* Tue Jun 12 2007 Ian Kent - 5.0.1-16 +- add ldaps support. + - note: it's no longer possible to have multiple hosts in an ldap map spec. + - note: to do this you need to rely on the ldap client config. + * Thu Jun 7 2007 Ian Kent - 5.0.1-14 - fix deadlock in alarm manager module.