2
0
forked from pool/nodejs-common

Accepting request 886631 from devel:languages:nodejs

OBS-URL: https://build.opensuse.org/request/show/886631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-common?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2021-04-22 16:03:40 +00:00 committed by Git OBS Bridge
commit 3bebee6c18
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