[nodejs-opener] restrict to compatible arches

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


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

    restrict to compatible arches

 nodejs-opener.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-opener.spec b/nodejs-opener.spec
index 81fc778..77188c9 100644
--- a/nodejs-opener.spec
+++ b/nodejs-opener.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-opener
 Version:        1.3.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Opens stuff, like webpages and files and executables
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        WTFPL
@@ -46,6 +47,9 @@ rm -rf %buildroot
 %doc LICENSE.txt README.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.3.0-7
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.3.0-6
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list