Bug 472943 - odd dependency behavior
Summary: odd dependency behavior
Keywords:
Status: CLOSED DUPLICATE of bug 223642
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: 10
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Panu Matilainen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-25 18:46 UTC by seth vidal
Modified: 2013-07-29 01:57 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-11-28 17:24:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description seth vidal 2008-11-25 18:46:04 UTC
Description of problem:
On a new f10 system with updates installed


rpm -e --test xorg-x11-filesystem; echo $?
0

rpm -e xorg-x11-filesystem; echo $?
0

rpm -Va --nofiles --nomd5

Unsatisfied dependencies for xorg-x11-font-utils-1:7.2-6.fc10.i386:
	xorg-x11-filesystem >= 0.99.2-3 is needed by xorg-x11-font-utils-1:7.2-6.fc10.i386
Unsatisfied dependencies for libX11-1.1.4-5.fc10.i386:
	xorg-x11-filesystem >= 0.99.2-3 is needed by libX11-1.1.4-5.fc10.i386


That seems odd to me. It causes some pain w/yum-remove-with-leaves plugin b/c it is seeing xorg-x11-filesystem as a leafnode when it is not. does it have to do w/the xorg-x11-filesystem pkg only being requires(pre)'d? or is this just a regular bug?

Version-Release number of selected component (if applicable):
rpm-4.6.0-0.rc1.7.i386

Comment 1 Panu Matilainen 2008-11-28 17:24:13 UTC

*** This bug has been marked as a duplicate of bug 223642 ***


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