- Add _constraints for PowerPC because need more than 8GB disk.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdoc?expand=0&rev=8
This commit is contained in:
Fabian Vogt 2020-05-19 09:46:04 +00:00 committed by Git OBS Bridge
parent d0f012e227
commit 4cddc3f4d0
2 changed files with 18 additions and 0 deletions

13
_constraints Normal file
View File

@ -0,0 +1,13 @@
<constraints>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<disk>
<size unit="G">9</size>
</disk>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 12 16:54:42 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints for PowerPC because need more than 8GB disk.
-------------------------------------------------------------------
Wed May 6 11:37:22 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>