SHA256
1
0
forked from pool/kst

Accepting request 822023 from home:michel_mno:branches:KDE:Extra

- Add _constraints min disk space for PowerPC to avoid build error

OBS-URL: https://build.opensuse.org/request/show/822023
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kst?expand=0&rev=23
This commit is contained in:
Christophe Giboudeaux 2020-07-21 10:29:46 +00:00 committed by Git OBS Bridge
parent 14dd68068d
commit acf8290ca2
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="M">5100</size>
</disk>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 21 07:34:52 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints min disk space for PowerPC to avoid build error
-------------------------------------------------------------------
Thu Jan 16 10:58:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>