devel/kvm kvm.spec,1.25,1.26

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon Sep 24 18:22:00 UTC 2007


Author: katzj

Update of /cvs/pkgs/devel/kvm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25582

Modified Files:
	kvm.spec 
Log Message:
* Mon Sep 24 2007 Jeremy Katz <katzj at redhat.com> - 36-5
- fix build on x86_64



Index: kvm.spec
===================================================================
RCS file: /cvs/pkgs/devel/kvm/kvm.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- kvm.spec	24 Sep 2007 17:04:47 -0000	1.25
+++ kvm.spec	24 Sep 2007 18:21:27 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Kernel-based Virtual Machine
 Name: kvm
 Version: 36
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2 and LGPLv2
 Group: Development/Tools
 URL: http://kvm.sf.net
@@ -60,9 +60,11 @@
 # manual keeping up of what is in the kvm tree.
 sed -i 's/CFLAGS =/CFLAGS +=/' user/Makefile
 echo "CFLAGS=$RPM_OPT_FLAGS" >> user/config.mak
-make bios
 make %{?_smp_mflags} 
 
+# build the bios, and fix it's makefile
+sed -i 's/gcc -m32/gcc/' bios/Makefile
+make bios
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -93,7 +95,7 @@
 %{_sysconfdir}/sysconfig/modules/kvm.modules
 
 %changelog
-* Mon Sep 24 2007 Jeremy Katz <katzj at redhat.com> - 36-4
+* Mon Sep 24 2007 Jeremy Katz <katzj at redhat.com> - 36-5
 - fix build on x86_64
 
 * Mon Sep 24 2007 Jeremy Katz <katzj at redhat.com> - 36-3




More information about the fedora-extras-commits mailing list