[nodejs-config-chain] restrict to compatible arches

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


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

    restrict to compatible arches

 nodejs-config-chain.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-config-chain.spec b/nodejs-config-chain.spec
index eb19811..c7de7db 100644
--- a/nodejs-config-chain.spec
+++ b/nodejs-config-chain.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-config-chain
 Version:        1.1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Handle configuration once and for all
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -40,6 +41,9 @@ rm -rf %buildroot
 %doc LICENCE readme.markdown
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.5-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.5-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list