[nodejs-abbrev/el6: 2/2] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:46:54 UTC 2013


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

    restrict to compatible arches

 nodejs-abbrev.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-abbrev.spec b/nodejs-abbrev.spec
index 3e54b37..238f545 100644
--- a/nodejs-abbrev.spec
+++ b/nodejs-abbrev.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-abbrev
 Version:    1.0.4
-Release:    5%{?dist}
+Release:    6%{?dist}
 Group:      Development/Libraries
 Summary:    Abbreviation calculator for Node.js
 License:    MIT
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/abbrev-js
 Source0:    http://registry.npmjs.org/abbrev/-/abbrev-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -42,6 +43,9 @@ node lib/abbrev.js
 %doc README.md LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.4-6
+- restrict to compatible arches
+
 * Fri May 03 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0.4-5
 - Run unit tests as part of build
 


More information about the scm-commits mailing list