[nodejs-buffer-crc32] Restrict to compatible arches

Jamie Nguyen jamielinux at fedoraproject.org
Fri Jul 5 17:17:02 UTC 2013


commit 3af04fadfc501c5ac396a304bd46330c65885ae0
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Jul 5 18:16:32 2013 +0100

    Restrict to compatible arches

 nodejs-buffer-crc32.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-buffer-crc32.spec b/nodejs-buffer-crc32.spec
index 20b034c..560d65c 100644
--- a/nodejs-buffer-crc32.spec
+++ b/nodejs-buffer-crc32.spec
@@ -4,7 +4,7 @@
 
 Name:       nodejs-buffer-crc32
 Version:    0.2.1
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    A pure JavaScript CRC32 algorithm that plays nice with binary data
 License:    MIT
 Group:      System Environment/Libraries
@@ -13,7 +13,9 @@ Source0:    http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-%{version}.tgz
 # License is now in upstream repository:
 # https://github.com/brianloveswords/buffer-crc32/commit/1b7489d304
 Source20:   LICENSE
+
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -59,6 +61,9 @@ cp -pr package.json index.js \
 
 
 %changelog
+* Fri Jul 05 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.1-5
+- restrict to compatible arches
+
 * Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.1-4
 - rebuild for missing npm(buffer-crc32) provides on EL6
 


More information about the scm-commits mailing list