[nodejs-tar/el6] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 22:06:54 UTC 2013


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

    restrict to compatible arches

 nodejs-tar.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-tar.spec b/nodejs-tar.spec
index e0fe314..426750b 100644
--- a/nodejs-tar.spec
+++ b/nodejs-tar.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-tar
 Version:    0.1.17
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Tar for Node.js
 License:    BSD
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/isaacs/node-tar
 Source0:    http://registry.npmjs.org/tar/-/tar-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -39,6 +40,9 @@ rm -rf %{buildroot}
 %doc README.md examples LICENCE
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.17-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.17-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list