diff --git a/nodejs-combined-stream.spec b/nodejs-combined-stream.spec index 8ae4e4c..e0ebf90 100644 --- a/nodejs-combined-stream.spec +++ b/nodejs-combined-stream.spec @@ -2,9 +2,10 @@ Name: nodejs-combined-stream Version: 0.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A stream that emits multiple other streams one after another BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch Group: System Environment/Libraries License: MIT @@ -37,6 +38,9 @@ rm -rf %buildroot %doc License Readme.md %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 0.0.4-3 +- restrict to compatible arches + * Mon Apr 15 2013 T.C. Hollingsworth - 0.0.4-2 - add macro for EPEL6 dependency generation