diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 95bc646..f8bd514 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -12,7 +12,7 @@ %global with_python3 0 %endif -%if 0%{?fedora} || 0%{?rhel} <= 7 +%if (0%{?fedora} > 0 && 0%{?fedora} < 32) || 0%{?rhel} <= 7 %global with_python2 1 %else %global with_python2 0 @@ -21,7 +21,7 @@ Name: mod_wsgi Version: 4.6.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ @@ -162,6 +162,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Tue Oct 29 2019 Joe Orton - 4.6.6-5 +- drop python2 build + * Thu Oct 03 2019 Miro HronĨok - 4.6.6-4 - Rebuilt for Python 3.8.0rc1 (#1748018)