Add KF6 compatibility flag

epel9
Alessandro Astone 1 year ago
parent 13702acba5
commit f9e9d2b9d4

@ -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 <ales.astone@gmail.com> - 5.111.0-3
- Require kf6-plasma if compat build
* Thu Oct 12 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-2
- Add KF6 compatibility flag

Loading…
Cancel
Save