From 259d0f57fecb135b7c0943d5dacc6457e6c5c666 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 26 Sep 2025 11:53:48 +0800 Subject: [PATCH] Rebuild for loongarch and riscv --- kf5-kwayland.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a4535a2..aff9a26 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global framework kwayland %global wayland_min_version 1.3 @@ -29,6 +29,8 @@ URL: https://cgit.kde.org/%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +ExcludeArch: x86_64 aarch64 loongarch64 + BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel @@ -114,6 +116,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Sep 26 2025 mgb01105731 - 5.68.0-1.5.4 +- Rebuild for riscv + * Tue Nov 07 2023 yangxianzhao - 5.68.0-1.5.3 - rebuild for qt -- Gitee