From b22fd5e5937abd6ebb4ad4af8ae67280948527bb Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: [PATCH] Build arch is noarch

---
 runtime-bootstrap/mingw-runtime-bootstrap.spec | 2 ++
 w32api-bootstrap/mingw-w32api-bootstrap.spec   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/runtime-bootstrap/mingw-runtime-bootstrap.spec b/runtime-bootstrap/mingw-runtime-bootstrap.spec
index 0adcd5c..c83fdc5 100644
--- a/runtime-bootstrap/mingw-runtime-bootstrap.spec
+++ b/runtime-bootstrap/mingw-runtime-bootstrap.spec
@@ -18,6 +18,8 @@ Source0:        http://dl.sourceforge.net/sourceforge/mingw/mingw-runtime-%{runt
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildArch:	noarch
+
 Provides:       mingw-runtime = %{runtime_version}
 
 
diff --git a/w32api-bootstrap/mingw-w32api-bootstrap.spec b/w32api-bootstrap/mingw-w32api-bootstrap.spec
index aa2a8ec..2194f47 100644
--- a/w32api-bootstrap/mingw-w32api-bootstrap.spec
+++ b/w32api-bootstrap/mingw-w32api-bootstrap.spec
@@ -18,6 +18,8 @@ Source0:        http://dl.sourceforge.net/sourceforge/mingw/w32api-%{w32api_vers
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildArch:	noarch
+
 Provides:       mingw-w32api = %{w32api_version}
 
 
-- 
1.8.3.1