diff --git a/SPECS/nodejs-supports-color.spec b/SPECS/nodejs-supports-color.spec index 24a7ae3..17dfaff 100644 --- a/SPECS/nodejs-supports-color.spec +++ b/SPECS/nodejs-supports-color.spec @@ -10,7 +10,7 @@ Name: %{?scl_prefix}nodejs-supports-color Version: 3.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Detect whether a terminal supports color License: MIT URL: https://www.npmjs.org/package/supports-color @@ -22,7 +22,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 @@ -68,6 +68,9 @@ mocha %{nodejs_sitelib}/supports-color/ %changelog +* Mon May 28 2018 Zuzana Svetlikova - 3.1.1-6 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Tue Feb 16 2016 Zuzana Svetlikova - 3.1.1-5 - Use macro in -runtime dependency - Rebuilt with updated metapackage