From 3caf2c6a0645fda175a55398a088efb74c28b110 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 5 Sep 2023 14:09:40 -0400 Subject: [PATCH] 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. --- macros.qt6-srpm | 2 +- qt6.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.qt6-srpm b/macros.qt6-srpm index 2ba69e0..cab54c6 100644 --- a/macros.qt6-srpm +++ b/macros.qt6-srpm @@ -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 diff --git a/qt6.spec b/qt6.spec index 8c60715..13ece2a 100644 --- a/qt6.spec +++ b/qt6.spec @@ -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 - 6.5.2-3 +- Fix %%qt6_qtwebengine_arches + * Fri Jul 21 2023 Fedora Release Engineering - 6.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild