[nodejs-uid-number] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:15:41 UTC 2013


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

    restrict to compatible arches

 nodejs-uid-number.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-uid-number.spec b/nodejs-uid-number.spec
index cd456ce..343da68 100644
--- a/nodejs-uid-number.spec
+++ b/nodejs-uid-number.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-uid-number
 Version:    0.0.3
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    Convert a username/group name to a UID/GID number
 License:    BSD
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/uid-number
 Source0:    http://registry.npmjs.org/uid-number/-/uid-number-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -41,6 +42,9 @@ rm -rf %{buildroot}
 %doc README.md LICENCE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-7
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-6
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list