From 294e0a91c5683a162a1e8d5586f1b7bd77fb6de4 Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Feb 19 2017 14:55:09 +0000 Subject: Update BR: and ExclusiveArch to fix FTBFS --- diff --git a/nodejs-mongodb.spec b/nodejs-mongodb.spec index 7e37a65..5afcc5e 100644 --- a/nodejs-mongodb.spec +++ b/nodejs-mongodb.spec @@ -5,14 +5,14 @@ Summary: A node driver for MongoDB Name: nodejs-%{npm_name} Version: 2.1.18 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: ASL 2.0 URL: https://github.com/mongodb/node-mongodb-native Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz -BuildRequires: nodejs-devel +BuildRequires: nodejs-packaging BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch %description This is a node driver for MongoDB. It's a port (or close to a port) of @@ -38,6 +38,9 @@ cp -pr index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name} %{nodejs_sitelib}/%{npm_name} %changelog +* Sun Feb 19 2017 Piotr Popieluch - 2.1.18-3 +- Update BR: and ExclusiveArch to fix FTBFS + * Fri Feb 10 2017 Fedora Release Engineering - 2.1.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild