Bug 134062 - Sub-package dbus-glib doesn't call /sbin/ldconfig
Summary: Sub-package dbus-glib doesn't call /sbin/ldconfig
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dbus
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-09-29 11:19 UTC by Matthias Saou
Modified: 2013-03-13 04:46 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-10-13 17:16:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.