[nodejs-graceful-fs] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:52:29 UTC 2013


commit 4b9204d6df5786749e42d8325e26f5248370455b
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:54 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..40f6c09 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: %{nodejs_arches} 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