[nodejs-request/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 22:05:07 UTC 2013


commit 73e6e2599541e64dd47cbdd728159a2792a2dfe2
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:49:24 2013 -0700

    restrict to compatible arches

 nodejs-request.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-request.spec b/nodejs-request.spec
index 8e205d5..b61c443 100644
--- a/nodejs-request.spec
+++ b/nodejs-request.spec
@@ -4,7 +4,7 @@
 
 Name:       nodejs-request
 Version:    2.16.6
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Simplified HTTP request client
 License:    ASL 2.0
 Group:      Development/Libraries
@@ -12,6 +12,7 @@ URL:        https://github.com/mikeal/request
 Source0:    http://registry.npmjs.org/request/-/request-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -75,6 +76,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.16.6-5
+- restrict to compatible arches
+
 * Tue May 28 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.16.6-4
 - make versioned dependency on npm(qs) less specific
 - add %%check


More information about the scm-commits mailing list