diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 2cb1a72..9c0a49b 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -14,7 +14,7 @@ Name: mod_wsgi Version: 4.5.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A WSGI interface for Python web applications in Apache Group: System Environment/Libraries License: ASL 2.0 @@ -23,7 +23,7 @@ Source0: https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}.t Source1: wsgi.conf Source2: wsgi-python3.conf -BuildRequires: httpd-devel, python-devel +BuildRequires: httpd-devel, python2-devel BuildRequires: python2-sphinx # Suppress auto-provides for module DSO @@ -142,6 +142,10 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 4.5.20-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 4.5.20-2 - Python 2 binary package renamed to python2-mod_wsgi See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3