Bug 127300

Summary: Error in BuildRequires tag in spec file
Product: [Fedora] Fedora Reporter: Leonid Kanter <leon>
Component: xcdroastAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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-07-13 13:52: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 Leonid Kanter 2004-07-06 09:35:42 UTC
Description of problem:

Spec file has line BuildRequires: gtk+-devel >= 2.0.6, but it must be
gtk2-devel! Since gtk+-devel has epoch=1, rpm thinks that 1:1.2.10 is
bigger than 2.0.6 and it compiles xcdroast, if gtk2-devel is installed

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

0.98a15-3

Comment 1 Harald Hoyer 2004-07-06 09:57:04 UTC
thx!