[nodejs-inherits] restrict to compatible arches

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


commit 2bac2362733b16a252bf8489d443cc6c2a031de7
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 17:53:54 2013 -0700

    restrict to compatible arches

 nodejs-inherits.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-inherits.spec b/nodejs-inherits.spec
index f25d4a3..37ecb5d 100644
--- a/nodejs-inherits.spec
+++ b/nodejs-inherits.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-inherits
 Version:    1.0.0
-Release:    8%{?dist}
+Release:    9%{?dist}
 Summary:    A tiny simple way to do classic inheritance in js
 License:    WTFPL
 Group:      Development/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/inherits
 Source0:    http://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -39,6 +40,9 @@ rm -rf %{buildroot}
 %doc README.md
 
 %changelog
+* Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-9
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-8
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list