From c75228fd5a63747ed136d8607f10e0a36992b0f5 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Mon, 16 Oct 2023 23:53:56 +0200 Subject: [PATCH] Require kf6-baloo if compat build --- kf5-baloo.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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