diff --git a/SPECS/nodejs-wrappy.spec b/SPECS/nodejs-wrappy.spec index fd431dc..9dccf6f 100644 --- a/SPECS/nodejs-wrappy.spec +++ b/SPECS/nodejs-wrappy.spec @@ -3,13 +3,13 @@ Name: %{?scl_prefix}nodejs-wrappy Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Callback wrapping utility License: ISC Url: https://github.com/npm/wrappy Source: http://registry.npmjs.org/wrappy/-/wrappy-%{version}.tgz BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: %{?scl_prefix}nodejs-devel %{?nodejs_find_provides_and_requires} @@ -32,6 +32,9 @@ cp -pr package.json wrappy.js \ %{nodejs_sitelib}/wrappy %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.0.2-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Thu Sep 15 2016 Zuzana Svetlikova - 1.0.2-1 - Updated with script