SHA256
1
0
forked from pool/bitcoin

Accepting request 822521 from home:michel_mno:branches:network:cryptocurrencies

- Add 7GB min disk space and change memory setting to physicalmemory
  in existing _constraints file

OBS-URL: https://build.opensuse.org/request/show/822521
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=34
This commit is contained in:
Martin Pluskal 2020-07-24 06:21:22 +00:00 committed by Git OBS Bridge
parent e0ffd9de84
commit 41dd6ae7be
2 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,10 @@
<constraints>
<hardware>
<memory>
<physicalmemory>
<size unit="M">4086</size>
</memory>
</physicalmemory>
<disk>
<size unit="G">7</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 24 04:46:06 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add 7GB min disk space and change memory setting to physicalmemory
in existing _constraints file
-------------------------------------------------------------------
Wed Jun 17 11:57:34 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>