[nodejs-sigmund] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:13:07 UTC 2013


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

    restrict to compatible arches

 nodejs-sigmund.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-sigmund.spec b/nodejs-sigmund.spec
index 2a15d65..7d9ccd4 100644
--- a/nodejs-sigmund.spec
+++ b/nodejs-sigmund.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-sigmund
 Version:        1.0.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Quick and dirty signatures for Objects
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -40,6 +41,9 @@ rm -rf %buildroot
 %doc LICENSE README.md bench.js
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list