[nodejs/f18] remove %%nodejs_arches macro

T.C. Hollingsworth patches at fedoraproject.org
Mon Apr 1 05:02:03 UTC 2013


commit ab33fe1ceb76df6b084118379e92c2313e87d1aa
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Mar 31 16:49:55 2013 -0700

    remove %%nodejs_arches macro
    
    it will only be useful if it is present in the redhat-rpm-config package

 macros.nodejs |    3 ---
 nodejs.spec   |    2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/macros.nodejs b/macros.nodejs
index 7ce47c7..75393a6 100644
--- a/macros.nodejs
+++ b/macros.nodejs
@@ -22,6 +22,3 @@
 #      `%%nodejs_fixdep frobber '>1.0'` requires frobber > 1.0
 #      `%%nodejs_fixdep -r frobber removes the frobber dep
 %nodejs_fixdep %{_rpmconfigdir}/nodejs-fixdep
-
-# ExclusiveArch listing for dependent packages
-%nodejs_arches %{ix86} x86_64 %{arm}
diff --git a/nodejs.spec b/nodejs.spec
index cd65e18..0d13f5c 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -191,6 +191,8 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 * Sun Mar 31 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.2-1
 - new upstream release 0.10.2
   http://blog.nodejs.org/2013/03/28/node-v0-10-2-stable/
+- remove %%nodejs_arches macro since it will only be useful if it is present in
+  the redhat-rpm-config package
 
 * Fri Mar 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.1-1
 - new upstream release 0.10.1


More information about the scm-commits mailing list