From e921ed0dffd071ea1500e4e61ed461132f1ca600 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Sat, 7 Nov 2015 14:00:59 +0100
Subject: [PATCH] not noarch anymore

---
 bootmanager.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
-- 
2.47.0