- 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.
This commit is contained in:
parent
d35ca7c13d
commit
28b223d83b
@ -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 <ikent@redhat.com> - 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 <ikent@redhat.com> - 5.0.1-14
|
||||
- fix deadlock in alarm manager module.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user