From e54287f39604bd5f5ebb8eeecbc5be2c791eef18 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 22 2013 23:48:36 +0000 Subject: restrict to compatible arches --- diff --git a/nodejs-boom.spec b/nodejs-boom.spec index cdcd895..19a12bb 100644 --- a/nodejs-boom.spec +++ b/nodejs-boom.spec @@ -2,7 +2,7 @@ Name: nodejs-boom Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP friendly error objects License: BSD Group: Development/Libraries @@ -10,6 +10,7 @@ URL: https://github.com/spumko/boom Source0: http://registry.npmjs.org/boom/-/boom-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-devel @@ -46,6 +47,9 @@ rm -rf %{buildroot} %doc README.md LICENSE images %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 0.4.0-3 +- restrict to compatible arches + * Mon Apr 15 2013 T.C. Hollingsworth - 0.4.0-2 - add macro for EPEL6 dependency generation