rpms/vhostmd/devel vhostmd.spec,1.17,1.18 vhostmd.sysconfig,1.3,1.4

Richard W.M. Jones rjones at fedoraproject.org
Fri Jul 23 10:48:05 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/vhostmd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27254

Modified Files:
	vhostmd.spec vhostmd.sysconfig 
Log Message:
/etc/sysconfig/vhostmd: Default to KVM.


Index: vhostmd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vhostmd/devel/vhostmd.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- vhostmd.spec	13 Jul 2010 06:43:28 -0000	1.17
+++ vhostmd.spec	23 Jul 2010 10:48:04 -0000	1.18
@@ -8,7 +8,7 @@
 Summary:       Virtualization host metrics daemon
 Name:          vhostmd
 Version:       0.4
-Release:       10%{?dist}
+Release:       11%{?dist}
 License:       GPLv2+
 Group:         System Environment/Daemons
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -188,6 +188,9 @@ exit 0
 
 
 %changelog
+* Fri Jul 23 2010 Richard W.M. Jones <rjones at redhat.com> - 0.4-11
+- /etc/sysconfig/vhostmd: Default to KVM.
+
 * Tue Jul 13 2010 Richard W.M. Jones <rjones at redhat.com> - 0.4-10
 - Patch Makefile.in directly so we don't need to run autotools.
 


Index: vhostmd.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/vhostmd/devel/vhostmd.sysconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- vhostmd.sysconfig	17 Nov 2009 11:16:24 -0000	1.3
+++ vhostmd.sysconfig	23 Jul 2010 10:48:04 -0000	1.4
@@ -8,7 +8,7 @@
 VHOSTMD_USER=vhostmd
 
 # Set the libvirt URI.
-# Uncomment one of these to force KVM or Xen, otherwise libvirt
-# will try to choose a suitable default.
-#VHOSTMD_URI=qemu:///system
+# Choose between KVM and Xen here.  If both are commented out then
+# the libvirt default URI will be used.
+VHOSTMD_URI=qemu:///system
 #VHOSTMD_URI=xen:///



More information about the scm-commits mailing list