diff --git a/kf5-plasma.spec b/kf5-plasma.spec index 700a66b..eca56a9 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -4,7 +4,7 @@ Name: kf5-plasma Version: 5.111.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPLv2+ and LGPLv2+ and BSD @@ -69,6 +69,10 @@ BuildRequires: qt5-qtx11extras-devel Requires: qt5-qtquickcontrols%{?_isa} Requires: qt5-qtquickcontrols2%{?_isa} +%if %{with kf6_compat} +Requires: kf6-plasma +%endif + # https://bugzilla.redhat.com/1293415 Conflicts: kdeplasma-addons < 5.5.0-3 @@ -161,6 +165,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Mon Oct 16 2023 Alessandro Astone - 5.111.0-3 +- Require kf6-plasma if compat build + * Thu Oct 12 2023 Alessandro Astone - 5.111.0-2 - Add KF6 compatibility flag