diff --git a/SPECS/nodejs-has-unicode.spec b/SPECS/nodejs-has-unicode.spec index 476a0a6..0a5a318 100644 --- a/SPECS/nodejs-has-unicode.spec +++ b/SPECS/nodejs-has-unicode.spec @@ -10,7 +10,7 @@ Name: %{?scl_prefix}nodejs-has-unicode Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Try to guess if your terminal supports unicode Url: https://github.com/iarna/has-unicode Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz @@ -21,7 +21,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 @@ -63,6 +63,9 @@ cp -pr package.json *.js \ %doc README.md LICENSE %changelog +* Mon May 28 2018 Zuzana Svetlikova - 2.0.1-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Wed Sep 07 2016 Zuzana Svetlikova - 2.0.1-1 - Updated with script