[nodejs-init-package-json/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:58:19 UTC 2013


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

    restrict to compatible arches

 nodejs-init-package-json.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-init-package-json.spec b/nodejs-init-package-json.spec
index c8cab38..1e5fd58 100644
--- a/nodejs-init-package-json.spec
+++ b/nodejs-init-package-json.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-init-package-json
 Version:        0.0.7
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A node module to get your node module started
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -40,6 +41,9 @@ rm -rf %buildroot
 %doc README.md example.js
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.7-6
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.7-5
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list