From ccdc260a2da2ad172a0b87f65bd3705c2eee5930 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 05 2013 22:04:53 +0000 Subject: Let's try using this condition then --- diff --git a/python-chai.spec b/python-chai.spec index 768a318..0f4b510 100644 --- a/python-chai.spec +++ b/python-chai.spec @@ -51,7 +51,7 @@ cp -a . %{py3dir} %build # Unit-tests fail on EL6 due to older python-unittest -%if 0%{?rhel} > 6 +%if 0%{?fedora} > 12 || 0%{?rhel} > 6 %{__python} setup.py build %endif