From 13ac7c57ec66585ed5e5725dc3c6e0f3675278f1 Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Feb 19 2017 15:18:35 +0000 Subject: update ExclusiveArch and BuildRequires --- diff --git a/nodejs-options.spec b/nodejs-options.spec index bb982a4..efe0b8c 100644 --- a/nodejs-options.spec +++ b/nodejs-options.spec @@ -8,17 +8,17 @@ Summary: Light-weight in-code option parser for nodejs Name: nodejs-%{npm_name} Version: 0.0.6 -Release: 4%{?dist} +Release: 5%{?dist} Group: System Environment/Libraries License: MIT URL: https://github.com/einaros/options.js Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz -BuildRequires: nodejs-devel +BuildRequires: nodejs-packaging %if 0%{?enable_tests} BuildRequires: npm(mocha) BuildRequires: npm(expect.js) %endif -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch %description @@ -44,6 +44,9 @@ make test %{nodejs_sitelib}/%{npm_name} %changelog +* Sun Feb 19 2017 Piotr Popieluch - 0.0.6-5 +- update ExclusiveArch and BuildRequires + * Fri Feb 10 2017 Fedora Release Engineering - 0.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild