add ldconfig to devel post/postun

Resolves: #240253
This commit is contained in:
Jan Šafránek 2007-05-24 10:26:36 +00:00
parent e97219f826
commit 7f79555a60

View File

@ -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 <jsafranek@redhat.com> 2.3.34-2%{?dist}