Accepting request 226783 from home:a_faerber:branches:Virtualization

Update to v2.0.0-rc0

OBS-URL: https://build.opensuse.org/request/show/226783
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=192
This commit is contained in:
Bruce Rogers
2014-03-20 00:26:56 +00:00
committed by Git OBS Bridge
parent 66412a9327
commit bda5e43bf5
51 changed files with 367 additions and 663 deletions

View File

@@ -12,8 +12,8 @@
GIT_TREE=git://github.com/openSUSE/qemu.git
GIT_LOCAL_TREE=/home/andreas/QEMU/qemu-opensuse
GIT_BRANCH=opensuse-1.7
GIT_UPSTREAM_TAG=v1.7.0
GIT_BRANCH=opensuse-2.0
GIT_UPSTREAM_TAG=v2.0.0-rc0
QEMU_TMP=/dev/shm/qemu-tmp
# clean up
@@ -36,6 +36,7 @@ else
fi
git checkout $GIT_BRANCH
git format-patch -N $GIT_UPSTREAM_TAG -o "$OSCDIR"
QEMU_VERSION=`cat VERSION`
cd "$OSCDIR"
rm -rf $QEMU_TMP
@@ -62,6 +63,8 @@ for package in qemu qemu-linux-user; do
NUM=${i%%-*}
echo "%patch$NUM -p1"
done
elif [ "$line" = "QEMU_VERSION" ]; then
echo "Version: $QEMU_VERSION"
else
echo "$line"
fi