diff --git a/SPECS/nodejs-isexe.spec b/SPECS/nodejs-isexe.spec index 7c9d4ff..7eee143 100644 --- a/SPECS/nodejs-isexe.spec +++ b/SPECS/nodejs-isexe.spec @@ -8,7 +8,7 @@ Name: %{?scl_prefix}nodejs-isexe Version: 1.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Minimal module to check if a file is executable License: ISC @@ -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 @@ -59,6 +59,9 @@ cp -pr package.json *.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.1.2-3 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Fri Sep 23 2016 Zuzana Svetlikova - 1.1.2-2 - Built for RHSCL