Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2012-09-14 12:41:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and      /work/SRC/openSUSE:Factory/.vm-install.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vm-install", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes    2012-05-15 
17:42:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes       
2012-09-14 12:41:51.000000000 +0200
@@ -1,0 +2,54 @@
+Tue Sep  4 15:02:41 MDT 2012 - [email protected]
+
+- Change documentation link to suse.com
+
+-------------------------------------------------------------------
+Wed Aug 22 09:30:08 MDT 2012 - [email protected]
+
+- Add for support Open Enterprise Server 11
+- Add support for Windows 8 and Windows Server 2012
+- Add support for Ubuntu 12 (Precise Pangolin)
+- Version 0.6.9
+
+-------------------------------------------------------------------
+Fri Aug 17 15:54:43 MDT 2012 - [email protected]
+
+- bnc#776300 - vm-install does not pass --extra-args in --upgrade
+  mode
+- Version 0.6.8
+
+-------------------------------------------------------------------
+Wed Aug  8 15:34:19 MDT 2012 - [email protected]
+
+- Add a screen resolution option for newer Suse PV VMs
+- Updated language files
+- Version 0.6.7
+
+-------------------------------------------------------------------
+Tue Aug  7 16:08:40 MDT 2012 - [email protected]
+
+- Add support for selecting a host device for PCI/USB passthrough 
+  at VM install time (see reference bnc#768340).
+- Version 0.6.6
+
+-------------------------------------------------------------------
+Thu Jun 28 14:04:03 MDT 2012 - [email protected]
+
+- Add support for defaults file for setting customization
+  variables 
+- Version 0.6.5
+
+-------------------------------------------------------------------
+Fri Jun  8 15:06:54 MDT 2012 - [email protected]
+
+- vmdisks: xm block_attach can return before the hotplugging is 
+  actually complete causing later failure in bootsector check.
+
+-------------------------------------------------------------------
+Thu Jun  7 10:49:17 MDT 2012 - [email protected]
+
+- bnc#762963 - ReaR: Unable to recover a paravirtualized XEN guest
+  vminstall-rear-support.patch
+- Version 0.6.4
+
+-------------------------------------------------------------------

Old:
----
  vm-install-0.6.3.tar.bz2

New:
----
  vm-install-0.6.9.tar.bz2
  vm-install.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vm-install.spec ++++++
--- /var/tmp/diff_new_pack.snw2vQ/_old  2012-09-14 12:41:52.000000000 +0200
+++ /var/tmp/diff_new_pack.snw2vQ/_new  2012-09-14 12:41:52.000000000 +0200
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           vm-install
 Url:            http://developer.novell.com/wiki/index.php/Vm-install
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 # For directory ownership:
 BuildRequires:  yast2
-Version:        0.6.3
+Version:        0.6.9
 Release:        0
 Summary:        Tool to Define a Virtual Machine and Install Its Operating 
System
 License:        GPL-2.0
 Group:          System/Emulators/PC
-Source0:        %{name}-0.6.3.tar.bz2
+Source0:        %{name}-0.6.9.tar.bz2
+Source1:        vm-install.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 Requires:       libvirt python-urlgrabber libxml2-python libvirt-python 
virt-utils udhcp kdump
@@ -66,6 +68,8 @@
 rm -f  $RPM_BUILD_ROOT/%pysite/*.egg-info
 %find_lang xen-vm-install
 %suse_update_desktop_file %{name} X-SuSE-YaST-Virtualization
+mkdir -p $RPM_BUILD_ROOT/etc/default
+install -m644 %SOURCE1 $RPM_BUILD_ROOT/etc/default/vm-install
 
 %clean
 test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf 
$RPM_BUILD_ROOT
@@ -82,5 +86,6 @@
 %pysite/vmdisks
 %{_datadir}/YaST2/clients/vm-install.ycp
 %{_datadir}/applications/YaST2/vm-install.desktop
+%config(noreplace) %{_sysconfdir}/default/vm-install
 
 %changelog

++++++ vm-install-0.6.3.tar.bz2 -> vm-install-0.6.9.tar.bz2 ++++++
++++ 8316 lines of diff (skipped)

++++++ vm-install.conf ++++++
# vm-install customization variables
# /etc/default/vm-install
#

# Location of images for file backed VMs
#XEN_IMAGE_DIR=/var/lib/xen/images
#KVM_IMAGE_DIR=/var/lib/kvm/images

# Location for VM configuration files
#XEN_CONFIG_DIR=/etc/xen/vm/
#KVM_CONFIG_DIR=/etc/kvm/vm/

# Location for the logging file
#XEN_LOG_DIR=/var/log/xen/
#KVM_LOG_DIR=/var/log/kvm/

# Default block device type to use for file backed VMs
# Xen examples: file, tap:aio, tap:qcow
# KVM examples: file, qcow2, qed, vpc
#XEN_FILE_FORMAT_TYPE=file
#KVM_FILE_FORMAT_TYPE=file

# VM Network Installation Source
# The default is the hosts installation source if a linux guest is being 
installed
# Can be a network location or 'pxe'
# For example: NETWORK_INSTALL_SOURCE=ftp://10.10.2.1/install/os12.2/x86_64
#              NETWORK_INSTALL_SOURCE=pxe
#NETWORK_INSTALL_SOURCE=

# VM Graphics Viewer
# Valid options: virt-viewer, vnc, sdl, or text
#GRAPHICS_VIEWER=virt-viewer

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to