diff --git a/SPECS/nodejs-chalk.spec b/SPECS/nodejs-chalk.spec index fa083de..093497d 100644 --- a/SPECS/nodejs-chalk.spec +++ b/SPECS/nodejs-chalk.spec @@ -8,7 +8,7 @@ Name: %{?scl_prefix}nodejs-chalk Version: 1.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Terminal string styling done right License: MIT URL: https://github.com/sindresorhus/chalk @@ -19,7 +19,7 @@ BuildArch: noarch %if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch %else -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch %endif BuildRequires: %{?scl_prefix}nodejs-devel @@ -65,6 +65,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/chalk %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.1.3-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Wed Sep 07 2016 Zuzana Svetlikova - 1.1.3-1 - Updated with script