Changes of Revision 13
[-] | Changed | vm-install.spec |
x 1
2 # 3 -# spec file for package vm-install (Version 0.2.6) 4 +# spec file for package vm-install (Version 0.2.8) 5 # 6 # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. 7 # This file and all modifications and additions to the pristine 8
9 License: GPL v2 or later 10 Group: System/Emulators/PC 11 AutoReqProv: yes 12 -Version: 0.2.6 13 +Version: 0.2.8 14 Release: 1 15 Summary: Tool to Define a Virtual Machine and Install Its Operating System 16 -Source0: %{name}-0.2.6.tar.bz2 17 +Source0: %{name}-0.2.8.tar.bz2 18 BuildRoot: %{_tmppath}/%{name}-%{version}-build 19 Requires: xen-tools python-urlgrabber libxml2-python 20 %define pysite %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()") 21
22 %{_datadir}/applications/YaST2/vm-install.desktop 23 24 %changelog 25 +* Thu May 08 2008 carnold@novell.com 26 +- bnc#363671 - XEN: problems with i386 hvm 27 +- bnc#380514 - can't install SLED10-SP1. Reverted back to file 28 + until problem with tap:aio is resolved. 29 +- Fixed problem looking up xenpae kernel on SLE11. xenpae was 30 + renamed to just xen. 31 +* Wed Apr 30 2008 carnold@novell.com 32 +- Add keymap support during vm creation - Pat Campbell addition. 33 * Fri Apr 25 2008 carnold@novell.com 34 - Updated language files with current translations. 35 * Fri Apr 11 2008 carnold@suse.de 36 |