Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
vm-install
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
vm-install.changes
@@ -1,136 +1,4 @@ ------------------------------------------------------------------- -Wed Oct 22 15:38:02 MDT 2008 - carnold@novell.com - -- bnc#437647 - vm-install: cannot change harddisk values, invalid - value of harddisk size - -------------------------------------------------------------------- -Wed Oct 22 11:55:22 MDT 2008 - carnold@novell.com - -- bnc#436899 - Build0075: Cannot create a virtual machine. - -------------------------------------------------------------------- -Wed Oct 22 09:51:40 CEST 2008 - kukuk@suse.de - -- Only build on x86-64 and ix86 - -------------------------------------------------------------------- -Mon Oct 13 16:05:20 MDT 2008 - carnold@novell.com - -- Added fix to look in kernel-base for vmlinuz. - -------------------------------------------------------------------- -Wed Oct 8 11:53:44 MDT 2008 - carnold@novell.com - -- bnc#432743 - vm-install command line parameters not working - correctly. - -------------------------------------------------------------------- -Mon Oct 7 16:44:53 MDT 2008 - carnold@novell.com - -- bnc#432923 - vm-install: Can't change size of a hard disk after - creation. - -------------------------------------------------------------------- -Mon Oct 6 10:10:53 MDT 2008 - carnold@novell.com - -- fate#300964 - Added support for tap:cdrom protocol. - -------------------------------------------------------------------- -Wed Oct 1 15:30:50 MDT 2008 - carnold@novell.com - -- Additional maxmem checks for bnc#259207. - -------------------------------------------------------------------- -Thu Sep 16 16:34:43 MDT 2008 - carnold@novell.com - -- fate#302936 - Allow administrators to configure cpuid data via - vm-install's command line interface. - -------------------------------------------------------------------- -Thu Sep 16 16:34:43 MDT 2008 - carnold@novell.com - -- bnc#259207 - vm-install does not write maxmem parameter into the - configuration file. - -------------------------------------------------------------------- -Thu Sep 12 10:27:43 MDT 2008 - carnold@novell.com - -- bnc#425653 - vm-install resets the os type. - -------------------------------------------------------------------- -Thu Sep 11 15:23:43 MDT 2008 - carnold@novell.com - -- Add virt-viewer as an option to the --graphics-viewer flag. -- Added check to get os type so we can default to the correct one. -- Version 0.3.8 - -------------------------------------------------------------------- -Fri Sep 5 08:08:29 MDT 2008 - carnold@novell.com - -- Use pygrub for some OS installs. Fixed problem with xstransact - in console.py. - -------------------------------------------------------------------- -Tue Aug 26 11:45:31 MDT 2008 - carnold@novell.com - -- Added option to set on_poweroff, on_reboot and on_crash. - -------------------------------------------------------------------- -Wed Aug 20 13:45:31 MDT 2008 - carnold@novell.com - -- Use to qcow2 images and use qemu-img-xen to create them. - -------------------------------------------------------------------- -Mon Aug 19 08:24:28 MDT 2008 - carnold@novell.com - -- bnc#418207 - vm-install missing dependency, libvirt-python -- bnc#414899 - vm-install erroneously reports installation error - when using qcow -- bnc#417494 - python's file chooser dialog changes with - every release, hence this fix. -- Allow virt-viewer to be used as the vm viewer. - -------------------------------------------------------------------- -Mon Aug 4 15:24:28 MDT 2008 - carnold@novell.com - -- Added Wei Kong's PXE boot feature for PV guests. - -------------------------------------------------------------------- -Wed Jul 31 18:02:02 MDT 2008 - carnold@novell.com - -- bnc#245587 - Add drop down to network install source - -------------------------------------------------------------------- -Wed Jul 30 11:37:02 MDT 2008 - carnold@novell.com - -- bnc#268153 - warn about being out of disk space. -- bnc#259994 - Disk size keeps changing back to 4.0 -- bnc#347427 - text mode install does not allow control over the - sparse file option. -- Removed 'type=ioemu' for FV guests. - -------------------------------------------------------------------- -Fri Jul 18 15:45:29 MDT 2008 - carnold@novell.com - -- Allow vm-install to use libvirt calls to acquire guest - information. -- Update protocol menu based on file type selected while browsing. -- Version 0.3.3 - -------------------------------------------------------------------- -Tue Jul 01 11:21:53 MDT 2008 - carnold@novell.com - -- Added --preserve-on-error to keep temporary files, config and - image file around for debugging. - -------------------------------------------------------------------- -Fri May 30 03:36:53 MDT 2008 - carnold@novell.com - -- Added --no-install to allow just a config file to be written. -- Added pull down menu to select various disk protocols. - -------------------------------------------------------------------- Wed May 21 14:24:27 MDT 2008 - carnold@novell.com - Fix broken NetWare install.
[-]
[+]
Changed
vm-install.spec
^
@@ -1,17 +1,10 @@ # -# spec file for package vm-install (Version 0.3.11) +# spec file for package vm-install (Version 0.2.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. # -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -26,13 +19,12 @@ License: GPL v2 or later Group: System/Emulators/PC AutoReqProv: yes -Version: 0.3.11 +Version: 0.2.9 Release: 1 Summary: Tool to Define a Virtual Machine and Install Its Operating System -Source0: %{name}-0.3.11.tar.bz2 +Source0: %{name}-0.2.9.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 x86_64 -Requires: xen-tools python-urlgrabber libxml2-python libvirt-python +Requires: xen-tools python-urlgrabber libxml2-python %define pysite %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()") %description @@ -86,71 +78,6 @@ %{_datadir}/applications/YaST2/vm-install.desktop %changelog -* Wed Oct 22 2008 carnold@novell.com -- bnc#437647 - vm-install: cannot change harddisk values, invalid - value of harddisk size -* Wed Oct 22 2008 carnold@novell.com -- bnc#436899 - Build0075: Cannot create a virtual machine. -* Wed Oct 22 2008 kukuk@suse.de -- Only build on x86-64 and ix86 -* Mon Oct 13 2008 carnold@novell.com -- Added fix to look in kernel-base for vmlinuz. -* Wed Oct 08 2008 carnold@novell.com -- bnc#432743 - vm-install command line parameters not working - correctly. -* Tue Oct 07 2008 carnold@novell.com -- bnc#432923 - vm-install: Can't change size of a hard disk after - creation. -* Mon Oct 06 2008 carnold@novell.com -- fate#300964 - Added support for tap:cdrom protocol. -* Wed Oct 01 2008 carnold@novell.com -- Additional maxmem checks for bnc#259207. -* Tue Sep 16 2008 carnold@novell.com -- fate#302936 - Allow administrators to configure cpuid data via - vm-install's command line interface. -- bnc#259207 - vm-install does not write maxmem parameter into the - configuration file. -* Fri Sep 12 2008 carnold@novell.com -- bnc#425653 - vm-install resets the os type. -* Thu Sep 11 2008 carnold@novell.com -- Add virt-viewer as an option to the --graphics-viewer flag. -- Added check to get os type so we can default to the correct one. -- Version 0.3.8 -* Fri Sep 05 2008 carnold@novell.com -- Use pygrub for some OS installs. Fixed problem with xstransact - in console.py. -* Tue Aug 26 2008 carnold@novell.com -- Added option to set on_poweroff, on_reboot and on_crash. -* Wed Aug 20 2008 carnold@novell.com -- Use to qcow2 images and use qemu-img-xen to create them. -* Tue Aug 19 2008 carnold@novell.com -- bnc#418207 - vm-install missing dependency, libvirt-python -- bnc#414899 - vm-install erroneously reports installation error - when using qcow -- bnc#417494 - python's file chooser dialog changes with - every release, hence this fix. -- Allow virt-viewer to be used as the vm viewer. -* Mon Aug 04 2008 carnold@novell.com -- Added Wei Kong's PXE boot feature for PV guests. -* Thu Jul 31 2008 carnold@novell.com -- bnc#245587 - Add drop down to network install source -* Wed Jul 30 2008 carnold@novell.com -- bnc#268153 - warn about being out of disk space. -- bnc#259994 - Disk size keeps changing back to 4.0 -- bnc#347427 - text mode install does not allow control over the - sparse file option. -- Removed 'type=ioemu' for FV guests. -* Fri Jul 18 2008 carnold@novell.com -- Allow vm-install to use libvirt calls to acquire guest - information. -- Update protocol menu based on file type selected while browsing. -- Version 0.3.3 -* Tue Jul 01 2008 carnold@novell.com -- Added --preserve-on-error to keep temporary files, config and - image file around for debugging. -* Fri May 30 2008 carnold@novell.com -- Added --no-install to allow just a config file to be written. -- Added pull down menu to select various disk protocols. * Wed May 21 2008 carnold@novell.com - Fix broken NetWare install. * Thu May 08 2008 carnold@novell.com