From 6a3be9732b0e33aaad1c42e8f3dd77c48d2a9d0a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 11 Nov 2019 16:48:44 +0000 Subject: [PATCH] try again to drop Python 2 --- mod_wsgi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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