Bug 131280 - Current libidn has wrong ldconfig call in preun instead of postun
Summary: Current libidn has wrong ldconfig call in preun instead of postun
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libidn
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-08-30 17:43 UTC by Matthias Saou
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 0.5.4-2
Clone Of:
Environment:
Last Closed: 2004-08-31 21:03:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matthias Saou 2004-08-30 17:43:54 UTC
Description of problem:
The current libidn package contains /sbin/ldconfig calls but the one
for uninstallation is run in preun when the libraries are still
present instead of during postun.

Version-Release number of selected component (if applicable):
libidn-0.5.4

How reproducible:
Always.

Steps to Reproduce:
1. rpm -q --scripts libidn-0.5.4

Actual results:
%preun
/sbin/ldconfig
(and other info related stuff which is fine)

Expected results:
%postun
/sbin/ldconfig

Additional info:
The install-info --delete call needs to stay in preun since it needs
to info file to still be present.

Comment 1 Joe Orton 2004-08-31 21:03:29 UTC
Thanks.


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