From 5f988fc161429a814445355edecc9856d84e0b0b Mon Sep 17 00:00:00 2001 From: Hailiang Date: Wed, 23 Apr 2025 10:44:19 +0800 Subject: [PATCH] add sw_64 in macros qt5_qtwebengine_arches (cherry picked from commit 1c575e21142f7b555d2a453a65cc88b7c040e5c7) --- macros.qt5-srpm | 2 +- qt5.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.qt5-srpm b/macros.qt5-srpm index 45e5902..9844dc1 100644 --- a/macros.qt5-srpm +++ b/macros.qt5-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. -%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el riscv64 loongarch32 loongarch64 +%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el riscv64 loongarch32 loongarch64 sw_64 diff --git a/qt5.spec b/qt5.spec index 5349176..efe58e1 100644 --- a/qt5.spec +++ b/qt5.spec @@ -1,6 +1,6 @@ Name: qt5 Version: 5.15.10 -Release: 5 +Release: 6 Summary: Qt5 meta package License: GPLv3 URL: https://getfedora.org/ @@ -93,6 +93,9 @@ echo "- Qt5 devel meta package" > %{buildroot}%{_docdir}/qt5-devel/README %{_rpmconfigdir}/macros.d/macros.qt5-srpm %changelog +* Wed Apr 23 2025 mahailiang - 5.15.10-6 +- add sw_64 in macros qt5_qtwebengine_arches + * Thu Nov 28 2024 Funda Wang - 5.15.10-5 - Redefine qmake binary depending on buildarch at runtime -- Gitee