Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2014-03-05 15:36:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-02-23 
07:16:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2014-03-05 
15:36:51.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  4 11:44:24 MST 2014 - [email protected]
+
+- Enable and start libvirtd. This is required for both KVM and Xen.
+- 3.1.3
+
+-------------------------------------------------------------------

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.4vPW8y/_old  2014-03-05 15:36:52.000000000 +0100
+++ /var/tmp/diff_new_pack.4vPW8y/_new  2014-03-05 15:36:52.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.1.2
+Version:        3.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ 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:27:11.000000000 
+0100
+++ new/yast2-vm-3.1.3/package/yast2-vm.changes 2014-03-04 19:57:47.000000000 
+0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Mar  4 11:44:24 MST 2014 - [email protected]
+
+- Enable and start libvirtd. This is required for both KVM and Xen.
+- 3.1.3
+
+-------------------------------------------------------------------
 Fri Feb 21 10:58:53 MST 2014 - [email protected]
 
 - 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:27:11.000000000 
+0100
+++ new/yast2-vm-3.1.3/package/yast2-vm.spec    2014-03-04 19:57:47.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:27:11.000000000 
+0100
+++ new/yast2-vm-3.1.3/src/modules/VM_XEN.rb    2014-03-04 19:57:47.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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to