[nodejs-asn1] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:38:15 UTC 2013


commit 673a4722ef1180d60e90931687a5c3ee8d13c0ee
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 19:33:03 2013 -0700

    restrict to compatible arches

 nodejs-asn1.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <tchollingsworth at gmail.com> - 0.1.11-3
+- restrict to compatible arches
+
 * Fri Jun 21 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.11-2
 - improve description
 


More information about the scm-commits mailing list