[nodejs-editor/el6] restrict to compatible arches

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


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

    restrict to compatible arches

 nodejs-editor.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-editor.spec b/nodejs-editor.spec
index 5416640..d3361f5 100644
--- a/nodejs-editor.spec
+++ b/nodejs-editor.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-editor
 Version:        0.0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Launch the default text editor from Node.js programs
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 Group:          Development/Libraries
 #package.json indicates MIT, but no license file included
@@ -49,5 +50,8 @@ rm -rf %buildroot
 %doc README.markdown LICENSE example
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.4-2
+- restrict to compatible arches
+
 * Thu May 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.4-1
 - initial package


More information about the scm-commits mailing list