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