Hello community, here is the log from the commit of package vm-install for openSUSE:Factory checked in at 2020-10-20 16:12:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vm-install (Old) and /work/SRC/openSUSE:Factory/.vm-install.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vm-install" Tue Oct 20 16:12:26 2020 rev:170 rq:842627 version:0.10.08 Changes: -------- --- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes 2020-02-13 10:13:59.628426206 +0100 +++ /work/SRC/openSUSE:Factory/.vm-install.new.3486/vm-install.changes 2020-10-20 16:21:42.662330868 +0200 @@ -1,0 +2,6 @@ +Mon Oct 19 08:40:01 UTC 2020 - Franz Sirl <[email protected]> + +- Don't forget --extra-args when using --upgrade. + vm-install-extra-args.patch + +------------------------------------------------------------------- New: ---- vm-install-extra-args.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vm-install.spec ++++++ --- /var/tmp/diff_new_pack.w0VlWK/_old 2020-10-20 16:21:43.410331223 +0200 +++ /var/tmp/diff_new_pack.w0VlWK/_new 2020-10-20 16:21:43.410331223 +0200 @@ -1,7 +1,7 @@ # # spec file for package vm-install # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,7 +20,7 @@ %if %suse_version <= 1230 %define with_vminstall_as_default_installer 1 %endif -Url: http://developer.novell.com/wiki/index.php/Vm-install +URL: http://developer.novell.com/wiki/index.php/Vm-install BuildRequires: python3-devel %if %{?with_vminstall_as_default_installer}0 BuildRequires: update-desktop-files @@ -30,10 +30,11 @@ Version: 0.10.08 Release: 0 Summary: Tool to Define a Virtual Machine and Install Its Operating System -License: GPL-2.0 +License: GPL-2.0-only Group: System/Emulators/PC Source0: %{name}-0.10.08.tar.bz2 Source1: vm-install.conf +Patch1: vm-install-extra-args.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: kdump Requires: python3-dbus-python @@ -80,6 +81,7 @@ %prep %setup -q +%patch1 -p1 %build ++++++ vm-install-extra-args.patch ++++++ --- vm-install-0.10.08/src/vminstall/gtk/interface.py.orig 2018-02-07 22:19:13.103413935 +0100 +++ vm-install-0.10.08/src/vminstall/gtk/interface.py 2020-10-19 10:32:06.503732456 +0200 @@ -1460,7 +1460,7 @@ self._exc_box(VmError(err=VmError.E_VM_RUNNING)) return if self.options.os_type in ('sles12', 'sled12', 'sles15', 'sled15'): - self.options.extra_args = "upgrade=1" + self.options.extra_args += " upgrade=1" # Initialize the internal data from the config file. Do this before calling calculate try: vminstall.options.initialize_vm_from_config_file(self.options, vm_name)
