[nodejs-opts] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:04:30 UTC 2013


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

    restrict to compatible arches

 nodejs-opts.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-opts.spec b/nodejs-opts.spec
index 471b430..be325f4 100644
--- a/nodejs-opts.spec
+++ b/nodejs-opts.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-opts
 Version:    1.2.2
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Javascript Command Line Options for Node.js
 License:    BSD
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        http://joey.mazzarelli.com/2010/04/09/javascript-command-line-option
 Source0:    http://registry.npmjs.org/opts/-/opts-1.2.2.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -39,6 +40,9 @@ rm -rf %{buildroot}
 %doc LICENSE README examples
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.2-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.2-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list