[nodejs] set exclusive arch list to match v8

Dan Horák sharkcz at fedoraproject.org
Wed Dec 19 11:18:29 UTC 2012


commit dade4889bb4ed32dbb46ca3a2ebf5d09e90a21af
Author: Dan Horák <dan at danny.cz>
Date:   Wed Dec 19 12:18:24 2012 +0100

    set exclusive arch list to match v8

 nodejs.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <dan[at]danny.cz> - 0.9.3-8
+- set exclusive arch list to match v8
+
 * Tue Dec 18 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.9.3-7
 - Add remaining changes from code review
 - Remove unnecessary BuildRequires on findutils


More information about the scm-commits mailing list