diff --git a/SPECS/nodejs-strip-ansi.spec b/SPECS/nodejs-strip-ansi.spec index aeb56e6..033cc5b 100644 --- a/SPECS/nodejs-strip-ansi.spec +++ b/SPECS/nodejs-strip-ansi.spec @@ -7,7 +7,7 @@ Name: %{?scl_prefix}nodejs-strip-ansi Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Strip ANSI escape codes (used for colorizing strings in the terminal) License: MIT URL: https://github.com/chalk/strip-ansi @@ -17,7 +17,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}runtime @@ -61,6 +61,9 @@ cp -pr package.json index.js \ #%%{_bindir}/strip-ansi %changelog +* Mon May 28 2018 Zuzana Svetlikova - 3.0.1-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Tue Sep 13 2016 Zuzana Svetlikova - 3.0.1-1 - Updated with script