$ git show --format=fuller --patch-with-stat --summary 4571004f6473582ea33529d68a9e4f77fe92f5e8
commit 4571004f6473582ea33529d68a9e4f77fe92f5e8
Author: AngryPenguinPL <angrypenguinpoland@gmail.com>
AuthorDate: Tue Jul 28 18:38:33 2020 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Tue Jul 28 18:38:33 2020 +0200
bump rel, backport from cooker fix for elisa dependency
---
elisa.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/elisa.spec b/elisa.spec
index 247f996..a2199a2 100644
--- a/elisa.spec
+++ b/elisa.spec
@@ -4,7 +4,7 @@ Summary: A powerful media player for Plasma
Name: elisa
Version: 19.12.1
Epoch: 1
-Release: 1
+Release: 2
License: LGPLv2+
Group: Sound
Url: https://community.kde.org/Elisa
@@ -44,6 +44,10 @@ BuildRequires: pkgconfig(Qt5WebSockets)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
Requires: qt5-qtquickcontrols2
+# libvlc5 is not pulled at installation time and if user remove VLC, then Elisa is completly broken. So let's force it (angry)
+# https://forum.openmandriva.org/t/elisa-crash-on-rock/3700/15
+Requires: %{_lib}vlc5
+
%rename %{_lib}%{name}0
%description