rpms/autofs/devel autofs.spec,1.203,1.204

Ian Kent (iankent) fedora-extras-commits at redhat.com
Tue Jun 12 12:40:40 UTC 2007


Author: iankent

Update of /cvs/pkgs/rpms/autofs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28378

Modified Files:
	autofs.spec 
Log Message:
* Tue Jun 12 2007 Ian Kent <ikent at 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.



Index: autofs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- autofs.spec	7 Jun 2007 07:52:23 -0000	1.203
+++ autofs.spec	12 Jun 2007 12:40:05 -0000	1.204
@@ -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 @@
 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 @@
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
+%patch21 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -143,6 +145,11 @@
 %{_libdir}/autofs/
 
 %changelog
+* Tue Jun 12 2007 Ian Kent <ikent at 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 at redhat.com> - 5.0.1-14
 - fix deadlock in alarm manager module.
 




More information about the fedora-extras-commits mailing list