From de2c77aa24e8732909df924f424a72305279e89e Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Mon, 16 Oct 2023 22:28:06 +0200 Subject: [PATCH] Require kf6-kguiaddons if compat build --- kf5-kguiaddons.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kf5-kguiaddons.spec b/kf5-kguiaddons.spec index 86bc511..58793e8 100644 --- a/kf5-kguiaddons.spec +++ b/kf5-kguiaddons.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.111.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui License: GPLv2+ and LGPLv2+ @@ -26,6 +26,10 @@ BuildRequires: qt5-qtx11extras-devel Requires: kf5-filesystem >= %{majmin} +%if %{with kf6_compat} +Requires: kf6-%{framework} +%endif + %description KDBusAddons provides convenience classes on top of QtGui. @@ -74,6 +78,9 @@ developing applications that use %{name}. %changelog +* Mon Oct 16 2023 Alessandro Astone - 5.111.0-3 +- Require kf6-kguiaddons if compat build + * Thu Oct 12 2023 Alessandro Astone - 5.111.0-2 - Add KF6 compatibility flag