Bug 822972

Summary: typo for el6 conditional
Product: [Fedora] Fedora Reporter: Florian La Roche <florian.laroche>
Component: python-tornadoAssignee: Thomas Spura <tomspur>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ionut, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-20 20:36:36 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 Florian La Roche 2012-05-18 16:14:51 UTC
Description of problem:

Please consider fixing the following mini-typo to check epel6 build:

--- python-tornado.spec
+++ python-tornado.spec
@@ -111,7 +111,7 @@
 rm -rf %{buildroot}
 
 %check
-%if "%{dist}" != "el6"
+%if "%{dist}" != ".el6"
     %if 0%{?with_python3}
     pushd %{py3dir}
         python3 -m unittest discover -s tornado/test -p *test.py || :


Also version 2.2.1 is out and Fedora-rawhide could get an update...

Thanks a lot,

Florian La Roche


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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Thomas Spura 2012-05-20 20:36:36 UTC
Thanks for noticing the typo, changed here:
http://pkgs.fedoraproject.org/gitweb/?p=python-tornado.git;a=commitdiff;h=23acb832ae2a60dea3f500f9e2727f0d4e8f1ad8

2.2.1 is now build in rawhide (other branches will follow as this is a security update):
http://koji.fedoraproject.org/koji/taskinfo?taskID=4090514