From c23e76ace5f3cae74ae9d37124584b03574fcc98 Mon Sep 17 00:00:00 2001 From: Carl George Date: Jul 09 2018 03:51:35 +0000 Subject: Disable greenlet plugin on EL7 --- diff --git a/uwsgi.spec b/uwsgi.spec index 296e591..596e139 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -89,8 +89,8 @@ %bcond_without python3_other # el7 doesn't have zeromq %bcond_with zeromq -# el7 does have greenlet -%bcond_without greenlet +# el7 does have greenlet, but only on x86_64 +%bcond_with greenlet # el7 does have perl-PSGI # el7 does have perl-Coro %bcond_without perl @@ -1816,6 +1816,7 @@ fi - Use /var/run/uwsgi when not using systemd - Build with versioned python command - Remove %%config from systemd unit file +- Disable greenlet plugin on EL7 * Tue Jul 03 2018 Petr Pisar - 2.0.16-7 - Perl 5.28 rebuild