diff --git a/SPECS/nodejs-npm-registry-client.spec b/SPECS/nodejs-npm-registry-client.spec index 51fcf36..cc54e3e 100644 --- a/SPECS/nodejs-npm-registry-client.spec +++ b/SPECS/nodejs-npm-registry-client.spec @@ -4,7 +4,7 @@ Name: %{?scl_prefix}nodejs-npm-registry-client Version: 7.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Client for the npm registry License: ISC URL: https://github.com/isaacs/npm-registry-client @@ -12,7 +12,7 @@ Source0: http://registry.npmjs.org/npm-registry-client/-/npm-registry-cli BuildRequires: %{?scl_prefix}nodejs-devel BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch %description Client for the npm registry, or private servers using the npm registry software. @@ -37,6 +37,9 @@ cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/npm-registry-clie %doc README.md LICENSE %changelog +* Mon May 28 2018 Zuzana Svetlikova - 7.2.1-4 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Mon Mar 06 2017 Zuzana Svetlikova - 7.2.1-3 - Correct license