Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-26 02:53:21 +02:00
parent 3a0a825514
commit f7e27e70fa

View File

@ -21,7 +21,7 @@
Name: mod_wsgi
Version: 4.7.1
Release: 1%{?dist}
Release: 2%{?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 May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 4.7.1-2
- Rebuilt for Python 3.9
* Wed May 13 2020 Joe Orton <jorton@redhat.com> - 4.7.1-1
- update to 4.7.1 (#1721376)