Bug 120482

Summary: incorrect dependences in python part
Product: [Fedora] Fedora Reporter: Grigory Bakunov <black>
Component: libxml2Assignee: Daniel Veillard <veillard>
Status: CLOSED UPSTREAM 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-04-09 09:54:33 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 Grigory Bakunov 2004-04-09 07:23:37 UTC
Description of problem:
libxml2-python package doesn't depends on python version now.
But if you look in
black@dds> rpm -q libxml2-python -l|grep /python
/usr/lib/python2.3/site-packages/drv_libxml2.py
/usr/lib/python2.3/site-packages/libxml2.py
/usr/lib/python2.3/site-packages/libxml2mod.a
/usr/lib/python2.3/site-packages/libxml2mod.la
/usr/lib/python2.3/site-packages/libxml2mod.so
you'll see - realy libxml2-python package must be depended on python 
=> 2.3 and python < 2.4.


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

How reproducible:
Always

Comment 1 Daniel Veillard 2004-04-09 09:54:33 UTC
Makes sense, I commited a fix to the spec file in GNOME CVS
and tested it in RHL 9, FC1 and FC2b2.
This doesn't seems urgent, so this will propagate with the next
release of libxml2 , i.e. when 2.6.9 ships, probably within a few
weeks,

Daniel