diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index e2102f5..f580b06 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight way of building RPMs, and sabotaging them License: GPLv2+ @@ -25,7 +25,7 @@ such as rpm and yum. Summary: %{summary} %{?python_provide:%python_provide python2-%{modname}} BuildRequires: python2-devel -BuildRequires: rpm-python +BuildRequires: python2-rpm Requires: rpm-build Requires: createrepo_c @@ -74,6 +74,10 @@ python3 %{modname}.py %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 0.5.4-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Tue Feb 13 2018 Jan Hutar - 0.5.4-1 - Fixes RHBZ#1544361