[nodejs-bindings] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:40:14 UTC 2013


commit 07851cebf9b3b05d572de21a8f23023c20229cfe
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:34 2013 -0700

    restrict to compatible arches

 nodejs-bindings.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-bindings.spec b/nodejs-bindings.spec
index 14a6639..40192b1 100644
--- a/nodejs-bindings.spec
+++ b/nodejs-bindings.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-bindings
 Version:    1.1.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Helper module for loading your native module's .node file
 # License text is included in README.md
 License:    MIT
@@ -10,6 +10,7 @@ Group:      System Environment/Libraries
 URL:        https://github.com/TooTallNate/node-bindings
 Source0:    http://registry.npmjs.org/bindings/-/bindings-%{version}.tgz
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -50,6 +51,9 @@ cp -pr package.json bindings.js \
 
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-2
 - add macro to enable dependency generation in EPEL
 


More information about the scm-commits mailing list