From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Sat, 7 Nov 2015 13:00:59 +0000 (+0100)
Subject: not noarch anymore
X-Git-Tag: bootmanager-5.3-2~4
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e921ed0dffd071ea1500e4e61ed461132f1ca600;p=bootmanager.git

not noarch anymore
---

diff --git a/bootmanager.spec b/bootmanager.spec
index 816ed9d..bfee338 100644
--- a/bootmanager.spec
+++ b/bootmanager.spec
@@ -18,7 +18,10 @@ License: BSD
 Group: System Environment/Base
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildArch: noarch
+# in theory this should be a noarch rpm
+# however because of libc-opendir-hack (which apparently targets f12 bootCDs)
+# this is not true anymore and fedora23 won't let us build this as noarch anymore
+# BuildArch: noarch
 
 Requires: tar, gnupg, sharutils, bzip2
 # need the apache user at install-time