Accepting request 354829 from home:a_faerber:branches:Virtualization

Update to 2.5.0

OBS-URL: https://build.opensuse.org/request/show/354829
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=284
This commit is contained in:
Andreas Färber
2016-01-19 18:31:32 +00:00
committed by Git OBS Bridge
parent 68d88d1acc
commit 7a2fa5fa4f
60 changed files with 418 additions and 3177 deletions

View File

@@ -11,8 +11,8 @@
GIT_TREE=git://github.com/openSUSE/qemu.git
GIT_LOCAL_TREE=~/git/qemu-opensuse
GIT_BRANCH=opensuse-2.4
GIT_UPSTREAM_TAG=v2.4.0
GIT_BRANCH=opensuse-2.5
GIT_UPSTREAM_TAG=v2.5.0
GIT_DIR=/dev/shm/qemu-factory-git-dir
CMP_DIR=/dev/shm/qemu-factory-cmp-dir
@@ -87,7 +87,7 @@ rm -rf $GIT_DIR
echo " ${i##*/}" >> qemu.changes.added
done
for package in qemu qemu-linux-user libcacard; do
for package in qemu qemu-linux-user; do
while IFS= read -r line; do
if [ "$line" = "PATCH_FILES" ]; then
for i in 0???-*.patch; do