[nodejs-aws-sign/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:48:14 UTC 2013


commit 8960dca99dafd6464833c856935411ac1674c374
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:33 2013 -0700

    restrict to compatible arches

 nodejs-aws-sign.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-aws-sign.spec b/nodejs-aws-sign.spec
index 5a5d90b..3a54fcc 100644
--- a/nodejs-aws-sign.spec
+++ b/nodejs-aws-sign.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-aws-sign
 Version:    0.2.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    AWS signing for Node.js
 # Apache 2.0 License added upstream, will appear in next release
 # https://github.com/mikeal/aws-sign/blob/master/LICENSE
@@ -12,6 +12,7 @@ URL:        https://github.com/mikeal/aws-sign
 Source0:    http://registry.npmjs.org/aws-sign/-/aws-sign-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -40,6 +41,9 @@ rm -rf %{buildroot}
 %{nodejs_sitelib}/aws-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