[nodejs-async/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:47:59 UTC 2013


commit 36347503a6dca1b7998638be61b930e4aa4a4767
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 17:21:45 2013 -0700

    restrict to compatible arches

 nodejs-async.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-async.spec b/nodejs-async.spec
index 3c49f19..7607894 100644
--- a/nodejs-async.spec
+++ b/nodejs-async.spec
@@ -4,9 +4,10 @@
 
 Name:           nodejs-async
 Version:        0.2.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Higher-order functions and common patterns for asynchronous code
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -61,6 +62,9 @@ rm -rf %buildroot
 %doc README.md LICENSE
 
 %changelog
+* Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.9-2
+- restrict to compatible arches
+
 * Tue May 28 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.9-1
 - update to upstream release 0.2.9
 - add %%check


More information about the scm-commits mailing list