[nodejs-json-stringify-safe/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:58:32 UTC 2013


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

    restrict to compatible arches

 nodejs-json-stringify-safe.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-json-stringify-safe.spec b/nodejs-json-stringify-safe.spec
index 009a7b5..799f41b 100644
--- a/nodejs-json-stringify-safe.spec
+++ b/nodejs-json-stringify-safe.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-json-stringify-safe
 Version:    4.0.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    JSON.stringify that handles circular references
 License:    BSD
 Group:      Development/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/json-stringify-safe
 Source0:    http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -43,6 +44,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 4.0.0-4
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 4.0.0-3
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list