[nodejs-mongodb/el6] add nodejs exclusive arch

tdawson tdawson at fedoraproject.org
Mon Feb 10 14:28:52 UTC 2014


commit 0fbd6d1c9db92bb1f72c5824215e0a8fbf1c12e7
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Feb 10 08:29:27 2014 -0600

    add nodejs exclusive arch

 nodejs-mongodb.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-mongodb.spec b/nodejs-mongodb.spec
index c59ada2..7a83e1c 100644
--- a/nodejs-mongodb.spec
+++ b/nodejs-mongodb.spec
@@ -5,13 +5,14 @@
 Summary:       A node driver for MongoDB
 Name:          nodejs-%{npm_name}
 Version:       1.3.19
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
 URL:           https://github.com/mongodb/node-mongodb-native
 Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
 BuildRequires: nodejs-devel
 BuildArch:     noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 %description
 This is a node driver for MongoDB. It's a port (or close to a port) of
@@ -37,6 +38,9 @@ chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.json
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Thu Feb 06 2014 Troy Dawson <tdawson at redhat.com> - 1.3.19-4
+- add nodejs exclusive arch
+
 * Wed Jan 08 2014 Troy Dawson <tdawson at redhat.com> - 1.3.19-3
 - Fix bson dependancy
 


More information about the scm-commits mailing list