From 673a4722ef1180d60e90931687a5c3ee8d13c0ee 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..b01e2c4 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: %{nodejs_arches} 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