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