From 2dd3f3ca4d1916b5bb04219aa5b24ed144aed556 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Mon, 16 Oct 2023 23:38:01 +0200 Subject: [PATCH] Fix kf6-plasma requires to be arch-specific --- kf5-plasma.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-plasma.spec b/kf5-plasma.spec index eca56a9..5077157 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -4,7 +4,7 @@ Name: kf5-plasma Version: 5.111.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPLv2+ and LGPLv2+ and BSD @@ -70,7 +70,7 @@ Requires: qt5-qtquickcontrols%{?_isa} Requires: qt5-qtquickcontrols2%{?_isa} %if %{with kf6_compat} -Requires: kf6-plasma +Requires: kf6-plasma%{?_isa} %endif # https://bugzilla.redhat.com/1293415 @@ -165,6 +165,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Mon Oct 16 2023 Alessandro Astone - 5.111.0-4 +- Fix kf6-plasma requires to be arch-specific + * Mon Oct 16 2023 Alessandro Astone - 5.111.0-3 - Require kf6-plasma if compat build