SHA256
10
0
forked from pool/luabind

- Add _constraints for 4g memory to not randomly fail

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/luabind?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2017-10-30 14:57:09 +00:00
committed by Git OBS Bridge
parent d77c615f45
commit 5dbd6b563c
2 changed files with 12 additions and 0 deletions

7
_constraints Normal file
View File

@@ -0,0 +1,7 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
</hardware>
</constraints>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 30 14:57:57 UTC 2017 - tchvatal@suse.com
- Add _constraints for 4g memory to not randomly fail
-------------------------------------------------------------------
Sun Sep 10 11:50:34 UTC 2017 - rpm@fthiessen.de