[nodejs-forever-agent/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:54:08 UTC 2013


commit 703f6619d389450fdefc239444cb8b66efefe2be
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:48 2013 -0700

    restrict to compatible arches

 nodejs-forever-agent.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-forever-agent.spec b/nodejs-forever-agent.spec
index 6d390bf..31b1b4c 100644
--- a/nodejs-forever-agent.spec
+++ b/nodejs-forever-agent.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-forever-agent
 Version:    0.2.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    HTTP Agent that keeps socket connections alive between keep-alive requests
 # Apache 2.0 License added upstream, will appear in next release
 # https://github.com/mikeal/forever-agent/blob/master/LICENSE
@@ -12,6 +12,7 @@ URL:        https://github.com/mikeal/forever-agent
 Source0:    http://registry.npmjs.org/forever-agent/-/forever-agent-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -40,6 +41,9 @@ rm -rf %{buildroot}
 %{nodejs_sitelib}/forever-agent
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.0-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.0-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list