[nodejs-retry] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:10:05 UTC 2013


commit afec2d9dff51a141dbb30ea9f662574a2bfa2178
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:49:24 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..56af4b0 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: %{nodejs_arches} 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