[nodejs-graceful-fs/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 21:55:43 UTC 2013


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

    restrict to compatible arches

 nodejs-graceful-fs.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-graceful-fs.spec b/nodejs-graceful-fs.spec
index e4393df..6f51f68 100644
--- a/nodejs-graceful-fs.spec
+++ b/nodejs-graceful-fs.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-graceful-fs
 Version:    1.2.1
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    'fs' module with incremental back-off on EMFILE
 # The license was previously ambiguous, but the author has now clarified that
 # it is BSD (not MIT).
@@ -14,6 +14,7 @@ Source0:    http://registry.npmjs.org/graceful-fs/-/graceful-fs-%{version}.tgz
 Source1:    LICENSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -47,6 +48,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.1-3
+- restrict to compatible arches
+
 * Mon May 27 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.2.1-2
 - the LICENSE file previously contained the wrong license (MIT), but now
   upstream have fixed it to contain the correct license (BSD) (#967442)


More information about the scm-commits mailing list