Accepting request 243855 from home:coolo:branches:openSUSE:Factory

- build libcaca from a different spec file to avoid cycles with
  spice

OBS-URL: https://build.opensuse.org/request/show/243855
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=224
This commit is contained in:
Andreas Färber
2014-08-21 12:43:30 +00:00
committed by Git OBS Bridge
parent 2610b7e59f
commit 671d76ae78
15 changed files with 2135 additions and 221 deletions

View File

@@ -12,7 +12,7 @@
GIT_TREE=git://github.com/openSUSE/qemu.git
GIT_LOCAL_TREE=~/git/qemu-opensuse
GIT_BRANCH=opensuse-2.1
GIT_UPSTREAM_TAG=v2.1.0-rc3
GIT_UPSTREAM_TAG=v2.1.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; do
for package in qemu qemu-linux-user libcacard; do
while IFS= read -r line; do
if [ "$line" = "PATCH_FILES" ]; then
for i in 0???-*.patch; do