[nodejs-cmd-shim] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:44:45 UTC 2013


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

    restrict to compatible arches

 nodejs-cmd-shim.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-cmd-shim.spec b/nodejs-cmd-shim.spec
index 6ade545..c7b5a76 100644
--- a/nodejs-cmd-shim.spec
+++ b/nodejs-cmd-shim.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-cmd-shim
 Version:        1.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Used to create executable scripts on Windows and Unix
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          Development/Libraries
 License:        BSD
@@ -56,6 +57,9 @@ rm -rf %buildroot
 %doc README.md LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-3
+- restrict to compatible arches
+
 * Thu May 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-2
 - fix EOL encodings
 


More information about the scm-commits mailing list