diff --git a/python-ordered-set.spec b/python-ordered-set.spec index 01f6fee..767d6ad 100644 --- a/python-ordered-set.spec +++ b/python-ordered-set.spec @@ -9,7 +9,7 @@ Name: python-%{short_name} Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Custom MutableSet that remembers its order License: MIT @@ -20,9 +20,9 @@ BuildArch: noarch BuildRequires: python2-devel %if 0%{?rhel} BuildRequires: python-setuptools +%endif # rhel #test BuildRequires: python-nose -%endif # rhel %if %{with python3} BuildRequires: python3-devel #test @@ -79,12 +79,12 @@ popd %check pushd python2 -%{__python2} setup.py test +%{__python2} setup.py nosetests popd %if %{with python3} pushd python3 -%{__python2} setup.py test +%{__python2} setup.py nosetests popd %endif @@ -103,6 +103,9 @@ popd %changelog +* Tue Feb 09 2016 Miroslav Suchý 2.0.0-3 +- fix BR condition + * Tue Feb 09 2016 Miroslav Suchý 2.0.0-2 - add BR python-nose for test