Rebase to 2.4.16, minor change in spec file

This commit is contained in:
Jan Zeleny 2009-07-01 12:56:24 +00:00
parent 2f397636b2
commit aeaf12790e
3 changed files with 10 additions and 5 deletions

View File

@ -1,2 +1,2 @@
openldap-2.4.16.tgz
db-4.7.25.tar.gz
openldap-2.4.15.tgz

View File

@ -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 <jzeleny@redhat.com> 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 <jzeleny@redhat.com> 2.4.15-4
- added $SLAPD_URLS variable to init script (#504504)

View File

@ -1,2 +1,2 @@
ed5b86e9d2b372d10edfe3bb59fee165 openldap-2.4.16.tgz
ec2b87e833779681a0c3a814aa71359e db-4.7.25.tar.gz
6f97d2793a4c7e4b33839569b2fee2db openldap-2.4.15.tgz