From ea8f2e61bc8d77dc68f945918f1db55879ca9965 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 28 2018 10:04:39 +0000 Subject: import rh-nodejs6-nodejs-concat-stream-1.5.2-2.el7 --- diff --git a/SPECS/nodejs-concat-stream.spec b/SPECS/nodejs-concat-stream.spec index 9fde0e7..3c09457 100644 --- a/SPECS/nodejs-concat-stream.spec +++ b/SPECS/nodejs-concat-stream.spec @@ -7,7 +7,7 @@ Name: %{?scl_prefix}nodejs-concat-stream Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Writable stream that concatenates data and calls a callback with the result License: MIT URL: https://github.com/maxogden/node-concat-stream @@ -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 @@ -52,6 +52,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/concat-stream %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.5.2-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Thu Sep 22 2016 Zuzana Svetlikova - 1.5.2-1 - Updated with script - remove patches