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
This commit is contained in:
James Oakley 2018-04-18 13:55:45 +00:00 committed by Git OBS Bridge
parent 297f41ef5b
commit 0a2ba66b40
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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