[nodejs-proto-list] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:07:01 UTC 2013


commit 1b69af5e92c5a053f861f10590cdc2ac8829deb5
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:49:19 2013 -0700

    restrict to compatible arches

 nodejs-proto-list.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-proto-list.spec b/nodejs-proto-list.spec
index 5067e82..db785e5 100644
--- a/nodejs-proto-list.spec
+++ b/nodejs-proto-list.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-proto-list
 Version:    1.2.2
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    A list of objects bound by prototype chain
 License:    MIT
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/proto-list
 Source0:    http://registry.npmjs.org/proto-list/-/proto-list-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 #BuildRequires:  nodejs-tap
@@ -47,6 +48,9 @@ rm -rf %{buildroot}
 %doc LICENSE README.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.2-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.2-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list