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:
parent
9fd6f19426
commit
60ac46711f
@ -1,11 +1,12 @@
|
||||
<constraints>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>ppc64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="M">4000</size>
|
||||
<size unit="M">6000</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user