e5989d
fix build on non-kvm arches like s390(x)
@@ -98,7 +98,7 @@
|
|
98
98
|
Summary: QEMU is a FAST! processor emulator
|
99
99
|
Name: qemu
|
100
100
|
Version: 1.2.0
|
101
|
-
Release:
|
101
|
+
Release: 15%{?dist}
|
102
102
|
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
103
103
|
Epoch: 2
|
104
104
|
License: GPLv2+ and LGPLv2+ and BSD
|
@@ -801,10 +801,11 @@ dobuild --target-list=%{kvm_target}-softmmu
|
|
801
801
|
--probe-prefix qemu.kvm < ./trace-events > qemu-kvm.stp
|
802
802
|
|
803
803
|
cp -a %{kvm_target}-softmmu/qemu-system-%{kvm_target} qemu-kvm
|
804
|
+
|
805
|
+
make clean
|
804
806
|
%endif
|
805
807
|
|
806
808
|
%if %{without kvmonly}
|
807
|
-
make clean
|
808
809
|
# Build qemu-system-* with consistent default of kvm=off
|
809
810
|
dobuild --target-list="$buildarch" --disable-kvm-options
|
810
811
|
%endif
|
@@ -1224,6 +1225,9 @@ fi
|
|
1224
1225
|
%{_mandir}/man1/qemu-img.1*
|
1225
1226
|
|
1226
1227
|
%changelog
|
1228
|
+
* Thu Oct 18 2012 Dan Horák <dan[at]danny.cz> - 2:1.2.0-15
|
1229
|
+
- fix build on non-kvm arches like s390(x)
|
1230
|
+
|
1227
1231
|
* Wed Oct 17 2012 Paolo Bonzini <pbonzini@redhat.com> - 2:1.2.0-14
|
1228
1232
|
- Change SLOF Requires for the new version number
|
1229
1233
|
|