[nodejs-mute-stream] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:58:16 UTC 2013


commit ab5d36fe9e0e32c2eb6889c24fcb16229441e023
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:49:05 2013 -0700

    restrict to compatible arches

 nodejs-mute-stream.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-mute-stream.spec b/nodejs-mute-stream.spec
index 594f7d0..b6fda3a 100644
--- a/nodejs-mute-stream.spec
+++ b/nodejs-mute-stream.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-mute-stream
 Version:        0.0.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Basic pass-through stream, but when muted, the bytes are dropped
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -38,6 +39,9 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-6
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-5
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list