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