2
0
forked from pool/nodejs-common

Accepting request 885630 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Use older nodejs (10) for %{arm}

OBS-URL: https://build.opensuse.org/request/show/885630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=37
This commit is contained in:
Adam Majer 2021-04-19 09:38:55 +00:00 committed by Git OBS Bridge
parent 30b35853f9
commit 4b5e870fdb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 15 12:35:21 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use older nodejs (10) for %{arm}
-------------------------------------------------------------------
Tue Mar 9 17:29:00 UTC 2021 - Adam Majer <adam.majer@suse.de>

View File

@ -30,7 +30,7 @@
# logic for default version
# OBSOLETE ARCHES
%ifarch %ix86
%ifarch %ix86 %{arm}
%define default_node_ver 10
%else