From b07888b0536d50cd58399b880bda96123184cdd5 Mon Sep 17 00:00:00 2001 From: wenxin Date: Thu, 9 Apr 2026 11:59:27 +0800 Subject: [PATCH] [Bug] Rebuild for compatibility, security, and dependency resolution. --- qt5-qtwebengine.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index d1dfeb9..cc2406a 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global qt_module qtwebengine %global _hardened_build 1 @@ -368,6 +368,8 @@ Conflicts: qt5-qtwebengine-freeworld < 5.15.2-2 BuildRequires: devtoolset-7-toolchain %endif +ExcludeArch: loongarch64 + %description %{summary}. @@ -678,6 +680,10 @@ done %changelog +* Thu Apr 09 2026 wenxin - 5.15.12-5.4 +- Rebuild for compatibility, security, and dependency resolution. + + * Tue Nov 07 2023 yangxianzhao - 5.15.12-5.3 - rebuild for qt -- Gitee