diff --git a/SPECS/nodejs-commander.spec b/SPECS/nodejs-commander.spec index 616d19b..a586727 100644 --- a/SPECS/nodejs-commander.spec +++ b/SPECS/nodejs-commander.spec @@ -7,7 +7,7 @@ Name: %{?scl_prefix}nodejs-commander Version: 2.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Node.js command-line interfaces made easy # License text is included in Readme.md License: MIT @@ -23,7 +23,7 @@ BuildArch: noarch %if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch %else -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch %endif # Dep generator bug which adds a trailing dot in the nodejs(engine) requires. @@ -70,6 +70,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/commander %changelog +* Mon May 28 2018 Zuzana Svetlikova - 2.9.0-4 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Mon Sep 19 2016 Zuzana Svetlikova - 2.9.0-3 - Built for RHSCL