From 718c24ee4704758592af16c1e49e37b307afd9ac Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 13 Sep 2024 00:41:59 +0200 Subject: [PATCH] spec: Remove Qt 5 specific requires --- dist/unix/strawberry.spec.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dist/unix/strawberry.spec.in b/dist/unix/strawberry.spec.in index b6c60106..6fdd8f58 100644 --- a/dist/unix/strawberry.spec.in +++ b/dist/unix/strawberry.spec.in @@ -71,13 +71,8 @@ BuildRequires: pkgconfig(libvlc) %endif %if 0%{?suse_version} - %if "@QT_VERSION_MAJOR@" == "6" Requires: qt6-sql-sqlite Requires: qt6-network-tls - %endif - %if "@QT_VERSION_MAJOR@" == "5" -Requires: libQt5Sql5-sqlite - %endif %endif %description