diff --git a/openldap.spec b/openldap.spec index 3ea3bfa..f3377fa 100644 --- a/openldap.spec +++ b/openldap.spec @@ -635,6 +635,12 @@ if [ $1 -ge 1 ] ; then /sbin/service ldap condrestart > /dev/null 2>&1 || : fi +%post devel +/sbin/ldconfig + +%postun devel +/sbin/ldconfig + %files %defattr(-,root,root) %doc openldap-%{version_23}/ANNOUNCEMENT @@ -737,6 +743,7 @@ fi - sort the hosts by adders, preventing duplicities in migrate*nis*.pl (bz#201540) - start slupd for each replicated database (bz#210155) +- add ldconfig to devel post/postun (bz#240253) * Mon Apr 23 2007 Jan Safranek 2.3.34-2%{?dist}