From 34254698e131891caca79fd52b2e112d9125c880 Mon Sep 17 00:00:00 2001 From: Carl George Date: Apr 03 2019 12:36:59 +0000 Subject: Re-enable mono plugins on ppc64le --- diff --git a/uwsgi.spec b/uwsgi.spec index dcd030c..9501746 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -25,8 +25,7 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=1574335 %bcond_with mod_proxy_uwsgi #mono -# normally we could use %%{mono_arches} but it's busted rhbz#1686983 -%ifarch %{ix86} x86_64 %{arm} aarch64 s390x +%ifarch %{mono_arches} %bcond_without mono %else %bcond_with mono @@ -120,7 +119,7 @@ Name: uwsgi Version: 2.0.17.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Fast, self-healing, application container server License: GPLv2 with exceptions URL: https://github.com/unbit/uwsgi @@ -1721,6 +1720,9 @@ fi %changelog +* Wed Apr 03 2019 Carl George - 2.0.17.1-11 +- Re-enable mono plugins on ppc64le + * Tue Mar 26 2019 Carl George - 2.0.17.1-10 - Disable jvm plugin on Fedora and EL6 due to javapackages-tools retirement (apache-ivy orphanage) - Disable v8 plugin on Fedora due to v8-314 retirement