Accepting request 769480 from home:michel_mno:branches:KDE:Qt:5.14

- Increase PowerPC disk size in _constraints to avoid build failure

OBS-URL: https://build.opensuse.org/request/show/769480
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qt3d?expand=0&rev=10
This commit is contained in:
Fabian Vogt 2020-02-03 09:26:58 +00:00 committed by Git OBS Bridge
parent 444dc78565
commit 5d5f6355b5
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 28 09:29:47 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Increase PowerPC disk size in _constraints to avoid build failure
-------------------------------------------------------------------
Mon Jan 27 13:18:31 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>