diff --git a/python-tilestache.spec b/python-tilestache.spec index 5689978..8cf1cfc 100644 --- a/python-tilestache.spec +++ b/python-tilestache.spec @@ -3,7 +3,7 @@ Name: python-tilestache Version: 1.49.11 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A stylish alternative for caching your map tiles Group: Applications/Databases @@ -18,7 +18,7 @@ Patch1: %{name}-1.49.11-unbundle-installs.patch BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %package examples Summary: Example code for TileStache @@ -34,11 +34,11 @@ hope simpler and better-suited to the needs of designers and cartographers. %package -n python2-tilestache Summary: %summary Requires: font(dejavusansmono) -Requires: python-imaging -Requires: python-modestmaps -Requires: python-simplejson -Requires: python-werkzeug -Requires: %{name}%{?isa} = %{version}-%{release} +Requires: python2-imaging +Requires: python2-modestmaps +Requires: python2-simplejson +Requires: python2-werkzeug +Requires: python2-tilestache%{?isa} = %{version}-%{release} %{?python_provide:%python_provide python2-tilestache} %description -n python2-tilestache %_description @@ -92,6 +92,10 @@ cp -a examples %{buildroot}%{_datadir}/%{module_name}/ %{_datadir}/%{module_name} %changelog +* Wed Feb 28 2018 Iryna Shcherbina - 1.49.11-11 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.49.11-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild