Description of problem: The dbus-glib sub-package contains shared libraries, but it doesn't call /sbin/ldconfig upon install and removal. Version-Release number of selected component (if applicable): dbus-glib-0.22-9 How reproducible: Always. Steps to Reproduce: 1. rpm -qp --scripts dbus-glib-0.22-9.i386.rpm Actual results: Nothing. Expected results: %post /sbin/ldconfig %postun /sbin/ldconfig Additional info: Are there any cases where shared libraries installed directly in /usr/lib don't require /sbin/ldconfig to be run in order to operate properly? Just wondering.
I've fixed this in CVS like this: %post glib -p /sbin/ldconfig %postun glib -p /sbin/ldconfig
Built in Rawhide. Thanks Tim.