diff --git a/python-behave.spec b/python-behave.spec index 73e050c..04357a7 100644 --- a/python-behave.spec +++ b/python-behave.spec @@ -6,7 +6,7 @@ %bcond_with testsuite %endif -%if 0%{?rhel} >= 7 || 0%{?fedora} >= 18 +%if 0%{?rhel} > 7 || 0%{?fedora} >= 18 %bcond_without python3 %else %bcond_with python3 @@ -18,7 +18,7 @@ Name: python-%{modname} Version: 1.2.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tools for the behavior-driven development, Python style License: BSD @@ -225,6 +225,9 @@ nosetests -v %changelog +* Mon Feb 29 2016 Matěj Cepl - 1.2.5-9 +- RHEL-7 doesn't have py3k toolchain. + * Mon Feb 29 2016 Matěj Cepl - 1.2.5-8 - Fix wrong %%if conditions.