SHA256
1
0
forked from pool/Mesa

Accepting request 566887 from home:michel_mno:branches:X11:XOrg

- Add _constraints to select 6G disk for PowerPC
  to avoid cpio: write error on obs-power8-05 workers boo#1076325

OBS-URL: https://build.opensuse.org/request/show/566887
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=681
This commit is contained in:
Stefan Dirsch 2018-01-18 08:36:05 +00:00 committed by Git OBS Bridge
parent 9c8f07a415
commit 5429019dc8
3 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com
- Add _constraints to select 6G disk for PowerPC
to avoid cpio: write error on obs-power8-05 workers boo#1076325
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com
- Add _constraints to select 6G disk for PowerPC
to avoid cpio: write error on obs-power8-05 workers boo#1076325
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com

14
_constraints Normal file
View File

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