diff --git a/SPECS/nodejs-uuid-js.spec b/SPECS/nodejs-uuid-js.spec index 9c77bf2..3d596bc 100644 --- a/SPECS/nodejs-uuid-js.spec +++ b/SPECS/nodejs-uuid-js.spec @@ -10,7 +10,7 @@ Name: %{?scl_prefix}nodejs-uuid-js Version: 0.7.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A js library to generate and parse UUIDs,TimeUUIDs and generate TimeUUID based on Date for range selections Url: http://github.com/pnegri/uuid-js Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz @@ -21,7 +21,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 @@ -65,6 +65,9 @@ cp -pr package.json lib/ \ %license LICENSE.txt %changelog +* Mon May 28 2018 Zuzana Svetlikova - 0.7.5-4 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Tue Feb 16 2016 Zuzana Svetlikova - 0.7.5-3 - Use macro in -runtime dependency