diff --git a/mod_wsgi.spec b/mod_wsgi.spec index f8bd514..d014789 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -12,7 +12,7 @@ %global with_python3 0 %endif -%if (0%{?fedora} > 0 && 0%{?fedora} < 32) || 0%{?rhel} <= 7 +%if (0%{?fedora} > 0 && 0%{?fedora} < 32) || (0%{?rhel} > 0 && 0%{?rhel} <= 7) %global with_python2 1 %else %global with_python2 0 @@ -21,7 +21,7 @@ Name: mod_wsgi Version: 4.6.6 -Release: 5%{?dist} +Release: 6%{?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 +* Mon Nov 11 2019 Joe Orton - 4.6.6-6 +- try again to drop Python 2 + * Tue Oct 29 2019 Joe Orton - 4.6.6-5 - drop python2 build