From 0a2ba66b40f4b08bd86a133c63ddc254e73a116dd56e6d76e88422f8324b9f0f Mon Sep 17 00:00:00 2001 From: James Oakley Date: Wed, 18 Apr 2018 13:55:45 +0000 Subject: [PATCH] Accepting request 597792 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Handle aarch64 arch OBS-URL: https://build.opensuse.org/request/show/597792 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=69 --- uwsgi.changes | 5 +++++ uwsgi.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/uwsgi.changes b/uwsgi.changes index dee25df..ef56e66 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 18 13:32:20 UTC 2018 - guillaume.gardet@opensuse.org + +- Handle aarch64 arch + ------------------------------------------------------------------- Mon Apr 16 23:48:42 UTC 2018 - jfunk@funktronics.ca diff --git a/uwsgi.spec b/uwsgi.spec index 573c569..34d9b81 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -98,7 +98,7 @@ BuildRequires: ruby19-devel BuildRequires: sqlite3-devel BuildRequires: systemd-devel BuildRequires: tcpd-devel -%ifarch %{ix86} x86_64 %{arm} +%ifarch %{ix86} x86_64 %{arm} aarch64 %if 0%{?suse_version} < 1310 BuildRequires: v8-devel %endif @@ -395,7 +395,7 @@ This package contains support for storing application configuration in SQLite3 databases. -%ifarch %{ix86} x86_64 %{arm} +%ifarch %{ix86} x86_64 %{arm} aarch64 %if 0%{?suse_version} < 1310 %package v8 Summary: V8 JavaScript Plugin for uWSGI @@ -489,7 +489,7 @@ excluded_plugins="$excluded_plugins matheval" # V8 is not yet available on all platforms and is broken in the v8 versions in # 13.1+ -%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le +%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le %if 0%{?suse_version} >= 1310 excluded_plugins="$excluded_plugins v8" %endif