From 31a511cc0401309cd7b29758703726cc8d690967 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Mon, 20 May 2013 19:26:26 -0700 Subject: [PATCH] add nodejs_arches macro for ExclusiveArch for Node.js packages --- macros.nodejs-srpm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 macros.nodejs-srpm diff --git a/macros.nodejs-srpm b/macros.nodejs-srpm new file mode 100644 index 0000000..562aca9 --- /dev/null +++ b/macros.nodejs-srpm @@ -0,0 +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. + +%nodejs_arches %{ix86} x86_64 %{arm}