[nodejs-mysql/el6] Add exclusivearch on EL6

tdawson tdawson at fedoraproject.org
Wed Jan 22 17:22:48 UTC 2014


commit a4d289a206f1301c46db5e7ce12c593b3656551d
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Jan 22 11:22:37 2014 -0600

    Add exclusivearch on EL6

 nodejs-mysql.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-mysql.spec b/nodejs-mysql.spec
index 881272b..400b547 100644
--- a/nodejs-mysql.spec
+++ b/nodejs-mysql.spec
@@ -8,7 +8,7 @@
 Summary:       A node.js driver for mysql
 Name:          nodejs-%{npm_name}
 Version:       2.0.0
-Release:       alpha9.2%{?dist}.1
+Release:       alpha9.2%{?dist}.2
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/felixge/node-mysql
@@ -21,6 +21,7 @@ BuildRequires:  npm(underscore)
 BuildRequires:  npm(urun)
 BuildRequires:  npm(utest)
 %endif
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildArch:     noarch
 
 %description
@@ -50,6 +51,9 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Wed Jan 22 2014 Troy Dawson <tdawson at redhat.com> - 2.0.0-alpha9.2.2
+- Add exclusivearch on EL6
+
 * Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.0.0-alpha9.2.1
 - add macro to invoke dependency generator on EL6
 


More information about the scm-commits mailing list