diff --git a/SPECS/nodejs-array-index.spec b/SPECS/nodejs-array-index.spec index 381a9be..3751569 100644 --- a/SPECS/nodejs-array-index.spec +++ b/SPECS/nodejs-array-index.spec @@ -10,7 +10,7 @@ Name: %{?scl_prefix}nodejs-array-index Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Invoke getter/setter functions on array-like objects Url: https://github.com/TooTallNate/array-index 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 @@ node test %doc README.md LICENSE %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.0.0-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Tue Sep 06 2016 Zuzana Svetlikova - 1.0.0-1 - Update - license in included in tarball