Bug 451231

Summary: Mismatch version requirement between RPM and egginfo
Product: [Fedora] Fedora EPEL Reporter: Dave Malcolm <dmalcolm>
Component: python-turbocheetahAssignee: Luke Macken <lmacken>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: el5CC: a.badger, pfrields
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: 2008-06-13 16:44:34 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 Dave Malcolm 2008-06-13 15:01:21 UTC
Description of problem:
Similar to bug 451228.

/usr/lib/python2.4/site-packages/TurboCheetah-1.0-py2.4.egg-info/requires.txt
has:
Cheetah >= 2.0.1

But rpm metadata has:
rpm -qR python-turbocheetah | grep cheetah
python-cheetah >= 1.0.2

so needed to manually upgrade python-cheetah after a python-turbocheetah upgrade
was pulled in by a TurboGears upgrade

Version-Release number of selected component (if applicable):
python-turbocheetah-1.0-3.el5

Comment 1 Luke Macken 2008-06-13 16:44:34 UTC
Tagged and built for EL-5.

* Fri Jun 13 2008 Luke Macken <lmacken> - 1.0-4
- Require python-cheetah >= 2.0.1 (#451231)