[nodejs-require-all/el6] Add exclusivearch on EL6

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


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

    Add exclusivearch on EL6

 nodejs-require-all.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-require-all.spec b/nodejs-require-all.spec
index 70b9d16..3b5f474 100644
--- a/nodejs-require-all.spec
+++ b/nodejs-require-all.spec
@@ -6,12 +6,13 @@
 Summary:       Require all files within a directory
 Name:          nodejs-%{npm_name}
 Version:       0.0.6
-Release:       2%{?dist}
+Release:       3%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/felixge/node-require-all
 Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
 BuildRequires: nodejs-devel
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildArch:     noarch
 
 %description
@@ -37,6 +38,9 @@ node test/test.js
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Wed Jan 22 2014 Troy Dawson <tdawson at redhat.com> - 0.0.6-3
+- Add exclusivearch on EL6
+
 * Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-2
 - add macro to invoke dependency generator on EL6
 


More information about the scm-commits mailing list