Bug 973316

Summary: Incorrect dependency on python3
Product: [Fedora] Fedora Reporter: Endi Sukma Dewata <edewata>
Component: python-tornadoAssignee: Thomas Spura <tomspur>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: alee, edewata, ionut, tomspur
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-25 21:41:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Endi Sukma Dewata 2013-06-11 16:38:48 UTC
In python-tornado spec file there is a conditional dependency on python3:

%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%global with_python3 1
%else

It is causing a build issue on RHEL. It should be changed to this:

%if 0%{?fedora} > 12 || 0%{?rhel} > 7

Comment 1 Thomas Spura 2013-06-12 14:09:11 UTC
It should be removed instead, see:
https://fedorahosted.org/fpc/ticket/200

Comment 2 Endi Sukma Dewata 2013-06-13 15:11:13 UTC
Could we raise the priority? This issue is blocking the RHEL 7 build and several other components depending on it. Thanks!

Comment 3 Thomas Spura 2013-06-14 13:02:47 UTC
It's building now in rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=5503043

If you also need this in other fedora relases, please reopen this bug.
But rawhide should be fine just fine for a "only buildtime change".

Comment 4 Endi Sukma Dewata 2013-06-18 16:25:22 UTC
Hi, could you include this on F19 too? Thank you very much!

Comment 5 Thomas Spura 2013-06-19 06:56:42 UTC
It's included in git now.
I don't think it makes any sense to also ship this as an update as there has been no user change at all for F19.

Where do you need it for?
When you rebuild it on RHEL now from git, it will work fine...

Comment 6 Endi Sukma Dewata 2013-06-25 21:41:38 UTC
This should be sufficient. RHEL doesn't use F19 builds, but it's based on F19 branch in git. Thanks!