From 9f4d9e55af754a43ae2348cc7ba5ad4aa0af043f Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 23 2013 02:33:03 +0000 Subject: restrict to compatible arches --- diff --git a/nodejs-asn1.spec b/nodejs-asn1.spec index cffa7fa..f9d6fe4 100644 --- a/nodejs-asn1.spec +++ b/nodejs-asn1.spec @@ -2,9 +2,10 @@ Name: nodejs-asn1 Version: 0.1.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Contains parsers and serializers for ASN.1 (currently BER only) BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch Group: System Environment/Libraries License: MIT @@ -53,6 +54,9 @@ rm -rf %buildroot %doc LICENSE README.md %changelog +* Sun Jun 23 2013 T.C. Hollingsworth - 0.1.11-3 +- restrict to compatible arches + * Fri Jun 21 2013 T.C. Hollingsworth - 0.1.11-2 - improve description