[nodejs-read-installed] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:08:40 UTC 2013


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

    restrict to compatible arches

 nodejs-read-installed.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-read-installed.spec b/nodejs-read-installed.spec
index 169e722..ac07172 100644
--- a/nodejs-read-installed.spec
+++ b/nodejs-read-installed.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-read-installed
 Version:        0.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Returns a tree structure of all installed packages in a folder
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
 License:        BSD
@@ -40,6 +41,9 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.1-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.1-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list