From 0c81f31e9e7eb5cd8384ffcffeb6afd381cbf8f7 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 22 2013 23:49:14 +0000 Subject: restrict to compatible arches --- diff --git a/nodejs-once.spec b/nodejs-once.spec index 37a35aa..9fdacd1 100644 --- a/nodejs-once.spec +++ b/nodejs-once.spec @@ -2,9 +2,10 @@ Name: nodejs-once Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Run a function exactly one time BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch Group: System Environment/Libraries License: BSD @@ -39,6 +40,9 @@ rm -rf %buildroot %doc LICENSE README.md %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 1.1.1-5 +- restrict to compatible arches + * Mon Apr 15 2013 T.C. Hollingsworth - 1.1.1-4 - add macro for EPEL6 dependency generation