From 076852d848ac2dfdf456ce634a95c4c0cc2989c7 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 22 2013 23:49:32 +0000 Subject: restrict to compatible arches --- diff --git a/nodejs-tunnel-agent.spec b/nodejs-tunnel-agent.spec index 6d9e24f..09ae9bc 100644 --- a/nodejs-tunnel-agent.spec +++ b/nodejs-tunnel-agent.spec @@ -2,7 +2,7 @@ Name: nodejs-tunnel-agent Version: 0.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP proxy tunneling agent # Apache 2.0 License added upstream, will appear in next release # https://github.com/mikeal/tunnel-agent/blob/master/LICENSE @@ -12,6 +12,7 @@ URL: https://github.com/mikeal/tunnel-agent Source0: http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch BuildRequires: nodejs-devel @@ -40,6 +41,9 @@ rm -rf %{buildroot} %{nodejs_sitelib}/tunnel-agent %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 0.2.0-3 +- restrict to compatible arches + * Mon Apr 15 2013 T.C. Hollingsworth - 0.2.0-2 - add macro for EPEL6 dependency generation