SHA256
1
0
forked from pool/qemu

Accepting request 493037 from home:bfrogers:branches:Virtualization

Fix build issues for some older distros. Also includes fixing broken parts of spec file when not building x86 firmware.

OBS-URL: https://build.opensuse.org/request/show/493037
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=338
This commit is contained in:
Bruce Rogers
2017-05-05 15:05:43 +00:00
committed by Git OBS Bridge
parent 80de822f07
commit fb435f43f3
55 changed files with 212 additions and 96 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 4 20:14:25 UTC 2017 - brogers@suse.com
- Fix building packages for some older distros.
- Further refine our handling of building firmware (or not) for
the various arch's and distro versions we build for. Note that
if we don't build x86 firmware, (eg: x86 Leap 42.1) the upstream
binary blobs are used, which may have migration incompatibilities
with previous versions of qemu provided.
-------------------------------------------------------------------
Thu Apr 27 20:09:38 UTC 2017 - brogers@suse.com