[nodejs-glob/el6] restrict to compatible arches

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


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

    restrict to compatible arches

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


More information about the scm-commits mailing list