diff --git a/SPECS/nodejs-npm-cache-filename.spec b/SPECS/nodejs-npm-cache-filename.spec index 4b5330c..df38760 100644 --- a/SPECS/nodejs-npm-cache-filename.spec +++ b/SPECS/nodejs-npm-cache-filename.spec @@ -4,14 +4,14 @@ Name: %{?scl_prefix}nodejs-npm-cache-filename Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Return NPM cache folder License: ISC Url: https://github.com/npm/npm-cache-filename Source: http://registry.npmjs.org/npm-cache-filename/-/npm-cache-filename-%{version}.tgz BuildRequires: %{?scl_prefix}nodejs BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch %description Given a cache folder and url, return the appropriate cache folder. @@ -32,6 +32,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/npm-cache-filename %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.0.2-3 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Sun Feb 14 2016 Zuzana Svetlikova - 1.0.2-2 - rebuilt