try again to drop Python 2

This commit is contained in:
Joe Orton 2019-11-11 16:48:44 +00:00
parent 0455283a54
commit 6a3be9732b

View File

@ -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 <jorton@redhat.com> - 4.6.6-6
- try again to drop Python 2
* Tue Oct 29 2019 Joe Orton <jorton@redhat.com> - 4.6.6-5
- drop python2 build