From 244b28800bd1957d5345790defd35aae6abe85a4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 28 2018 10:09:43 +0000 Subject: import rh-nodejs6-nodejs-node-uuid-1.4.7-3.el7 --- diff --git a/SPECS/nodejs-node-uuid.spec b/SPECS/nodejs-node-uuid.spec index 5ae103e..16c8c0c 100644 --- a/SPECS/nodejs-node-uuid.spec +++ b/SPECS/nodejs-node-uuid.spec @@ -5,7 +5,7 @@ Name: %{?scl_prefix}nodejs-node-uuid Version: 1.4.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js License: MIT URL: https://github.com/broofa/node-uuid @@ -15,7 +15,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 @@ -53,6 +53,9 @@ ln -sf %{nodejs_sitelib} . %{nodejs_sitelib}/node-uuid %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.4.7-3 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Tue Jan 17 2017 Zuzana Svetlikova - 1.4.7-2 - Bump