From 7919624001685f154c8c5ee9ba5d82ec8538d88b Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 22 2013 23:49:33 +0000 Subject: restrict to compatible arches --- diff --git a/nodejs-uid-number.spec b/nodejs-uid-number.spec index cd456ce..343da68 100644 --- a/nodejs-uid-number.spec +++ b/nodejs-uid-number.spec @@ -2,7 +2,7 @@ Name: nodejs-uid-number Version: 0.0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Convert a username/group name to a UID/GID number License: BSD Group: System Environment/Libraries @@ -10,6 +10,7 @@ URL: https://github.com/isaacs/uid-number Source0: http://registry.npmjs.org/uid-number/-/uid-number-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-devel @@ -41,6 +42,9 @@ rm -rf %{buildroot} %doc README.md LICENCE %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 0.0.3-7 +- restrict to compatible arches + * Mon Apr 15 2013 T.C. Hollingsworth - 0.0.3-6 - add macro for EPEL6 dependency generation