Hello community, here is the log from the commit of package yast2-vm for openSUSE:Factory checked in at 2017-04-12 17:08:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old) and /work/SRC/openSUSE:Factory/.yast2-vm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-vm" Wed Apr 12 17:08:47 2017 rev:74 rq:483785 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes 2017-03-05 17:52:40.584015414 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes 2017-04-12 17:08:48.934119818 +0200 @@ -1,0 +2,7 @@ +Wed Mar 29 10:24:09 UTC 2017 - [email protected] + +- bnc#1026027 + - dropped calls to insserv +- 3.2.1 + +------------------------------------------------------------------- Old: ---- yast2-vm-3.2.0.tar.bz2 New: ---- yast2-vm-3.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.JpVm0M/_old 2017-04-12 17:08:49.801996960 +0200 +++ /var/tmp/diff_new_pack.JpVm0M/_new 2017-04-12 17:08:49.805996394 +0200 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.2.0 +Version: 3.2.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-vm-3.2.0.tar.bz2 -> yast2-vm-3.2.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.2.0/package/yast2-vm.changes new/yast2-vm-3.2.1/package/yast2-vm.changes --- old/yast2-vm-3.2.0/package/yast2-vm.changes 2017-02-28 11:38:34.406707588 +0100 +++ new/yast2-vm-3.2.1/package/yast2-vm.changes 2017-03-30 12:37:57.962434455 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Mar 29 10:24:09 UTC 2017 - [email protected] + +- bnc#1026027 + - dropped calls to insserv +- 3.2.1 + +------------------------------------------------------------------- Tue Jan 31 13:52:36 MST 2017 - [email protected] - bsc#978225 - yast virtualization menu not updated after install diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.2.0/package/yast2-vm.spec new/yast2-vm-3.2.1/package/yast2-vm.spec --- old/yast2-vm-3.2.0/package/yast2-vm.spec 2017-02-28 11:38:34.406707588 +0100 +++ new/yast2-vm-3.2.1/package/yast2-vm.spec 2017-03-30 12:37:57.962434455 +0200 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.2.0 +Version: 3.2.1 Release: 0 Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.2.0/src/clients/vm_finish.rb new/yast2-vm-3.2.1/src/clients/vm_finish.rb --- old/yast2-vm-3.2.0/src/clients/vm_finish.rb 2017-02-28 11:38:34.446707588 +0100 +++ new/yast2-vm-3.2.1/src/clients/vm_finish.rb 2017-03-30 12:37:57.998434455 +0200 @@ -39,6 +39,7 @@ Yast.import "Arch" Yast.import "Report" Yast.import "FileUtils" + Yast.import "Service" @ret = nil @func = "" @@ -81,26 +82,9 @@ # be sure that we are in Xen domU if Arch.is_xenU # disable HW services - they are useless and usually failing in a virtual machine - @disable_services = ["acpid", "kbd", "earlykbd"] + @disable_services = ["acpid"] - Builtins.y2milestone("disabling services: %1", @disable_services) - Builtins.foreach(@disable_services) do |s| - disabled = Convert.to_integer( - SCR.Execute( - path(".target.bash"), - Builtins.sformat("/sbin/insserv -r %1", s) - ) - ) - Builtins.y2milestone( - "insserv: service %1 disabled: %2", - s, - disabled == 0 ? true : false - ) - end - - - # We no longer need to do remove these entries now that we use xvc - #SCR::Execute(.target.bash, "/bin/sed -i 's/.*mingetty tty[2-9]$//' /etc/inittab"); + @disable_services.each { |s| Service.Disable(s) } # Allow a console in addition to VNC with the PV framebuffer Builtins.y2milestone("check for xvc0 in inittab and securetty")
