Bug 135100 - pyparted should require same python version as at building time
Summary: pyparted should require same python version as at building time
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pyparted
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-10-08 16:46 UTC by Robert Scheck
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-12 01:25:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2004-10-08 16:46:12 UTC
Description of problem:
pyparted should require same python version as at building time, this 
isn't the case currently.

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

Actual results / Expected results:
The line
"Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")"
should be added to the spec file.

Comment 1 Warren Togami 2004-10-12 01:23:04 UTC
Requires: python-abi = %(%{__python} -c "import sys; print
sys.version[:3]")

Checking this in instead.

Comment 2 Warren Togami 2004-10-12 01:25:09 UTC
Should be in tomorrow's rawhide.


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