From 4b5e870fdb2daeadeab753a13bb9fe11289dbe815d48dc81aad7b1f33c778763 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 19 Apr 2021 09:38:55 +0000 Subject: [PATCH] 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 --- nodejs-common.changes | 5 +++++ nodejs-common.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nodejs-common.changes b/nodejs-common.changes index f869b0b..3b814d4 100644 --- a/nodejs-common.changes +++ b/nodejs-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 15 12:35:21 UTC 2021 - Guillaume GARDET + +- Use older nodejs (10) for %{arm} + ------------------------------------------------------------------- Tue Mar 9 17:29:00 UTC 2021 - Adam Majer diff --git a/nodejs-common.spec b/nodejs-common.spec index 42a1edc..51c7db1 100644 --- a/nodejs-common.spec +++ b/nodejs-common.spec @@ -30,7 +30,7 @@ # logic for default version # OBSOLETE ARCHES -%ifarch %ix86 +%ifarch %ix86 %{arm} %define default_node_ver 10 %else