[nodejs-tinycolor/el6] Add exclusivearch on EL6

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


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

    Add exclusivearch on EL6

 nodejs-tinycolor.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-tinycolor.spec b/nodejs-tinycolor.spec
index b154b4c..e0594e6 100644
--- a/nodejs-tinycolor.spec
+++ b/nodejs-tinycolor.spec
@@ -5,7 +5,7 @@
 Summary:       A to-the-point color module for node
 Name:          nodejs-%{npm_name}
 Version:       0.0.1
-Release:       5%{?dist}
+Release:       6%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           http://github.com/einaros/tinycolor
@@ -16,6 +16,7 @@ Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tg
 # https://raw.github.com/einaros/tinycolor/master/README.md
 Source1:       nodejs-tinycolor-README.md
 BuildRequires: nodejs-devel
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildArch:     noarch
 
 %description
@@ -39,6 +40,9 @@ cp -pr tinycolor.js package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Wed Jan 22 2014 Troy Dawson <tdawson at redhat.com> - 0.0.1-6
+- Add exclusivearch on EL6
+
 * Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.1-5
 - add macro to invoke dependency generator on EL6
 


More information about the scm-commits mailing list