diff --git a/bodhi.spec b/bodhi.spec index fb88d02..e8958e4 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -1,6 +1,6 @@ Name: bodhi Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} BuildArch: noarch License: GPLv2+ @@ -99,7 +99,7 @@ Requires: koji yum Requires: python-click Requires: python-fedora >= 0.3.5 Requires: python-kitchen -Requires: python2-six +Requires: python-six Requires: python2-bodhi == %{version}-%{release} @@ -316,6 +316,9 @@ PYTHONPATH=. %{__python} setup.py nosetests %changelog +* Tue Mar 07 2017 Randy Barlow - 2.4.0-2 +- Depend on python-six instead of python2-six. + * Mon Feb 06 2017 Randy Barlow - 2.4.0-1 - Update to 2.4.0. - Drop some unneeded globals from the top of the spec file.