Fix %qt6_qtwebengine_arches

Make this match the ExclusiveArch tag of qt6-qtwebengine.  QtWebEngine
cannot be built (natively) for 32-bit arches, and MIPS is obsolete.
This commit is contained in:
Yaakov Selkowitz 2023-09-05 14:09:40 -04:00
parent 7b9281eb37
commit 3caf2c6a06
2 changed files with 5 additions and 2 deletions

View File

@ -5,5 +5,5 @@
# # If you cannot get this package to build on your secondary architecure, please: # # If you cannot get this package to build on your secondary architecure, please:
# # * remove your architecture from this list AND # # * remove your architecture from this list AND
# # * put #1298011 onto your ExcludeArch tracker. # # * put #1298011 onto your ExcludeArch tracker.
%qt6_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el %qt6_qtwebengine_arches x86_64 aarch64

View File

@ -1,7 +1,7 @@
Name: qt6 Name: qt6
Version: 6.5.2 Version: 6.5.2
Release: 2%{?dist} Release: 3%{?dist}
Summary: Qt6 meta package Summary: Qt6 meta package
License: GPL-3.0-only License: GPL-3.0-only
URL: https://getfedora.org/ URL: https://getfedora.org/
@ -142,6 +142,9 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README
%changelog %changelog
* Tue Sep 05 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 6.5.2-3
- Fix %%qt6_qtwebengine_arches
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.2-2 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild