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.
epel9 imports/e9/qt6-6.5.2-3.el9
Yaakov Selkowitz 1 year ago
parent 7b9281eb37
commit 3caf2c6a06

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

@ -1,7 +1,7 @@
Name: qt6
Version: 6.5.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Qt6 meta package
License: GPL-3.0-only
URL: https://getfedora.org/
@ -142,6 +142,9 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

Loading…
Cancel
Save