[nodejs-minimatch] restrict to compatible arches

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


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

    restrict to compatible arches

 nodejs-minimatch.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-minimatch.spec b/nodejs-minimatch.spec
index 60f7ab9..ef1fdc7 100644
--- a/nodejs-minimatch.spec
+++ b/nodejs-minimatch.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-minimatch
 Version:    0.2.12
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    JavaScript glob matcher
 License:    MIT
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/minimatch
 Source0:    http://registry.npmjs.org/minimatch/-/minimatch-%{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 LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.12-2
+- restrict to compatible arches
+
 * Sat May 25 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.12-1
 - update to upstream release 0.2.12
 


More information about the scm-commits mailing list