[yast-commit] r45144 - in /trunk/vm: VERSION package/yast2-vm.changes src/VM_XEN.ycp

Author: charlesa Date: Fri Feb 29 21:34:27 2008 New Revision: 45144 URL: http://svn.opensuse.org/viewcvs/yast?rev=45144&view=rev Log: Remove tools-ioemu dependency. This package no longer exists. Modified: trunk/vm/VERSION trunk/vm/package/yast2-vm.changes trunk/vm/src/VM_XEN.ycp Modified: trunk/vm/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/vm/VERSION?rev=45144&r1=45143&r2=... ============================================================================== --- trunk/vm/VERSION (original) +++ trunk/vm/VERSION Fri Feb 29 21:34:27 2008 @@ -1 +1 @@ -2.16.1 +2.16.2 Modified: trunk/vm/package/yast2-vm.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/vm/package/yast2-vm.changes?rev=4... ============================================================================== --- trunk/vm/package/yast2-vm.changes (original) +++ trunk/vm/package/yast2-vm.changes Fri Feb 29 21:34:27 2008 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Feb 29 13:33:20 MST 2008 - carnold@novell.com + +- Remove tools-ioemu dependency. This package no longer exists. + +------------------------------------------------------------------- Mon Dec 10 15:58:16 CET 2007 - lslezak@suse.cz - merged proofread texts (2007-18-23) Modified: trunk/vm/src/VM_XEN.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/vm/src/VM_XEN.ycp?rev=45144&r1=45... ============================================================================== --- trunk/vm/src/VM_XEN.ycp (original) +++ trunk/vm/src/VM_XEN.ycp Fri Feb 29 21:34:27 2008 @@ -178,7 +178,7 @@ if ( isPAEKernel() ) kernel_pkg = "kernel-xenpae"; - list<string> packages = ["xen", "xen-libs", "xen-tools", "xen-tools-ioemu"]; + list<string> packages = ["xen", "xen-libs", "xen-tools"]; packages = add(packages, kernel_pkg); boolean inst_gui = true; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
charlesa@svn.opensuse.org