SHA256
1
0
forked from pool/qemu

Accepting request 546543 from home:bfrogers:branches:Virtualization

Remove SDL support for SLE15 usage (still supported for openSUSE, for now) - see fate#324465.
Fix skiboot.lib build issue
Address python compatibility issue.

OBS-URL: https://build.opensuse.org/request/show/546543
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=376
This commit is contained in:
Bruce Rogers
2017-11-29 21:55:00 +00:00
committed by Git OBS Bridge
parent f3591c13dd
commit bd4b26726c
14 changed files with 169 additions and 17 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 29 17:31:26 UTC 2017 - brogers@suse.com
- Avoid ref to /usr/bin/python in vmstate-static-checker.py script
0043-scripts-avoid-usr-bin-python-refere.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.10
-------------------------------------------------------------------
Tue Nov 28 17:55:42 UTC 2017 - brogers@suse.com
- For SLE15, it's been decided to stop providing SDL based graphics
due to packaging constraints. Long ago GTK became the default,
and there is little benefit to providing both. For now, keep it
enabled for openSUSE (Tumblweed and Leap), but consider it marked
deprecated there and if no one complains it will be removed for
openSUSE as well in the near future. (fate#324465)
- Fix problem building skiboot.lid
skiboot-build-LDFLAGS-pass-pie-flag-explicitly-to-ld.patch
-------------------------------------------------------------------
Thu Oct 26 15:25:01 UTC 2017 - lyan@suse.com