[nodejs-couch-login] restrict to compatible arches

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


commit 0074a2beb2cc584be7f15beb74d498ab13f0fd07
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:44 2013 -0700

    restrict to compatible arches

 nodejs-couch-login.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-couch-login.spec b/nodejs-couch-login.spec
index efd4487..fd6c86c 100644
--- a/nodejs-couch-login.spec
+++ b/nodejs-couch-login.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-couch-login
 Version:        0.1.15
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A module for doing logged-in requests to a couchdb server
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -39,6 +40,9 @@ rm -rf %buildroot
 %doc README.md LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.15-5
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.15-4
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list