[nodejs-delayed-stream] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:48:41 UTC 2013


commit 4f38fb42495b7ed187cccd5ca0995f1aac741de8
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:46 2013 -0700

    restrict to compatible arches

 nodejs-delayed-stream.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-delayed-stream.spec b/nodejs-delayed-stream.spec
index fce7d73..942976a 100644
--- a/nodejs-delayed-stream.spec
+++ b/nodejs-delayed-stream.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-delayed-stream
 Version:        0.0.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Buffers events from a stream until you are ready to handle them
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -37,6 +38,9 @@ rm -rf %buildroot
 %doc License Readme.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list