From 5d86c2e2c3019916372c9bd5e86a45ac55ac865b Mon Sep 17 00:00:00 2001 From: Ionuț Arțăriși Date: Nov 09 2011 12:15:39 +0000 Subject: fixed check for epel version --- diff --git a/python-tornado.spec b/python-tornado.spec index d898303..aa5420a 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -58,7 +58,7 @@ python setup.py install --root=%{buildroot} rm -rf %{buildroot} %check -%if "%{dist}" != "el6" +%if !0%{?el6} python -m unittest discover -s tornado/test -p *test.py %endif