- Fix testsuite on 32bit systems (bsc#957379)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=280
This commit is contained in:
Alexander Graf 2015-12-01 22:04:40 +00:00 committed by Git OBS Bridge
parent 8d45187db7
commit f284428afd
5 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 1 17:17:23 UTC 2015 - agraf@suse.com
- Fix testsuite on 32bit systems (bsc#957379)
-------------------------------------------------------------------
Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de

View File

@ -808,6 +808,9 @@ for conf in default-configs/*-softmmu.mak; do
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
done
# Compile the QOM test binary first, so that ...
make tests/qom-test %{?_smp_mflags} V=1
# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379)
%if 0%{?suse_version} >= 1310
make check-report.html V=1
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 1 17:17:23 UTC 2015 - agraf@suse.com
- Fix testsuite on 32bit systems (bsc#957379)
-------------------------------------------------------------------
Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de

View File

@ -808,6 +808,9 @@ for conf in default-configs/*-softmmu.mak; do
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
done
# Compile the QOM test binary first, so that ...
make tests/qom-test %{?_smp_mflags} V=1
# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379)
%if 0%{?suse_version} >= 1310
make check-report.html V=1
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html

View File

@ -730,6 +730,9 @@ for conf in default-configs/*-softmmu.mak; do
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
done
# Compile the QOM test binary first, so that ...
make tests/qom-test %{?_smp_mflags} V=1
# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379)
%if 0%{?suse_version} >= 1310
make check-report.html V=1
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html