[nodejs-options/el6] Add exclusivearch on EL6

tdawson tdawson at fedoraproject.org
Wed Jan 22 17:22:51 UTC 2014


commit be410cdfd9019f09821d3b43549c818179a29103
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Jan 22 11:22:30 2014 -0600

    Add exclusivearch on EL6

 nodejs-options.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-options.spec b/nodejs-options.spec
index bd5775a..80faa1e 100644
--- a/nodejs-options.spec
+++ b/nodejs-options.spec
@@ -8,7 +8,7 @@
 Summary:       Light-weight in-code option parser for nodejs
 Name:          nodejs-%{npm_name}
 Version:       0.0.5
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/einaros/options.js
@@ -18,6 +18,7 @@ BuildRequires: nodejs-devel
 BuildRequires:  npm(mocha)
 BuildRequires:  npm(expect.js)
 %endif
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildArch:     noarch
 
 %description
@@ -43,6 +44,9 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Wed Jan 22 2014 Troy Dawson <tdawson at redhat.com> - 0.0.5-4
+- Add exclusivearch on EL6
+
 * Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-3
 - add macro to invoke dependency generator on EL6
 


More information about the scm-commits mailing list