[yast-commit] [ci_new_pac] JFYI yast2-vm -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-vm -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-vm/yast2-vm.changes 2014-02-24 15:03:27.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-vm/yast2-vm.changes 2014-03-04 19:57:16.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 4 11:44:24 MST 2014 - carnold@suse.com + +- Enable and start libvirtd. This is required for both KVM and Xen. +- 3.1.3 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-vm ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-vm (Old) and /mounts/work_src_done/SLE12/yast2-vm (BS:build ID:33838 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-vm", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-vm-3.1.2.tar.bz2 New: ---- yast2-vm-3.1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.EOquD4/_old 2014-03-05 17:13:04.000000000 +0100 +++ /var/tmp/diff_new_pack.EOquD4/_new 2014-03-05 17:13:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-vm # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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.2 +Version: 3.1.3 Release: 0 Group: System/YaST ++++++ yast2-vm-3.1.2.tar.bz2 -> yast2-vm-3.1.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.2/package/yast2-vm.changes new/yast2-vm-3.1.3/package/yast2-vm.changes --- old/yast2-vm-3.1.2/package/yast2-vm.changes 2014-02-21 23:30:05.000000000 +0100 +++ new/yast2-vm-3.1.3/package/yast2-vm.changes 2014-03-04 19:54:49.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Mar 4 11:44:24 MST 2014 - carnold@suse.com + +- Enable and start libvirtd. This is required for both KVM and Xen. +- 3.1.3 + +------------------------------------------------------------------- Fri Feb 21 10:58:53 MST 2014 - carnold@suse.com - kvm is deprecated. Use qemu-kvm. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.2/package/yast2-vm.spec new/yast2-vm-3.1.3/package/yast2-vm.spec --- old/yast2-vm-3.1.2/package/yast2-vm.spec 2014-02-21 23:30:05.000000000 +0100 +++ new/yast2-vm-3.1.3/package/yast2-vm.spec 2014-03-04 19:54:49.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-vm # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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.2 +Version: 3.1.3 Release: 0 Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.2/src/modules/VM_XEN.rb new/yast2-vm-3.1.3/src/modules/VM_XEN.rb --- old/yast2-vm-3.1.2/src/modules/VM_XEN.rb 2014-02-21 23:30:05.000000000 +0100 +++ new/yast2-vm-3.1.3/src/modules/VM_XEN.rb 2014-03-04 19:54:49.000000000 +0100 @@ -382,12 +382,13 @@ end end - # Enable the libvirtd daemon if openSUSE - if isOpenSuse == true - cmd = "systemctl enable libvirtd.service" - Builtins.y2milestone("Executing: %1", cmd) - SCR.Execute(path(".target.bash"), cmd) - end + # Enable and start the libvirtd daemon for both KVM and Xen + cmd = "systemctl enable libvirtd.service" + Builtins.y2milestone("Enable libvirtd.service: %1", cmd) + SCR.Execute(path(".target.bash"), cmd) + cmd = "systemctl start libvirtd.service" + Builtins.y2milestone("Start libvirtd.service: %1", cmd) + SCR.Execute(path(".target.bash"), cmd) else # For s390, make sure /etc/zipl.conf contain switch_amode def_section = Bootloader.getDefaultSection continue with "q"... Checked in at Wed Mar 5 17:13:44 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro