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 9
[-]
[+]
Changed
vm-install.spec
@@ -1,5 +1,5 @@ # -# spec file for package vm-install (Version 0.2.3) +# spec file for package vm-install (Version 0.2.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,6 +10,7 @@ # norootforbuild + Name: vm-install Url: http://developer.novell.com/wiki/index.php/Vm-install BuildRequires: python-devel update-desktop-files @@ -18,10 +19,10 @@ License: GPL v2 or later Group: System/Emulators/PC AutoReqProv: yes -Version: 0.2.3 +Version: 0.2.6 Release: 1 Summary: Tool to Define a Virtual Machine and Install Its Operating System -Source0: %{name}-0.2.3.tar.bz2 +Source0: %{name}-0.2.6.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: xen-tools python-urlgrabber libxml2-python %define pysite %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()") @@ -77,6 +78,15 @@ %{_datadir}/applications/YaST2/vm-install.desktop %changelog +* Fri Apr 25 2008 carnold@novell.com +- Updated language files with current translations. +* Fri Apr 11 2008 carnold@suse.de +- Change default image from file to tap:aio. +* Wed Mar 26 2008 carnold@novell.com +- bnc#373180 - 2 Xen options in Xen don't work from Yast2. +* Fri Feb 29 2008 carnold@suse.de +- Support for pxe booting fully virtualized guests in vm-install is + complete. * Fri Feb 01 2008 carnold@suse.de - Update version to 0.2.3 - Add support for selecting PXE boot as installation source. @@ -86,16 +96,16 @@ - 349280 - vm-install doesn' t allow --nic option with empty string - 353739 - vm-install: starting vm-install with -d option but without size always selects 4.0 GB -* Sat Jan 12 2008 carnold@suse.de +* Fri Jan 11 2008 carnold@suse.de - Enable SMP support by default. -* Fri Oct 12 2007 ccoffing@novell.com +* Thu Oct 11 2007 ccoffing@novell.com - Update version to 0.2.2 - Many fixes to written XML - Store bootloader settings in XML - #330240: Network bridges bridges are not showing up if gnomesu is used to launch virt-manager - #329547: Default disk proposal for openSUSE is too small -* Fri Sep 07 2007 ccoffing@novell.com +* Thu Sep 06 2007 ccoffing@novell.com - #306964: Work around pygtk threading bug - #306383: Fix unreadable linuxrc screen in paravirtual SLES 9 SP4 - rpmlint: don't need BuildRequires: python @@ -109,7 +119,7 @@ - #306383: Set TERM=linux, which works well for both xencons and pvfb - Do not attempt to connect to VNC port if graphics=none - Write out stdvga setting based on cirrus vs vesa -* Thu Aug 30 2007 ccoffing@novell.com +* Wed Aug 29 2007 ccoffing@novell.com - Update translations * Tue Aug 21 2007 ccoffing@novell.com - #278190: adjust max memory to always be >= initial memory @@ -121,7 +131,7 @@ - #300757: Option for Windows XP/2003 (x64) was not displayed - #296083: If vncviewer is not found, prompt user but don't fail - Remove ExclusiveArch -* Sat Aug 04 2007 vm@novell.com +* Fri Aug 03 2007 vm@novell.com - #297472: AttributeError when trying to install FV OS on non-VT * Tue Jul 31 2007 ccoffing@novell.com - #271697: Accept period in VM's name @@ -135,10 +145,10 @@ - #291706: Previous fix had caused sparse to sometimes default off * Mon Jul 16 2007 ccoffing@novell.com - #291706: Allow disk-format-specific options. -* Tue Jul 03 2007 ccoffing@novell.com +* Mon Jul 02 2007 ccoffing@novell.com - Start of VM disk management tool. - Bug fixes and refactoring. -* Sat Jun 23 2007 ccoffing@novell.com +* Fri Jun 22 2007 ccoffing@novell.com - Not noarch; only build on architectures supported by Xen. * Wed Jun 20 2007 ccoffing@novell.com - Moved out of xen-tools