Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2014-07-18 14:03:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-11 
20:05:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2014-07-18 
14:03:53.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  9 15:02:28 MDT 2014 - carn...@suse.com
+
+- bnc#884831 - uefi Xen bootloader is not automatically inserted
+  as an efi boot option 
+- 3.1.15
+
+-------------------------------------------------------------------

Old:
----
  yast2-vm-3.1.14.tar.bz2

New:
----
  yast2-vm-3.1.15.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.soX2NB/_old  2014-07-18 14:03:54.000000000 +0200
+++ /var/tmp/diff_new_pack.soX2NB/_new  2014-07-18 14:03:54.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.1.14
+Version:        3.1.15
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-vm-3.1.14.tar.bz2 -> yast2-vm-3.1.15.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.14/package/yast2-vm.changes 
new/yast2-vm-3.1.15/package/yast2-vm.changes
--- old/yast2-vm-3.1.14/package/yast2-vm.changes        2014-07-03 
01:32:23.000000000 +0200
+++ new/yast2-vm-3.1.15/package/yast2-vm.changes        2014-07-17 
17:41:49.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Jul  9 15:02:28 MDT 2014 - carn...@suse.com
+
+- bnc#884831 - uefi Xen bootloader is not automatically inserted
+  as an efi boot option 
+- 3.1.15
+
+-------------------------------------------------------------------
 Wed Jul  2 17:02:00 MDT 2014 - carn...@suse.com
 
 - Don't create a bridge on SLED as it is not a Virtualization Host.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.14/package/yast2-vm.spec 
new/yast2-vm-3.1.15/package/yast2-vm.spec
--- old/yast2-vm-3.1.14/package/yast2-vm.spec   2014-07-03 01:32:23.000000000 
+0200
+++ new/yast2-vm-3.1.15/package/yast2-vm.spec   2014-07-17 17:41:49.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.1.14
+Version:        3.1.15
 Release:        0
 Group:         System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.14/src/modules/VM_XEN.rb 
new/yast2-vm-3.1.15/src/modules/VM_XEN.rb
--- old/yast2-vm-3.1.14/src/modules/VM_XEN.rb   2014-07-03 01:32:23.000000000 
+0200
+++ new/yast2-vm-3.1.15/src/modules/VM_XEN.rb   2014-07-17 17:41:49.000000000 
+0200
@@ -45,6 +45,7 @@
       Yast.import "Wizard"
       Yast.import "Label"
       Yast.import "Bootloader"
+      Yast.import "BootCommon"
       Yast.import "Lan"
 
 
@@ -457,8 +458,15 @@
       # If grub2 is the bootloader and we succesfully installed Xen, update 
the grub2 files
       if install_xen
         Builtins.y2milestone("Checking for bootloader type")
-        if Bootloader.getLoaderType == "grub2"
+        if Bootloader.getLoaderType == "grub2" || Bootloader.getLoaderType == 
"grub2-efi"
           Progress.Title(_("Updating grub2 configuration files..."))
+
+          # To force and EFI update
+          BootCommon.location_changed = true
+          old_progress = Progress.set(false)
+          Bootloader.Write
+          Progress.set(old_progress)
+
           cmd = "/usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg"
           Builtins.y2milestone("Executing: %1", cmd)
           SCR.Execute(path(".target.bash"), cmd)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to