Accepting request 597800 from server:http

- Handle aarch64 arch (forwarded request 597792 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/597800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2018-04-19 13:31:57 +00:00 committed by Git OBS Bridge
commit 541ac596cb
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