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