[nodejs-combined-stream] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:45:06 UTC 2013


commit 1a35530a16c40bd57050d99d0ecacc47432bc907
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:41 2013 -0700

    restrict to compatible arches

 nodejs-combined-stream.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-combined-stream.spec b/nodejs-combined-stream.spec
index 8ae4e4c..e0ebf90 100644
--- a/nodejs-combined-stream.spec
+++ b/nodejs-combined-stream.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-combined-stream
 Version:        0.0.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A stream that emits multiple other streams one after another
 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.4-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.4-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list