[nodejs-supervisor/el6] Add exclusivearch on EL6

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


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

    Add exclusivearch on EL6

 nodejs-supervisor.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-supervisor.spec b/nodejs-supervisor.spec
index e613875..cb13f55 100644
--- a/nodejs-supervisor.spec
+++ b/nodejs-supervisor.spec
@@ -5,7 +5,7 @@
 Summary:       A supervisor program for running nodejs programs
 Name:          nodejs-%{npm_name}
 Version:       0.5.2
-Release:       4%{?dist}
+Release:       5%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/isaacs/node-supervisor
@@ -17,6 +17,7 @@ Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tg
 SOURCE1:       nodejs-supervisor-LICENSE
 BuildRequires: nodejs-devel
 BuildRequires: txt2man
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildArch:     noarch
 
 %description
@@ -58,6 +59,9 @@ rm -f helpfile
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jan 22 2014 Troy Dawson <tdawson at redhat.com> - 0.5.2-5
+- Add exclusivearch on EL6
+
 * Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.5.2-4
 - add macro to invoke dependency generator on EL6
 


More information about the scm-commits mailing list