diff --git a/nodejs-editor.spec b/nodejs-editor.spec index 5416640..bf24cdd 100644 --- a/nodejs-editor.spec +++ b/nodejs-editor.spec @@ -2,9 +2,10 @@ Name: nodejs-editor Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Launch the default text editor from Node.js programs BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch Group: Development/Libraries #package.json indicates MIT, but no license file included @@ -49,5 +50,8 @@ rm -rf %buildroot %doc README.markdown LICENSE example %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 0.0.4-2 +- restrict to compatible arches + * Thu May 30 2013 T.C. Hollingsworth - 0.0.4-1 - initial package