[nodejs-npmlog] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:00:27 UTC 2013


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

    restrict to compatible arches

 nodejs-npmlog.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-npmlog.spec b/nodejs-npmlog.spec
index 0dd26c3..2d01490 100644
--- a/nodejs-npmlog.spec
+++ b/nodejs-npmlog.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-npmlog
 Version:        0.0.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Logger for npm
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -42,6 +43,9 @@ rm -rf %buildroots
 %doc LICENSE README.md example.js
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.2-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.2-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list