drop python2 build

This commit is contained in:
Joe Orton 2019-10-29 16:41:52 +00:00
parent b58cbd54fb
commit 0455283a54

View File

@ -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 <jorton@redhat.com> - 4.6.6-5
- drop python2 build
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 4.6.6-4
- Rebuilt for Python 3.8.0rc1 (#1748018)