Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2016-04-22 16:18:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-03-20 
11:47:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2016-04-22 
16:18:25.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Apr 13 12:17:24 UTC 2016 - [email protected]
+
+- Remove workarounds not needed for new bootloader
+  (related to FATE#317701)
+- 3.1.26
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.vEGt1u/_old  2016-04-22 16:18:26.000000000 +0200
+++ /var/tmp/diff_new_pack.vEGt1u/_new  2016-04-22 16:18:26.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.1.25
+Version:        3.1.26
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-vm-3.1.25.tar.bz2 -> yast2-vm-3.1.26.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.25/package/yast2-vm.changes 
new/yast2-vm-3.1.26/package/yast2-vm.changes
--- old/yast2-vm-3.1.25/package/yast2-vm.changes        2016-03-14 
21:50:03.000000000 +0100
+++ new/yast2-vm-3.1.26/package/yast2-vm.changes        2016-04-13 
14:36:39.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Apr 13 12:17:24 UTC 2016 - [email protected]
+
+- Remove workarounds not needed for new bootloader
+  (related to FATE#317701)
+- 3.1.26
+
+-------------------------------------------------------------------
 Mon Mar 14 13:34:00 MDT 2016 - [email protected]
 
 - bsc#971054 - virtlogd is now required by libvirt and must be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.25/package/yast2-vm.spec 
new/yast2-vm-3.1.26/package/yast2-vm.spec
--- old/yast2-vm-3.1.25/package/yast2-vm.spec   2016-03-14 21:50:03.000000000 
+0100
+++ new/yast2-vm-3.1.26/package/yast2-vm.spec   2016-04-13 14:36:39.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.1.25
+Version:        3.1.26
 Release:        0
 Group:         System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.25/src/modules/VirtConfig.rb 
new/yast2-vm-3.1.26/src/modules/VirtConfig.rb
--- old/yast2-vm-3.1.25/src/modules/VirtConfig.rb       2016-03-14 
21:50:03.000000000 +0100
+++ new/yast2-vm-3.1.26/src/modules/VirtConfig.rb       2016-04-13 
14:36:39.000000000 +0200
@@ -45,7 +45,6 @@
       Yast.import "Wizard"
       Yast.import "Label"
       Yast.import "Bootloader"
-      Yast.import "BootCommon"
       Yast.import "Lan"
 
 
@@ -463,15 +462,9 @@
         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)
         end
       end
 


Reply via email to