diff --git a/python-repoze-what.spec b/python-repoze-what.spec index 586be66..33691a2 100644 --- a/python-repoze-what.spec +++ b/python-repoze-what.spec @@ -1,6 +1,6 @@ Name: python-repoze-what Version: 1.0.9 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Authorization for WSGI applications Group: Development/Languages @@ -14,12 +14,12 @@ BuildArch: noarch BuildRequires: python2-devel # For building documentation -BuildRequires: python-sphinx +BuildRequires: python2-sphinx # For the test suite -BuildRequires: python-nose python-zope-interface python-repoze-who -BuildRequires: python-repoze-who-testutil -BuildRequires: python-coverage +BuildRequires: python2-nose python2-zope-interface python2-repoze-who +BuildRequires: python2-repoze-who-testutil +BuildRequires: python2-coverage %global _description\ `repoze.what` is an `authorization framework` for WSGI applications,\ @@ -44,16 +44,16 @@ for example). %package -n python2-repoze-what Summary: %summary -Requires: python-repoze-who -Requires: python-repoze-who-testutil -Requires: python-paste +Requires: python2-repoze-who +Requires: python2-repoze-who-testutil +Requires: python2-paste %{?python_provide:%python_provide python2-repoze-what} %description -n python2-repoze-what %_description %package docs Summary: Documentation for repoze.what -Requires: %{name} = %{version} +Requires: python2-repoze-what = %{version} Group: Documentation %description docs @@ -89,6 +89,10 @@ make -C docs html %changelog +* Sat Jan 27 2018 Iryna Shcherbina - 1.0.9-18 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0.9-17 - Python 2 binary package renamed to python2-repoze-what See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3