diff --git a/SPECS/nodejs-readable-stream.spec b/SPECS/nodejs-readable-stream.spec index aea67aa..0fc7d7c 100644 --- a/SPECS/nodejs-readable-stream.spec +++ b/SPECS/nodejs-readable-stream.spec @@ -9,14 +9,14 @@ Name: %{?scl_prefix}nodejs-readable-stream Version: 2.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streams3, a user-land copy of the stream library from iojs v2.x Url: https://github.com/nodejs/readable-stream#readme Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz License: MIT BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm}} noarch +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: %{?scl_prefix}nodejs-devel @@ -57,6 +57,9 @@ tap test/parallel/*.js %doc README.md LICENSE %changelog +* Mon May 28 2018 Zuzana Svetlikova - 2.1.4-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Thu Sep 15 2016 Zuzana Svetlikova - 2.1.4-1 - Updated with script