From 60ac46711f45c27969ef3e1f432518c7eacff84caa01cab5e2d264a1af3457f4 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 7 Mar 2022 12:07:32 +0000 Subject: [PATCH] Accepting request 959806 from home:cgiboudeaux:branches:multimedia:apps - Increase the disk size needed to build strawberry on PowerPC. - Remove the unneeded qt6-network-tls requirement. libQt6Network6 already requires the plugin. OBS-URL: https://build.opensuse.org/request/show/959806 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=103 --- _constraints | 3 ++- strawberry.changes | 7 +++++++ strawberry.spec | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_constraints b/_constraints index 6f34219..7305e61 100644 --- a/_constraints +++ b/_constraints @@ -1,11 +1,12 @@ + ppc64 ppc64le - 4000 + 6000 diff --git a/strawberry.changes b/strawberry.changes index 82bad1d..f9a0053 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 7 08:40:05 UTC 2022 - Christophe Giboudeaux + +- Increase the disk size needed to build strawberry on PowerPC. +- Remove the unneeded qt6-network-tls requirement. + libQt6Network6 already requires the plugin. + ------------------------------------------------------------------- Sun Feb 20 16:05:35 UTC 2022 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 4c3e47e..1cb58f4 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -83,7 +83,6 @@ BuildRequires: pkgconfig(sqlite3) >= 3.9 BuildRequires: pkgconfig(taglib) >= 1.11.1 %if 0%{?suse_version} > 1530 -Requires: qt6-network-tls Requires: qt6-sql-sqlite %else Requires: libQt5Sql5-sqlite