[nodejs-child-process-close] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:42:46 UTC 2013


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

    restrict to compatible arches

 nodejs-child-process-close.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-child-process-close.spec b/nodejs-child-process-close.spec
index ce38b54..834fb01 100644
--- a/nodejs-child-process-close.spec
+++ b/nodejs-child-process-close.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-child-process-close
 Version:        0.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Make child_process objects emit 'close' events
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          Development/Libraries
 #MIT license included in README file
@@ -46,5 +47,8 @@ rm -rf %buildroot
 %doc README.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.1-2
+- restrict to compatible arches
+
 * Thu May 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.1-1
 - initial package


More information about the scm-commits mailing list