Hello community, here is the log from the commit of package yast2-vm for openSUSE:Factory checked in at 2015-08-28 08:24:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old) and /work/SRC/openSUSE:Factory/.yast2-vm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-vm" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes 2015-08-05 06:48:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes 2015-08-28 08:24:53.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Aug 11 13:24:12 MDT 2015 - carn...@suse.com + +- bsc#941125 - yast2-vm: uses /etc/inittab +- 3.1.24 + +------------------------------------------------------------------- Old: ---- yast2-vm-3.1.23.tar.bz2 New: ---- yast2-vm-3.1.24.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.4cgjxu/_old 2015-08-28 08:24:54.000000000 +0200 +++ /var/tmp/diff_new_pack.4cgjxu/_new 2015-08-28 08:24:54.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.1.23 +Version: 3.1.24 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-vm-3.1.23.tar.bz2 -> yast2-vm-3.1.24.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.23/package/yast2-vm.changes new/yast2-vm-3.1.24/package/yast2-vm.changes --- old/yast2-vm-3.1.23/package/yast2-vm.changes 2015-07-31 15:41:11.000000000 +0200 +++ new/yast2-vm-3.1.24/package/yast2-vm.changes 2015-08-26 14:07:40.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Aug 11 13:24:12 MDT 2015 - carn...@suse.com + +- bsc#941125 - yast2-vm: uses /etc/inittab +- 3.1.24 + +------------------------------------------------------------------- Tue Jul 21 15:13:29 UTC 2015 - jreidin...@suse.com - fix crash when installing kvm virtualization pattern (bnc#938530) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.23/package/yast2-vm.spec new/yast2-vm-3.1.24/package/yast2-vm.spec --- old/yast2-vm-3.1.23/package/yast2-vm.spec 2015-07-31 15:41:11.000000000 +0200 +++ new/yast2-vm-3.1.24/package/yast2-vm.spec 2015-08-26 14:07:40.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.1.23 +Version: 3.1.24 Release: 0 Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.23/src/clients/vm_finish.rb new/yast2-vm-3.1.24/src/clients/vm_finish.rb --- old/yast2-vm-3.1.23/src/clients/vm_finish.rb 2015-07-31 15:41:12.000000000 +0200 +++ new/yast2-vm-3.1.24/src/clients/vm_finish.rb 2015-08-26 14:07:40.000000000 +0200 @@ -104,7 +104,9 @@ # Allow a console in addition to VNC with the PV framebuffer Builtins.y2milestone("check for xvc0 in inittab and securetty") - if !Builtins.contains(SCR.Dir(path(".etc.inittab")), "x0") + @etc_inittab = "/etc/inittab" + if FileUtils.Exists(@etc_inittab) && + !Builtins.contains(SCR.Dir(path(".etc.inittab")), "x0") # On an upgrade, don't add new entry if existing one is commented out - bnc#720929 if 0 != SCR.Execute(