Bug 135587

Summary: Missing: Requires: libxml2-python >= 2.6.14
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-19 06:49:00 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: 160978    
Bug Blocks:    

Description Jan Kratochvil 2004-10-13 17:41:12 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20040914

Description of problem:
Missing .spec keyword:

Requires: libxml2-python >= 2.6.14

(not sure if 2.6.14, just 2.5.11-1 is not enough)


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

How reproducible:
Always

Steps to Reproduce:
After:
    yum update yum

from Fedora Core 1 to Fedora Core 3 test 3.


Actual Results:  Traceback (most recent call last):
  File "/usr/share/yum-cli/yummain.py", line 23, in ?
    import yum
  File "/usr/lib/python2.3/site-packages/yum/__init__.py", line 30, in ?
    import groups
  File "/usr/lib/python2.3/site-packages/yum/groups.py", line 3, in ?
    import comps
  File "/usr/lib/python2.3/site-packages/yum/comps.py", line 5, in ?
    import libxml2
ImportError: No module named libxml2


while
$ rpm -qa|grep -i xml2
libxml2-python-2.5.11-1
libxml2-2.5.11-1


Expected Results:  working yum


Additional info:

after
rpm -U libxml2-python-2.6.14-1.i386.rpm libxml2-2.6.14-1.i386.rpm

everything is fine.

Comment 1 Rahul Sundaram 2005-06-19 02:52:20 UTC
Should be closed now. This was probably a development issue which has been
resolved subsequently

Comment 2 Seth Vidal 2005-06-19 06:49:00 UTC
it was and now that yum uses python-elementtree it is moot

Comment 3 Jan Kratochvil 2005-06-19 13:19:25 UTC
I do not see how it could get fixed. yum-2.3.2-7 (of FC4) still has no specific
libxml2-python version dependency. yum-2.0.4-2 (of FC1) still tries to upgrade
to yum-2.3.2-7 (of FC4) without upgrading libxml2-python.
Unable to reproduce this bug with the latest yum-2.3.2-7 (of FC4) due to a glibc
upgrade bug: Bug 160978