From 650e198258ccf65276078076bec58c9d45651655 Mon Sep 17 00:00:00 2001 From: laokz Date: Mon, 27 May 2024 12:03:59 +0800 Subject: [PATCH] add riscv64 to %qt5-srpm-macros (cherry picked from commit 5cafecf49e4ad78b235df3918462f2e8c2e57b6f) --- 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 632755c..7fab15e 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 +%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el riscv64 diff --git a/qt5.spec b/qt5.spec index 3129bcf..cb02443 100644 --- a/qt5.spec +++ b/qt5.spec @@ -1,6 +1,6 @@ Name: qt5 Version: 5.15.2 -Release: 1 +Release: 2 Summary: Qt5 meta package License: GPLv3 URL: https://getfedora.org/ @@ -90,6 +90,9 @@ echo "- Qt5 devel meta package" > %{buildroot}%{_docdir}/qt5-devel/README %{_rpmconfigdir}/macros.d/macros.qt5-srpm %changelog +* Mon May 27 2024 laokz - 5.15.2-2 +- add riscv64 to %qt5-srpm-macros + * Tue Feb 2 2021 jinzhimin - 5.15.2-1 - update to 5.15.2 -- Gitee