From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Sun, 20 Dec 2009 13:17:50 +0000 (+0000)
Subject: somehow rpm on f12 thinks this has arch-dependant stuff
X-Git-Tag: nodeconfig-4.3-7~5
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e4dcfc2d665203e039cf6c106310e86163688f34;p=nodeconfig.git

somehow rpm on f12 thinks this has arch-dependant stuff
probably has to do with uudecode.gz, which is probably not needed anymore
---

diff --git a/nodeconfig.spec b/nodeconfig.spec
index bf0eb5b..9a60ffb 100644
--- a/nodeconfig.spec
+++ b/nodeconfig.spec
@@ -17,7 +17,8 @@ License: PlanetLab
 Group: System Environment/Daemons
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildArch: noarch
+# cannot do this as of f12
+#BuildArch: noarch
 
 Vendor: PlanetLab
 Packager: PlanetLab Central <support@planet-lab.org>