Hello community, here is the log from the commit of package yast2-vm for openSUSE:Factory checked in at 2016-03-20 11:47:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-28 08:24:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes 2016-03-20 11:47:41.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Mar 14 13:34:00 MDT 2016 - [email protected] + +- bsc#971054 - virtlogd is now required by libvirt and must be + started automatically +- 3.1.25 + +------------------------------------------------------------------- Old: ---- yast2-vm-3.1.24.tar.bz2 New: ---- yast2-vm-3.1.25.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.QkcpR8/_old 2016-03-20 11:47:42.000000000 +0100 +++ /var/tmp/diff_new_pack.QkcpR8/_new 2016-03-20 11:47:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-vm # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.1.24 +Version: 3.1.25 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-vm-3.1.24.tar.bz2 -> yast2-vm-3.1.25.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.24/package/yast2-vm.changes new/yast2-vm-3.1.25/package/yast2-vm.changes --- old/yast2-vm-3.1.24/package/yast2-vm.changes 2015-08-26 14:07:40.000000000 +0200 +++ new/yast2-vm-3.1.25/package/yast2-vm.changes 2016-03-14 21:50:03.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Mar 14 13:34:00 MDT 2016 - [email protected] + +- bsc#971054 - virtlogd is now required by libvirt and must be + started automatically +- 3.1.25 + +------------------------------------------------------------------- Tue Aug 11 13:24:12 MDT 2015 - [email protected] - bsc#941125 - yast2-vm: uses /etc/inittab diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.24/package/yast2-vm.spec new/yast2-vm-3.1.25/package/yast2-vm.spec --- old/yast2-vm-3.1.24/package/yast2-vm.spec 2015-08-26 14:07:40.000000000 +0200 +++ new/yast2-vm-3.1.25/package/yast2-vm.spec 2016-03-14 21:50:03.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.1.24 +Version: 3.1.25 Release: 0 Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.24/src/modules/VirtConfig.rb new/yast2-vm-3.1.25/src/modules/VirtConfig.rb --- old/yast2-vm-3.1.24/src/modules/VirtConfig.rb 2015-08-26 14:07:40.000000000 +0200 +++ new/yast2-vm-3.1.25/src/modules/VirtConfig.rb 2016-03-14 21:50:03.000000000 +0100 @@ -551,6 +551,14 @@ Builtins.y2milestone("Start libvirtd.service: %1", cmd) SCR.Execute(path(".target.bash"), cmd) + # Enable and start the virtlogd socket (libvirt >= 1.3.0) for both KVM and Xen + cmd = "systemctl enable virtlogd.socket" + Builtins.y2milestone("Enable virtlogd.socket: %1", cmd) + SCR.Execute(path(".target.bash"), cmd) + cmd = "systemctl start virtlogd.socket" + Builtins.y2milestone("Start virtlogd.socket: %1", cmd) + SCR.Execute(path(".target.bash"), cmd) + # Firewall stage - modify the firewall setting, add the xen bridge to FW_FORWARD_ALWAYS_INOUT_DEV # Progress::NextStage();
