diff --git a/kf5-baloo.spec b/kf5-baloo.spec index b21fbbc..2241cf8 100644 --- a/kf5-baloo.spec +++ b/kf5-baloo.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality Version: 5.111.0 -Release: 2%{?dist} +Release: 3%{?dist} # libs are LGPL, tools are GPL # KDE e.V. may determine that future LGPL/GPL versions are accepted @@ -99,6 +99,9 @@ Provides: baloo-file = %{version}-%{release} %else Conflicts: baloo-file < 5 %endif +%if %{with kf6_compat} +Requires: kf6-baloo-file%{?_isa} +%endif Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description file %{summary}. @@ -218,6 +221,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Oct 16 2023 Alessandro Astone - 5.111.0-3 +- Require kf6-baloo if compat build + * Thu Oct 12 2023 Alessandro Astone - 5.111.0-2 - Add KF6 compatibility flag