[nodejs-form-data/el6] restrict to compatible arches

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


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

    restrict to compatible arches

 nodejs-form-data.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-form-data.spec b/nodejs-form-data.spec
index 55f85d7..b62c460 100644
--- a/nodejs-form-data.spec
+++ b/nodejs-form-data.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-form-data
 Version:        0.0.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A module to create readable "multipart/form-data" streams
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -40,6 +41,9 @@ rm -rf %buildroot
 %doc License Readme.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.7-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.7-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list