[nodejs-which] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:16:04 UTC 2013


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

    restrict to compatible arches

 nodejs-which.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-which.spec b/nodejs-which.spec
index 51b98d5..b1cdfcc 100644
--- a/nodejs-which.spec
+++ b/nodejs-which.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-which
 Version:    1.0.5
-Release:    7%{?dist}
+Release:    8%{?dist}
 Summary:    A JavaScript implementation of the 'which' command
 License:    MIT
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/node-which
 Source0:    http://registry.npmjs.org/which/-/which-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -43,6 +44,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.5-8
+- restrict to compatible arches
+
 * Fri May  3 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0.5-7
 - Fix broken symlink in bindir
 


More information about the scm-commits mailing list