[nodejs-node-uuid/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 22:00:19 UTC 2013


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

    restrict to compatible arches

 nodejs-node-uuid.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-node-uuid.spec b/nodejs-node-uuid.spec
index 6199aa1..cac8309 100644
--- a/nodejs-node-uuid.spec
+++ b/nodejs-node-uuid.spec
@@ -4,13 +4,14 @@
 
 Name:       nodejs-node-uuid
 Version:    1.4.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
 License:    MIT
 Group:      System Environment/Libraries
 URL:        https://github.com/broofa/node-uuid
 Source0:    http://registry.npmjs.org/node-uuid/-/node-uuid-%{version}.tgz
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -49,6 +50,9 @@ ln -sf %{nodejs_sitelib} .
 
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.4.0-4
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.4.0-3
 - add macro to enable dependency generation in EPEL
 


More information about the scm-commits mailing list