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
This commit is contained in:
Jonas Kvinge 2022-03-07 12:07:32 +00:00 committed by Git OBS Bridge
parent 9fd6f19426
commit 60ac46711f
3 changed files with 9 additions and 2 deletions

View File

@ -1,11 +1,12 @@
<constraints> <constraints>
<overwrite> <overwrite>
<conditions> <conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch> <arch>ppc64le</arch>
</conditions> </conditions>
<hardware> <hardware>
<disk> <disk>
<size unit="M">4000</size> <size unit="M">6000</size>
</disk> </disk>
</hardware> </hardware>
</overwrite> </overwrite>

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 7 08:40:05 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- 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 <jonaski@opensuse.org> Sun Feb 20 16:05:35 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>

View File

@ -83,7 +83,6 @@ BuildRequires: pkgconfig(sqlite3) >= 3.9
BuildRequires: pkgconfig(taglib) >= 1.11.1 BuildRequires: pkgconfig(taglib) >= 1.11.1
%if 0%{?suse_version} > 1530 %if 0%{?suse_version} > 1530
Requires: qt6-network-tls
Requires: qt6-sql-sqlite Requires: qt6-sql-sqlite
%else %else
Requires: libQt5Sql5-sqlite Requires: libQt5Sql5-sqlite