From 651757a9aa5412a3f7e958d82efb9b82d2b2380f Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Tue, 17 Oct 2023 00:08:03 +0200 Subject: [PATCH] Require kf6-kglobalaccel if compat build --- kf5-kglobalaccel.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kf5-kglobalaccel.spec b/kf5-kglobalaccel.spec index b37c3a2..32b3a6b 100644 --- a/kf5-kglobalaccel.spec +++ b/kf5-kglobalaccel.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.111.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module for global shortcuts License: LGPLv2+ @@ -40,6 +40,10 @@ BuildRequires: libxcb-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} +%if %{with kf6_compat} +Requires: kf6-%{framework}%{?_isa} +%endif + %description %{summary}. @@ -108,6 +112,9 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service %changelog +* Mon Oct 16 2023 Alessandro Astone - 5.111.0-3 +- Require kf6-kglobalaccel if compat build + * Thu Oct 12 2023 Alessandro Astone - 5.111.0-2 - Backport patch for KF6 coinstallability