Bug 134062

Summary: Sub-package dbus-glib doesn't call /sbin/ldconfig
Product: [Fedora] Fedora Reporter: Matthias Saou <matthias>
Component: dbusAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: jkeck
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-13 17:16:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123268    

Description Matthias Saou 2004-09-29 11:19:48 UTC
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.

Comment 1 Tim Waugh 2004-10-11 13:38:36 UTC
I've fixed this in CVS like this:

%post glib -p /sbin/ldconfig
%postun glib -p /sbin/ldconfig


Comment 2 John (J5) Palmieri 2004-10-13 17:16:20 UTC
Built in Rawhide.  Thanks Tim.