diff --git a/.cvsignore b/.cvsignore index 01e7570..a901d4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ +openldap-2.4.16.tgz db-4.7.25.tar.gz -openldap-2.4.15.tgz diff --git a/openldap.spec b/openldap.spec index 25bcfc2..0fcbe9b 100644 --- a/openldap.spec +++ b/openldap.spec @@ -3,7 +3,7 @@ # not work with some versions of OpenLDAP. %define db_version 4.7.25 %define ldbm_backend berkeley -%define version 2.4.15 +%define version 2.4.16 %define evolution_connector_prefix %{_libdir}/evolution-openldap %define evolution_connector_includedir %{evolution_connector_prefix}/include %define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib} @@ -11,7 +11,7 @@ Summary: LDAP support libraries Name: openldap Version: %{version} -Release: 4%{?dist} +Release: 1%{?dist} License: OpenLDAP Group: System Environment/Daemons Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz @@ -489,7 +489,7 @@ fi if [ ! -f %{_sysconfdir}/pki/tls/certs/slapd.pem ] ; then pushd %{_sysconfdir}/pki/tls/certs umask 077 -cat << EOF | make slapd.pem +cat << EOF | make slapd.pem > /dev/null 2>&1 -- SomeState SomeCity @@ -604,6 +604,11 @@ fi %attr(0644,root,root) %{evolution_connector_libdir}/*.a %changelog +* Wed Jul 01 2009 Jan Zeleny 2.4.16-1 +- rebase of openldap to 2.4.16 +- fixed minor issue in spec file (output looking interactive + when installing servers) + * Tue Jun 09 2009 Jan Zeleny 2.4.15-4 - added $SLAPD_URLS variable to init script (#504504) diff --git a/sources b/sources index 2897e58..fdcc131 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +ed5b86e9d2b372d10edfe3bb59fee165 openldap-2.4.16.tgz ec2b87e833779681a0c3a814aa71359e db-4.7.25.tar.gz -6f97d2793a4c7e4b33839569b2fee2db openldap-2.4.15.tgz