[nodejs-normalize-package-data] restrict to compatible arches

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


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

    restrict to compatible arches

 nodejs-normalize-package-data.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-normalize-package-data.spec b/nodejs-normalize-package-data.spec
index 2ed1849..fb4b94b 100644
--- a/nodejs-normalize-package-data.spec
+++ b/nodejs-normalize-package-data.spec
@@ -2,9 +2,10 @@
 
 Name:           nodejs-normalize-package-data
 Version:        0.1.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Normalizes npm/package.json metadata
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          Development/Libraries
 License:        BSD
@@ -57,5 +58,8 @@ rm -rf %buildroot
 %doc README.md LICENSE AUTHORS
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.6-2
+- restrict to compatible arches
+
 * Sun Jun 02 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.6-1
 - initial package


More information about the scm-commits mailing list