rpms/openldap/devel ldap.init,1.10,1.11 openldap.spec,1.33,1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 27 00:07:46 UTC 2005


Author: nalin

Update of /cvs/dist/rpms/openldap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31475

Modified Files:
	ldap.init openldap.spec 
Log Message:
- update to 2.2.24 (stable 20050318)
- export KRB5_KTNAME in the init script, in case it was set in the sysconfig
  file but not exported



Index: ldap.init
===================================================================
RCS file: /cvs/dist/rpms/openldap/devel/ldap.init,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ldap.init	1 Feb 2005 00:19:35 -0000	1.10
+++ ldap.init	27 Apr 2005 00:07:44 -0000	1.11
@@ -67,6 +67,7 @@
         klist=/usr/bin/klist
     fi
     KRB5_KTNAME="${KRB5_KTNAME:-/etc/krb5.keytab}"
+    export KRB5_KTNAME
     if test -s "$KRB5_KTNAME" ; then
         if test x"$klist" != x ; then
             if LANG=C klist -k "$KRB5_KTNAME" | tail -n 4 | awk '{print $2}' | grep -q ^"$service"/ ; then


Index: openldap.spec
===================================================================
RCS file: /cvs/dist/rpms/openldap/devel/openldap.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- openldap.spec	2 Mar 2005 01:23:33 -0000	1.33
+++ openldap.spec	27 Apr 2005 00:07:44 -0000	1.34
@@ -3,7 +3,7 @@
 %define ldbm_backend berkeley
 %define version_20 2.0.27
 %define version_21 2.1.30
-%define version_22 2.2.23
+%define version_22 2.2.24
 %define nss_ldap_prefix %{_libdir}/nss_ldap-openldap
 %define nss_ldap_includedir %{nss_ldap_prefix}/include
 %define nss_ldap_libdir %{nss_ldap_prefix}/%{_lib}
@@ -18,7 +18,7 @@
 Summary: The configuration files, libraries, and documentation for OpenLDAP.
 Name: openldap
 Version: %{version_22}
-Release: 4
+Release: 1
 License: OpenLDAP
 Group: System Environment/Daemons
 Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version_22}.tgz
@@ -708,6 +708,11 @@
 %endif
 
 %changelog
+* Tue Apr 26 2005 Nalin Dahyabhai <nalin at redhat.com> 2.2.24-1
+- update to 2.2.24 (stable 20050318)
+- export KRB5_KTNAME in the init script, in case it was set in the sysconfig
+  file but not exported
+
 * Tue Mar  1 2005 Nalin Dahyabhai <nalin at redhat.com> 2.2.23-4
 - prefer libresolv to libbind
 




More information about the fedora-cvs-commits mailing list