Bug 822972 - typo for el6 conditional
Summary: typo for el6 conditional
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-tornado
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Spura
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-18 16:14 UTC by Florian La Roche
Modified: 2012-05-20 20:36 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-20 20:36:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


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