SHA256
1
0
forked from pool/qemu

Accepting request 144306 from home:a_faerber:branches:Virtualization

Drop memory constraint, it caused issues for ARM build (reported by Dirk)

OBS-URL: https://build.opensuse.org/request/show/144306
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=122
This commit is contained in:
Andreas Färber 2012-12-05 13:34:16 +00:00 committed by Git OBS Bridge
parent b69cf6c416
commit 0d4f607ba7
2 changed files with 5 additions and 7 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 5 13:25:31 UTC 2012 - afaerber@suse.de
- Revert memory size constraint, the workaround patch got applied
-------------------------------------------------------------------
Wed Dec 5 10:37:14 UTC 2012 - afaerber@suse.de