[fedora-virt-maint] rpms/qemu/devel qemu.spec,1.110,1.111

Mark McLoughlin markmc at fedoraproject.org
Thu Jul 16 11:49:03 UTC 2009


Author: markmc

Update of /cvs/pkgs/rpms/qemu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11238

Modified Files:
	qemu.spec 
Log Message:
Looks like the multiboot option rom does get built on ppc

Also, dump config-host.mak to the build logs for easier debugging



Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -p -r1.110 -r1.111
--- qemu.spec	16 Jul 2009 11:15:53 -0000	1.110
+++ qemu.spec	16 Jul 2009 11:48:33 -0000	1.111
@@ -242,6 +242,11 @@ fi
             --extra-ldflags=$extraldflags \
             --extra-cflags="$RPM_OPT_FLAGS"
 
+echo "config-host.mak contents:"
+echo "==="
+cat config-host.mak
+echo "==="
+
 make V=1 %{?_smp_mflags} $buildldflags
 cp -a x86_64-softmmu/qemu-system-x86_64 qemu-kvm
 make clean
@@ -269,6 +274,11 @@ cd ../../
     --extra-ldflags=$extraldflags \
     --extra-cflags="$RPM_OPT_FLAGS"
 
+echo "config-host.mak contents:"
+echo "==="
+cat config-host.mak
+echo "==="
+
 make V=1 %{?_smp_mflags} $buildldflags
 
 %install
@@ -400,6 +410,7 @@ fi
 %{_bindir}/qemu
 %{_bindir}/qemu-system-x86_64
 %{_datadir}/%{name}/bios.bin
+%{_datadir}/%{name}/multiboot.bin
 %{_datadir}/%{name}/vgabios.bin
 %{_datadir}/%{name}/vgabios-cirrus.bin
 %{_datadir}/%{name}/pxe-e1000.bin
@@ -409,7 +420,6 @@ fi
 %{_datadir}/%{name}/pxe-ne2k_pci.bin
 %ifarch %{ix86} x86_64
 %{_datadir}/%{name}/extboot.bin
-%{_datadir}/%{name}/multiboot.bin
 %{_bindir}/qemu-kvm
 %{_sysconfdir}/sysconfig/modules/kvm.modules
 %{_sysconfdir}/udev/rules.d/80-kvm.rules




More information about the Fedora-virt-maint mailing list