Bug 480157 - heartbeat package depends on unneeded pygtk2
Summary: heartbeat package depends on unneeded pygtk2
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: heartbeat
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Kevin Fenzi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-15 14:22 UTC by Ingvar Hagelund
Modified: 2009-01-19 18:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-19 18:39:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ingvar Hagelund 2009-01-15 14:22:07 UTC
Description of problem:
The main package of heartbeat requires pygtk2, though it does not use it in any script or binary. The requirement should be removed.

Version-Release number of selected component (if applicable):
2.1.4-2.fc11, 2.1.3-3.fc10, 

How reproducible:
Always

Steps to Reproduce:
1. rpm -q --requires heartbeat | grep gtk
2. rpm -ql heartbeat | grep -v 'share/doc' | while read i; do ldd $i 2>/dev/null | grep pygtk; grep pygtk $i 2>/dev/null; done | wc -l
  
Actual results:
heartbeat requires pygtk2

Expected results:
heartbeat should not require pygtk2. Only the gui subpackage should.

Comment 1 Kevin Fenzi 2009-01-17 23:29:44 UTC
Fixed in rawhide. 
Do you think this warrants a update in F10?

I'd be inclined to leave it, but I can make an update if you like.

Comment 2 Ingvar Hagelund 2009-01-19 08:46:50 UTC
I don't think it's necessary to make an update. But if there comes a bugfix or security update later, it should be included.

Ingvar

Comment 3 Kevin Fenzi 2009-01-19 18:39:28 UTC
ok. Fair enough. I have merged that change into my local F-10 copy waiting for the next push out.

Thanks for the bug report.


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