Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 103829

Summary: devel package has incorrect dependencies
Product: [Retired] Red Hat Raw Hide Reporter: Chris Ricker <chris.ricker>
Component: librsvg2Assignee: Alexander Larsson <alexl>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: kajtzu
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: 2003-09-05 14:33:14 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 Chris Ricker 2003-09-05 13:51:21 UTC
I get the following when using yum to update to today's rawhide:


Resolving dependencies
....identical dependency loop exceeded
package librsvg2-devel needs librsvg2 = %{epoch}:2.3.1-2 (not provided)

The problem appears to be use of a macro in the spec file for epoch w/o ever
defining it:

[root@server1 RPMS]# rpm -qpR librsvg2-devel-2.3.1-2.i386.rpm 
warning: librsvg2-devel-2.3.1-2.i386.rpm: V3 DSA signature: NOKEY, key ID e418e3aa
freetype-devel >= 2.0.1
gtk2-devel >= 2.2.0
libart_lgpl-devel >= 2.3.10
libgsf-devel  
librsvg2 = %{epoch}:2.3.1-2
libxml2-devel >= 2.4.12
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
[root@server1 RPMS]#

Comment 1 Alexander Larsson 2003-09-05 14:33:14 UTC
fixed in 2.3.1-3

Comment 2 Chris Ricker 2003-09-05 20:12:35 UTC
*** Bug 103838 has been marked as a duplicate of this bug. ***