nodejs 4+ now supports aarch64 and power64

This commit is contained in:
Peter Robinson 2015-12-02 17:28:31 +00:00
parent 6ace240a04
commit cba4f80fea
2 changed files with 6 additions and 3 deletions

View File

@ -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}

View File

@ -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 <pbrobinson@fedoraproject.org> 37-1
- nodejs 4+ now supports aarch64 and power64
* Fri Jul 17 2015 Florian Festi <ffesti@redhat.com> 36-1
- Add Requires: go-srpm-macros (#1243922)