diff --git a/python-chameleon.spec b/python-chameleon.spec index 95e1691..f292b43 100644 --- a/python-chameleon.spec +++ b/python-chameleon.spec @@ -12,7 +12,7 @@ Name: python-chameleon Version: 3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: XML-based template compiler Group: Development/Languages @@ -24,11 +24,11 @@ BuildArch: noarch BuildRequires: python2-devel # For docs -BuildRequires: python-sphinx +BuildRequires: python2-sphinx # For tests to run -BuildRequires: python-setuptools -BuildRequires: python-lxml -BuildRequires: python-zope-interface +BuildRequires: python2-setuptools +BuildRequires: python2-lxml +BuildRequires: python2-zope-interface %if 0%{?with_python3} BuildRequires: python3-devel @@ -64,9 +64,9 @@ Summary: %summary Requires: python-elementtree Requires: python-ordereddict %endif -Requires: python-setuptools -Requires: python-zope-interface -Requires: python-lxml +Requires: python2-setuptools +Requires: python2-zope-interface +Requires: python2-lxml %{?python_provide:%python_provide python2-chameleon} %description -n python2-chameleon %_description @@ -143,6 +143,10 @@ popd %endif %changelog +* Fri Mar 09 2018 Iryna Shcherbina - 3.2-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild