Bug 183361

Summary: gtk2 hicolor-icon-theme circular dependency
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: hicolor-icon-themeAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jkeck, matt, rdieter
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: 2006-02-28 18:19:47 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: 183262    

Description Orion Poplawski 2006-02-28 16:56:57 UTC
Description of problem:

> gtk2-2.8.13-1
> -------------
> * Sat Feb 25 2006 Matthias Clasen <mclasen> - 2.8.13-1
> - Update to 2.8.13
> 
> * Fri Feb 24 2006 Ray Strode <rstrode> - 2.8.12-8
> - add dependency on hicolor
> 

This has created a circular dependency with hicolor

#rpm -qp --requires gtk2-2.8.13-1.i386.rpm
/bin/sh
/bin/sh
/bin/sh
atk >= 1.6.0-1
glib2 >= 2.7.1-1
hicolor-icon-theme

# rpm -qp --requires hicolor-icon-theme-0.9-1.noarch.rpm
/bin/sh
/bin/sh
coreutils
coreutils
gtk2 >= 2.6.0

and is breaking Fedora Extras builds

Comment 1 Rex Dieter 2006-02-28 17:28:37 UTC
IMO, gtk2' dependancy on hicolor-icon-theme is legit.  It's hicolor's dep on
gtk2 that should be tossed out (and has been, based on hicolor's latest changelog:
* Mon Feb 27 2006 Ray Strode <rstrode> 0.9-2
- Remove Prereq on gtk.  Prereq's complicate things,
  and the gtk-update-icon-cache is already protected by
  [ -x  ... ]

)

Comment 2 Orion Poplawski 2006-02-28 17:37:44 UTC
Looks like we just need a build pushed.

Comment 3 Rex Dieter 2006-02-28 17:42:08 UTC
Yes, please.  (-:

Comment 4 Matthias Clasen 2006-02-28 18:19:47 UTC
Should be fixed tomorrow