[nodejs-block-stream/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:49:00 UTC 2013


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

    restrict to compatible arches

 nodejs-block-stream.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-block-stream.spec b/nodejs-block-stream.spec
index c76279f..c3d4b39 100644
--- a/nodejs-block-stream.spec
+++ b/nodejs-block-stream.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-block-stream
 Version:    0.0.6
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    A stream of blocks
 License:    BSD
 Group:      Development/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/block-stream
 Source0:    http://registry.npmjs.org/block-stream/-/block-stream-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -44,6 +45,9 @@ rm -rf %{buildroot}
 %doc README.md LICENCE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-7
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-6
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list