[nodejs-better-assert/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:48:29 UTC 2013


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

    restrict to compatible arches

 nodejs-better-assert.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-better-assert.spec b/nodejs-better-assert.spec
index 8bf1c26..2925946 100644
--- a/nodejs-better-assert.spec
+++ b/nodejs-better-assert.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-better-assert
 Version:        1.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C-style assert() for Node.js
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 Group:          Development/Libraries
 #MIT text included in README.md
@@ -42,5 +43,8 @@ rm -rf %buildroot
 %doc Readme.md example.js History.md 
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-2
+- restrict to compatible arches
+
 * Sun Jun 02 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-1
 - initial package


More information about the scm-commits mailing list