[nodejs-hoek] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:53:23 UTC 2013


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

    restrict to compatible arches

 nodejs-hoek.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-hoek.spec b/nodejs-hoek.spec
index c154175..95ecb91 100644
--- a/nodejs-hoek.spec
+++ b/nodejs-hoek.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-hoek
 Version:    0.8.1
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    General purpose Node.js utilities
 License:    BSD
 Group:      Development/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/spumko/hoek
 Source0:    http://registry.npmjs.org/hoek/-/hoek-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -48,6 +49,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE images
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.8.1-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.8.1-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list