devel/kvm kvm-63-defaults.patch, NONE, 1.1 kvm.spec, 1.47, 1.48 kvm-62-defaults.patch, 1.1, NONE

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri Mar 7 16:19:33 UTC 2008


Author: katzj

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

Modified Files:
	kvm.spec 
Added Files:
	kvm-63-defaults.patch 
Removed Files:
	kvm-62-defaults.patch 
Log Message:
* Fri Mar  7 2008 Jeremy Katz <katzj at redhat.com> - 63-2
- Fix the build


kvm-63-defaults.patch:

--- NEW FILE kvm-63-defaults.patch ---
diff -up kvm-63/qemu/vl.c.orig kvm-63/qemu/vl.c
--- kvm-63/qemu/vl.c.orig	2008-03-04 03:50:44.000000000 -0500
+++ kvm-63/qemu/vl.c	2008-03-07 11:18:10.000000000 -0500
@@ -191,8 +191,8 @@ NICInfo nd_table[MAX_NICS];
 int vm_running;
 static int rtc_utc = 1;
 static int rtc_date_offset = -1; /* -1 means no change */
-int cirrus_vga_enabled = 1;
-int vmsvga_enabled = 0;
+int cirrus_vga_enabled = 0;
+int vmsvga_enabled = 1;
 #ifdef TARGET_SPARC
 int graphic_width = 1024;
 int graphic_height = 768;


Index: kvm.spec
===================================================================
RCS file: /cvs/pkgs/devel/kvm/kvm.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- kvm.spec	5 Mar 2008 19:19:56 -0000	1.47
+++ kvm.spec	7 Mar 2008 16:18:54 -0000	1.48
@@ -1,13 +1,13 @@
 Summary: Kernel-based Virtual Machine
 Name: kvm
 Version: 63
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://%{name}.sf.net
 Source0: http://download.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Source1: %{name}.modules
-Patch0: kvm-62-defaults.patch
+Patch0: kvm-63-defaults.patch
 Patch1: %{name}-bootmenu.patch
 Patch2: %{name}-62-block-rw-range-check.patch
 Patch3: %{name}-62-e1000-default.patch
@@ -97,6 +97,9 @@
 %{_sysconfdir}/sysconfig/modules/%{name}.modules
 
 %changelog
+* Fri Mar  7 2008 Jeremy Katz <katzj at redhat.com> - 63-2
+- Fix the build
+
 * Wed Mar  5 2008 Jeremy Katz <katzj at redhat.com> - 63-1
 - Update to kvm-63
 


--- kvm-62-defaults.patch DELETED ---




More information about the fedora-extras-commits mailing list