[nodejs-hawk/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:56:10 UTC 2013


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

    restrict to compatible arches

 nodejs-hawk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-hawk.spec b/nodejs-hawk.spec
index ea1339a..53cf5b6 100644
--- a/nodejs-hawk.spec
+++ b/nodejs-hawk.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-hawk
 Version:    0.12.1
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    HTTP Hawk authentication scheme
 License:    BSD
 Group:      Development/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/hueniverse/hawk
 Source0:    http://registry.npmjs.org/hawk/-/hawk-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -47,6 +48,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE example images
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.12.1-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.12.1-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list