From 07c5a5e0644752f599b29bb8c3e7eb9d0a43e82cab29d8d958268e841d13fd28 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 23 Aug 2007 23:51:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=14 --- openldap2-client.changes | 6 ++++++ openldap2-client.spec | 9 ++++++++- openldap2.changes | 6 ++++++ openldap2.spec | 9 ++++++++- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/openldap2-client.changes b/openldap2-client.changes index e9a90a9..e57c2da 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de + +- Call "ldconfig" from %post and %postun in openldap2-client + (Bug #298297) + ------------------------------------------------------------------- Tue Jul 24 15:19:05 CEST 2007 - rhafer@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index 886d2f4..02e7d03 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -28,7 +28,7 @@ Summary: OpenLDAP2 Client Utilities %endif Autoreqprov: on Version: 2.3.37 -Release: 1 +Release: 9 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: openldap-admin-guide.tar.bz2 @@ -341,6 +341,10 @@ fi %defattr(-,root,root) %else +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files -f openldap2-client.filelist %defattr(-,root,root) @@ -349,6 +353,9 @@ fi %endif %changelog +* Wed Aug 22 2007 - rhafer@suse.de +- Call "ldconfig" from %%post and %%postun in openldap2-client + (Bug #298297) * Tue Jul 24 2007 - rhafer@suse.de - Update to Version 2.3.37. Most important changes: * Fixed slapd-glue/syncprov interaction (ITS#4623) diff --git a/openldap2.changes b/openldap2.changes index e9a90a9..e57c2da 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de + +- Call "ldconfig" from %post and %postun in openldap2-client + (Bug #298297) + ------------------------------------------------------------------- Tue Jul 24 15:19:05 CEST 2007 - rhafer@suse.de diff --git a/openldap2.spec b/openldap2.spec index af4488d..a478a14 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -28,7 +28,7 @@ Summary: The New OpenLDAP Server (LDAPv3) %endif Autoreqprov: on Version: 2.3.37 -Release: 1 +Release: 2 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: openldap-admin-guide.tar.bz2 @@ -344,6 +344,10 @@ fi %defattr(-,root,root) %else +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files -f openldap2-client.filelist %defattr(-,root,root) @@ -352,6 +356,9 @@ fi %endif %changelog +* Wed Aug 22 2007 - rhafer@suse.de +- Call "ldconfig" from %%post and %%postun in openldap2-client + (Bug #298297) * Tue Jul 24 2007 - rhafer@suse.de - Update to Version 2.3.37. Most important changes: * Fixed slapd-glue/syncprov interaction (ITS#4623)