diff --git a/SPECS/nodejs-ansistyles.spec b/SPECS/nodejs-ansistyles.spec index 08379b3..0c17d35 100644 --- a/SPECS/nodejs-ansistyles.spec +++ b/SPECS/nodejs-ansistyles.spec @@ -8,7 +8,7 @@ Name: %{?scl_prefix}nodejs-ansistyles Version: 0.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Functions that surround a string with ansistyle codes so it prints in style. Url: https://github.com/thlorenz/ansistyles Source0: http://registry.npmjs.org/ansistyles/-/ansistyles-%{version}.tgz @@ -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 @@ -48,6 +48,9 @@ node test/ansistyles.js %doc LICENSE README.md %changelog +* Mon May 28 2018 Zuzana Svetlikova - 0.1.3-5 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Thu Feb 18 2016 Zuzana Svetlikova - 0.1.3-4 - Add missing ExclusiveArch and BuildArch - Use macro in -runtime dependency