From 61a71bbe67844bd795ea3203c3d450051929a35b Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 22 2013 23:49:20 +0000 Subject: restrict to compatible arches --- diff --git a/nodejs-read.spec b/nodejs-read.spec index b8554cb..6671dc3 100644 --- a/nodejs-read.spec +++ b/nodejs-read.spec @@ -2,7 +2,7 @@ Name: nodejs-read Version: 1.0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: An implementation of read(1) for node programs License: BSD Group: Development/Libraries @@ -10,6 +10,7 @@ URL: https://github.com/isaacs/read Source0: http://registry.npmjs.org/read/-/read-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-devel @@ -40,6 +41,9 @@ rm -rf %{buildroot} %doc LICENCE README.md example %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 1.0.4-8 +- restrict to compatible arches + * Fri May 03 2013 Stanislav Ochotnicky - 1.0.4-7 - Fix dist macro usage