Require kf6-baloo if compat build

epel9
Alessandro Astone 1 year ago
parent 22bc5b2661
commit c75228fd5a

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

Loading…
Cancel
Save