Rebase to 2.4.16, minor change in spec file
This commit is contained in:
parent
2f397636b2
commit
aeaf12790e
@ -1,2 +1,2 @@
|
|||||||
|
openldap-2.4.16.tgz
|
||||||
db-4.7.25.tar.gz
|
db-4.7.25.tar.gz
|
||||||
openldap-2.4.15.tgz
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# not work with some versions of OpenLDAP.
|
# not work with some versions of OpenLDAP.
|
||||||
%define db_version 4.7.25
|
%define db_version 4.7.25
|
||||||
%define ldbm_backend berkeley
|
%define ldbm_backend berkeley
|
||||||
%define version 2.4.15
|
%define version 2.4.16
|
||||||
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
||||||
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
||||||
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
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
|
if [ ! -f %{_sysconfdir}/pki/tls/certs/slapd.pem ] ; then
|
||||||
pushd %{_sysconfdir}/pki/tls/certs
|
pushd %{_sysconfdir}/pki/tls/certs
|
||||||
umask 077
|
umask 077
|
||||||
cat << EOF | make slapd.pem
|
cat << EOF | make slapd.pem > /dev/null 2>&1
|
||||||
--
|
--
|
||||||
SomeState
|
SomeState
|
||||||
SomeCity
|
SomeCity
|
||||||
@ -604,6 +604,11 @@ fi
|
|||||||
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 09 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.15-4
|
||||||
- added $SLAPD_URLS variable to init script (#504504)
|
- added $SLAPD_URLS variable to init script (#504504)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user