commit a9098b3c886c666dce69b00236ec9b469fe8125f
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Mon Sep 17 09:48:19 2018 -0500
enable %arm in bootstrap too
qt5-qtwebengine-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 53dc936..9f56d3f 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -113,7 +113,7 @@ Patch23: qtwebengine-everywhere-src-5.10.1-gcc8-alignof.patch
Patch103:
https://git.archlinux.org/svntogit/packages.git/plain/trunk/qtwebengine-f...
%if 0%{?bootstrap}
-ExclusiveArch: %{ix86} x86_64
+ExclusiveArch: %{arm} %{ix86} x86_64
%else
# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches
ExclusiveArch: %{qt5_qtwebengine_arches}
@@ -435,6 +435,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Mon Sep 17 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.1-2
+- enable %%arm in bootstrap too
+
* Thu Sep 13 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.1-1
- enable bootstrap mode, to build only known good/fast archs