[nodejs-ini] restrict to compatible arches

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


commit 515257db458e9e82d13da45c1d8d17a4a86025e2
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:57 2013 -0700

    restrict to compatible arches

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


More information about the scm-commits mailing list