SHA256
1
0
forked from pool/wireshark

Accepting request 811725 from home:michel_mno:branches:network:utilities

- Add _constraints for ppc/ppc64le that need more than 3GB to build

OBS-URL: https://build.opensuse.org/request/show/811725
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=310
This commit is contained in:
Marcus Meissner 2020-06-06 06:49:19 +00:00 committed by Git OBS Bridge
parent 026875df6d
commit ed2997ee82
2 changed files with 19 additions and 0 deletions

14
_constraints Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0"?>
<constraints>
<overwrite>
<conditions>
<arch>ppc</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">5</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 5 08:21:21 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints for ppc/ppc64le that need more than 3GB to build
-------------------------------------------------------------------
Wed May 20 07:57:58 UTC 2020 - Robert Frohl <rfrohl@suse.com>