From 1628275572df559fcac8cdb2930306fe1e5bab15 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 22 2013 23:48:37 +0000 Subject: restrict to compatible arches --- 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 - 0.1.1-2 +- restrict to compatible arches + * Thu May 30 2013 T.C. Hollingsworth - 0.1.1-1 - initial package