diff --git a/dl-tests.sh b/dl-tests.sh old mode 100744 new mode 100755 diff --git a/nodejs-async.spec b/nodejs-async.spec index 3c49f19..ed206ba 100644 --- a/nodejs-async.spec +++ b/nodejs-async.spec @@ -4,9 +4,10 @@ Name: nodejs-async Version: 0.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Higher-order functions and common patterns for asynchronous code BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch Group: System Environment/Libraries License: MIT @@ -61,6 +62,9 @@ rm -rf %buildroot %doc README.md LICENSE %changelog +* Sun Jun 23 2013 T.C. Hollingsworth - 0.2.9-2 +- restrict to compatible arches + * Tue May 28 2013 Jamie Nguyen - 0.2.9-1 - update to upstream release 0.2.9 - add %%check