From 4b303d643b1fe8ce940e5bcd5fdc3f4ab920db4d Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 12 Jul 2022 23:28:19 +0200 Subject: [PATCH] fix: resolve plasma-breeze-devel version dependency --- plasma-workspace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index f1dbb32..ac9535c 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -182,7 +182,11 @@ BuildRequires: qt5-qtbase-static BuildRequires: kuserfeedback-devel BuildRequires: plasma-wayland-protocols-devel -BuildRequires: plasma-breeze-devel >= %{version} +# Commented out and hardcoded on the next line exclusively due to a re-spin +# with an extra .1 in the version +# Revert when possible (possibly on the next plasma-workspace release) +#BuildRequires: plasma-breeze-devel >= %{version} +BuildRequires: plasma-breeze-devel >= 5.25.3 BuildRequires: chrpath BuildRequires: desktop-file-utils