diff --git a/SPECS/nodejs-path-is-inside.spec b/SPECS/nodejs-path-is-inside.spec index 9a9deb0..a53a9da 100644 --- a/SPECS/nodejs-path-is-inside.spec +++ b/SPECS/nodejs-path-is-inside.spec @@ -8,7 +8,7 @@ Name: %{?scl_prefix}nodejs-path-is-inside Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tests whether one path is inside another path Url: https://github.com/domenic/path-is-inside Source0: http://registry.npmjs.org/%{npmname}/-/%{npmname}-%{version}.tgz @@ -19,7 +19,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}nodejs-devel @@ -43,6 +43,9 @@ cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/path-is-inside %doc LICENSE.txt README.md %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.0.1-2 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Thu Feb 18 2016 Zuzana Svetlikova - 1.0.1-1 - New upstream release - add BuildArch and ExclusiveArch