Bug 111241

Summary: missing dependencies in yum
Product: [Retired] Red Hat Raw Hide Reporter: Felipe Alfaro Solana <felipe_alfaro>
Component: yumAssignee: Jeff Johnson <jbj>
Status: CLOSED UPSTREAM QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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-12-13 21:43:23 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 Felipe Alfaro Solana 2003-12-01 09:16:33 UTC
Description of problem: 
yum-2.0.4-3 does not depend on rpm-python and libxml2-python. That 
is, yum doesn't require rpm-python and libxml2-python to get 
installed. 
 
Version-Release number of selected component (if applicable): 
yum-2.0.4-3 
 
How reproducible: 
Always 
 
Steps to Reproduce: 
1. rpm -e rpm-python 
2. rpm -e libxml2-python 
3. rpm -i yum-2.0.4-3.i386.rpm 
4. yum check-update 
 
This will fail complaining that module "rpm" or module "libxml2" is 
missing. 
   
Actual results: 
yum-2.0.4-3 has missing dependencies. 
 
Expected results: 
yum-2.0.4-3 should depend on both rpm-python and libxml2-python. 
 
Additional info:

Comment 1 Miloslav Trmac 2003-12-01 12:56:10 UTC
Triage->Easyfix

Comment 2 Jeff Johnson 2003-12-13 21:43:23 UTC
Dependencies on rpm are knd of pointless.

libxml2-python might be useful, punted upstream.

Comment 3 Seth Vidal 2003-12-13 22:52:05 UTC
ok
Would red hat stop changing my specfile? :)

from the yum 2.0.X specfile in cvs:
Requires: python, rpm-python, rpm >= 0:4.1.1, libxml2-python


so who made the change?