From ea8b8708f7806e0e492150dc88f67f2be521f87e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 12 Apr 2016 21:01:47 +0100 Subject: [PATCH] Mongodb doesn't depend on v8 anymore so is now supported on all LE arches --- uwsgi.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/uwsgi.spec b/uwsgi.spec index 7d48004..2ae9cdb 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -31,11 +31,11 @@ %bcond_without mono %endif # mongodblibs -# mongodb in little endian only, but also requires v8 -%ifnarch %{ix86} x86_64 %{arm} -%bcond_with mongodblibs -%else +# mongodb is little endian only +%ifnarch ppc ppc64 s390 s390x %bcond_without mongodblibs +%else +%bcond_with mongodblibs %endif # v8 %ifnarch %{ix86} x86_64 %{arm} @@ -1650,6 +1650,9 @@ fi %changelog +* Tue Apr 12 2016 Peter Robinson 2.0.12-7 +- Mongodb doesn't depend on v8 anymore so is now supported on all LE arches + * Fri Feb 05 2016 Fedora Release Engineering - 2.0.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild