From eca7ddfaabed4c686443ed6fcdbd780fbe578c93 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Jul 06 2013 06:55:43 +0000 Subject: FIx compatible arches for f18/el6 --- diff --git a/nodejs-bytes.spec b/nodejs-bytes.spec index 5285ccf..1462337 100644 --- a/nodejs-bytes.spec +++ b/nodejs-bytes.spec @@ -4,7 +4,7 @@ Name: nodejs-bytes Version: 0.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Byte size string parser/serializer for Node.js # License text is included in Readme.md License: MIT @@ -18,9 +18,13 @@ Source1: tests-%{version}.tar.bz2 Source10: dl-tests.sh BuildArch: noarch +%if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} noarch +%endif -BuildRequires: nodejs-devel +BuildRequires: nodejs-packaging %if 0%{?enable_tests} BuildRequires: npm(mocha) @@ -61,6 +65,9 @@ ln -sf %{nodejs_sitelib} . %changelog +* Sat Jul 06 2013 Jamie Nguyen - 0.2.1-4 +- fix compatible arches for f18/el6 + * Fri Jul 05 2013 Jamie Nguyen - 0.2.1-3 - restrict to compatible arches