From cba4f80fea26a533cf6e7740b1903012cdb471b5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 2 Dec 2015 17:28:31 +0000 Subject: [PATCH] nodejs 4+ now supports aarch64 and power64 --- macros.nodejs-srpm | 4 ++-- redhat-rpm-config.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/macros.nodejs-srpm b/macros.nodejs-srpm index 562aca9..9488cd7 100644 --- a/macros.nodejs-srpm +++ b/macros.nodejs-srpm @@ -1,6 +1,6 @@ # nodejs_arches lists what arches Node.js and dependent packages run on. # # Enabling Node.js on other arches requires porting the V8 JavaScript JIT to -# those arches. +# those arches. Support for POWER and aarch64 arrived in nodejs v4 -%nodejs_arches %{ix86} x86_64 %{arm} +%nodejs_arches %{ix86} x86_64 %{arm} aarch64 %{power64} diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 6a7f5ff..47cbade 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 36 +Version: 37 Release: 1%{?dist} # No version specified. License: GPL+ @@ -136,6 +136,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Dec 2 2015 Peter Robinson 37-1 +- nodejs 4+ now supports aarch64 and power64 + * Fri Jul 17 2015 Florian Festi 36-1 - Add Requires: go-srpm-macros (#1243922)