From dade4889bb4ed32dbb46ca3a2ebf5d09e90a21af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 19 Dec 2012 12:18:24 +0100 Subject: [PATCH] set exclusive arch list to match v8 --- nodejs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index abac2a4..7dd0b82 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,6 +1,6 @@ Name: nodejs Version: 0.9.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -14,6 +14,9 @@ BuildRequires: zlib-devel # Node.js requires some features from openssl 1.0.1 for SPDY support BuildRequires: openssl-devel >= 1:1.0.1 +# Exclusive archs must match v8 +ExclusiveArch: %{ix86} x86_64 %{arm} + # Node.js currently has a conflict with the 'node' package in Fedora # The ham-radio group has agreed to rename their binary for us, but # in the meantime, we're setting an explicit Conflicts: here @@ -102,6 +105,9 @@ chmod 0755 %{buildroot}/%{_bindir}/node %{_mandir}/man1/node.* %changelog +* Wed Dec 19 2012 Dan HorĂ¡k - 0.9.3-8 +- set exclusive arch list to match v8 + * Tue Dec 18 2012 Stephen Gallagher - 0.9.3-7 - Add remaining changes from code review - Remove unnecessary BuildRequires on findutils