Bug 126351

Summary: Bad ethereal-gnome dependencies (still requires gtk1)
Product: [Fedora] Fedora Reporter: John Thacker <johnthacker>
Component: etherealAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-21 00:23:04 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:

Description John Thacker 2004-06-19 21:07:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7)
Gecko/20040615 Firefox/0.9

Description of problem:
ethereal-gnome was switched a while back to compile with gtk2, which
is good.  However, the .spec file still has Requires: gtk+ >= 1.2,
which is bad.  The program no longer requires gtk+ at all now, so the
dependency needs to be removed.  This is a problem for anyone who
doesn't want gtk1 installed, but wants ethereal-gnome.  Inaccurate
dependencies are also just Bad Things.

Version-Release number of selected component (if applicable):
ethereal-gnome-0.10.3-2.2

How reproducible:
Always

Steps to Reproduce:
1. rpm -q --requires ethereal-gnome | grep gtk+

Alternately,
1. rpm -e --test gtk+

Or try to install ethereal-gnome without gtk+ installed
    

Actual Results:  ethereal-gnome explicitly depends on gtk1

Expected Results:  ethereal-gnome should only depend on gtk2, which
rpmbuild calculates (correctly) automatically.

Additional info:

Comment 1 John Thacker 2004-06-21 00:23:04 UTC
Thanks, that was fast.  Fixed in development.  Closing