[nodejs-rimraf] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:11:18 UTC 2013


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

    restrict to compatible arches

 nodejs-rimraf.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-rimraf.spec b/nodejs-rimraf.spec
index e5b7c8c..2059833 100644
--- a/nodejs-rimraf.spec
+++ b/nodejs-rimraf.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-rimraf
 Version:    2.1.4
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    A deep deletion module for node.js
 License:    MIT
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/rimraf
 Source0:    http://registry.npmjs.org/rimraf/-/rimraf-%{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 AUTHORS LICENSE README.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.1.4-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.1.4-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list