Hello community, here is the log from the commit of package vm-install for openSUSE:Factory checked in at 2018-01-28 20:32:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vm-install (Old) and /work/SRC/openSUSE:Factory/.vm-install.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vm-install" Sun Jan 28 20:32:29 2018 rev:162 rq:570151 version:0.10.01 Changes: -------- --- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes 2017-10-13 14:18:41.241370224 +0200 +++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes 2018-01-28 20:33:36.182386086 +0100 @@ -1,0 +2,7 @@ +Fri Jan 26 15:42:26 MST 2018 - [email protected] + +- Full conversion of source to python3 from python2. (bsc#1047602) +- Graphical components now require Gtk3 +- Version 0.10.01 + +------------------------------------------------------------------- Old: ---- vm-install-0.9.04.tar.bz2 New: ---- vm-install-0.10.01.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vm-install.spec ++++++ --- /var/tmp/diff_new_pack.G5pPgi/_old 2018-01-28 20:33:36.794357500 +0100 +++ /var/tmp/diff_new_pack.G5pPgi/_new 2018-01-28 20:33:36.798357313 +0100 @@ -1,7 +1,7 @@ # # spec file for package vm-install # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,26 +21,25 @@ %define with_vminstall_as_default_installer 1 %endif Url: http://developer.novell.com/wiki/index.php/Vm-install -#BuildRequires: python3-devel -BuildRequires: python-devel +BuildRequires: python3-devel %if %{?with_vminstall_as_default_installer}0 BuildRequires: update-desktop-files %endif # For directory ownership: BuildRequires: yast2 -Version: 0.9.04 +Version: 0.10.01 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.9.04.tar.bz2 +Source0: %{name}-0.10.01.tar.bz2 Source1: vm-install.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: dbus-1-python Requires: kdump -Requires: libvirt-python -Requires: libxml2-python -Requires: python-urlgrabber +Requires: python3-dbus-python +Requires: python3-libvirt-python +Requires: python3-libxml2-python +Requires: python3-pycurl %if %suse_version > 1230 Requires: qemu-tools %else @@ -52,9 +51,8 @@ %endif Requires: usbutils Requires: tftp(client) -#%define pysite %(python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())") -%define pysite %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()") -Recommends: python-gtk +%define pysite %(python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())") +Recommends: python3-gobject %description vm-install can define a Xen virtual machine, and cause an operating ++++++ vm-install-0.9.04.tar.bz2 -> vm-install-0.10.01.tar.bz2 ++++++ ++++ 22119 lines of diff (skipped)
