[nodejs-fstream-npm/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:55:01 UTC 2013


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

    restrict to compatible arches

 nodejs-fstream-npm.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-fstream-npm.spec b/nodejs-fstream-npm.spec
index dccc9f1..9944327 100644
--- a/nodejs-fstream-npm.spec
+++ b/nodejs-fstream-npm.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-fstream-npm
 Version:    0.1.4
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    An fstream class for creating npm packages
 License:    BSD
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/fstream-npm
 Source0:    http://registry.npmjs.org/fstream-npm/-/fstream-npm-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -39,6 +40,9 @@ rm -rf %{buildroot}
 %doc README.md example LICENCE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.4-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.4-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list