[nodejs-node-static/el6] Add exclusivearch on EL6

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


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

    Add exclusivearch on EL6

 nodejs-node-static.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-node-static.spec b/nodejs-node-static.spec
index 991c837..f0eb526 100644
--- a/nodejs-node-static.spec
+++ b/nodejs-node-static.spec
@@ -6,7 +6,7 @@
 Summary:       Simple, compliant file streaming module for node
 Name:          nodejs-%{npm_name}
 Version:       0.7.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/cloudhead/node-static
@@ -15,6 +15,7 @@ BuildRequires: nodejs-devel
 %if 0%{?enable_tests}
 BuildRequires:  npm(vows)
 %endif
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildArch:     noarch
 
 %description
@@ -51,6 +52,9 @@ vows --spec --isolate
 %{_bindir}/static
 
 %changelog
+* Wed Jan 22 2014 Troy Dawson <tdawson at redhat.com> - 0.7.1-4
+- Add exclusivearch on EL6
+
 * Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.7.1-3
 - add macro to invoke dependency generator on EL6
 


More information about the scm-commits mailing list