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

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


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

    restrict to compatible arches

 nodejs-read-package-json.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-read-package-json.spec b/nodejs-read-package-json.spec
index aeadb9f..e34c097 100644
--- a/nodejs-read-package-json.spec
+++ b/nodejs-read-package-json.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-read-package-json
 Version:        0.3.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        npm's package.json parser
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -42,6 +43,9 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.3.0-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.3.0-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list