From f2da64025f5c0385a1382d358bfa1923f7a79c1c Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Mon, 16 Oct 2023 23:41:34 +0200 Subject: [PATCH] Fix kf6-kguiaddons requires to be arch-specific --- kf5-kguiaddons.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kguiaddons.spec b/kf5-kguiaddons.spec index 58793e8..0795655 100644 --- a/kf5-kguiaddons.spec +++ b/kf5-kguiaddons.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.111.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui License: GPLv2+ and LGPLv2+ @@ -27,7 +27,7 @@ BuildRequires: qt5-qtx11extras-devel Requires: kf5-filesystem >= %{majmin} %if %{with kf6_compat} -Requires: kf6-%{framework} +Requires: kf6-%{framework}%{?_isa} %endif %description @@ -78,6 +78,9 @@ developing applications that use %{name}. %changelog +* Mon Oct 16 2023 Alessandro Astone - 5.111.0-4 +- Fix kf6-kguiaddons requires to be arch-specific + * Mon Oct 16 2023 Alessandro Astone - 5.111.0-3 - Require kf6-kguiaddons if compat build