[nodejs-oauth-sign] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:02:09 UTC 2013


commit 0b96671e53961318b90330e0a05acfc9d67f73e4
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:49:13 2013 -0700

    restrict to compatible arches

 nodejs-oauth-sign.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-oauth-sign.spec b/nodejs-oauth-sign.spec
index 3839733..f077d3e 100644
--- a/nodejs-oauth-sign.spec
+++ b/nodejs-oauth-sign.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-oauth-sign
 Version:    0.2.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    OAuth1 signing for Node.js
 # Apache 2.0 License added upstream, will appear in next release
 # https://github.com/mikeal/oauth-sign/blob/master/LICENSE
@@ -12,6 +12,7 @@ URL:        https://github.com/mikeal/oauth-sign
 Source0:    http://registry.npmjs.org/oauth-sign/-/oauth-sign-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -44,6 +45,9 @@ rm -rf %{buildroot}
 %{nodejs_sitelib}/oauth-sign
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.0-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.0-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list