[nodejs-retry/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 22:05:20 UTC 2013


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

    restrict to compatible arches

 nodejs-retry.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-retry.spec b/nodejs-retry.spec
index 400c2aa..0980ab5 100644
--- a/nodejs-retry.spec
+++ b/nodejs-retry.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-retry
 Version:        0.6.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Retry strategies for failed operations
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -39,6 +40,9 @@ rm -rf %buildroot
 %doc License Readme.md equation.gif example
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.6.0-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.6.0-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list