From 153ec990508ac7e5518585bf72e25635feeae91d33dbe79ed12f46904c163dfb Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 23 Dec 2020 08:43:44 +0000 Subject: [PATCH] Accepting request 858311 from home:jonaski:branches:multimedia:apps Fix Qt 6 sqlite dependency OBS-URL: https://build.opensuse.org/request/show/858311 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=89 --- strawberry.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strawberry.spec b/strawberry.spec index 8344191..55c4af5 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -82,7 +82,11 @@ BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(sqlite3) >= 3.9 BuildRequires: pkgconfig(taglib) >= 1.11.1 +%if 0%{?suse_version} > 1530 +Requires: qt6-sql-sqlite +%else Requires: libQt5Sql5-sqlite +%endif %description Strawberry is a music player and music collection organizer.