Hello community,

here is the log from the commit of package yast2-live-installer for 
openSUSE:Factory checked in at 2016-04-14 13:08:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-live-installer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-live-installer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-live-installer"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-live-installer/yast2-live-installer.changes    
    2016-02-26 22:19:33.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-live-installer.new/yast2-live-installer.changes
   2016-04-14 13:08:17.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 13 11:57:25 UTC 2016 - [email protected]
+
+- remove using of dropped bootloader parts (related to FATE#317701)
+- 3.1.7
+
+-------------------------------------------------------------------

Old:
----
  yast2-live-installer-3.1.6.tar.bz2

New:
----
  yast2-live-installer-3.1.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-live-installer.spec ++++++
--- /var/tmp/diff_new_pack.o3zkdL/_old  2016-04-14 13:08:18.000000000 +0200
+++ /var/tmp/diff_new_pack.o3zkdL/_new  2016-04-14 13:08:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-live-installer
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-live-installer-3.1.6.tar.bz2 -> yast2-live-installer-3.1.7.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-live-installer-3.1.6/package/yast2-live-installer.changes 
new/yast2-live-installer-3.1.7/package/yast2-live-installer.changes
--- old/yast2-live-installer-3.1.6/package/yast2-live-installer.changes 
2016-02-25 17:18:19.000000000 +0100
+++ new/yast2-live-installer-3.1.7/package/yast2-live-installer.changes 
2016-04-13 14:05:38.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr 13 11:57:25 UTC 2016 - [email protected]
+
+- remove using of dropped bootloader parts (related to FATE#317701)
+- 3.1.7
+
+-------------------------------------------------------------------
 Tue Jan 26 18:52:20 UTC 2016 - [email protected]
 
 - fix replacing symlinks to /livecd/* by their target file/directory
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-live-installer-3.1.6/package/yast2-live-installer.spec 
new/yast2-live-installer-3.1.7/package/yast2-live-installer.spec
--- old/yast2-live-installer-3.1.6/package/yast2-live-installer.spec    
2016-02-25 17:18:19.000000000 +0100
+++ new/yast2-live-installer-3.1.7/package/yast2-live-installer.spec    
2016-04-13 14:05:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-live-installer
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-live-installer-3.1.6/src/clients/inst_live_simple_proposal.rb 
new/yast2-live-installer-3.1.7/src/clients/inst_live_simple_proposal.rb
--- old/yast2-live-installer-3.1.6/src/clients/inst_live_simple_proposal.rb     
2016-02-25 17:18:19.000000000 +0100
+++ new/yast2-live-installer-3.1.7/src/clients/inst_live_simple_proposal.rb     
2016-04-13 14:05:38.000000000 +0200
@@ -26,7 +26,6 @@
     def main
       Yast.import "UI"
 
-      Yast.import "BootCommon"
       Yast.import "GetInstArgs"
       Yast.import "Popup"
       Yast.import "Product"
@@ -130,37 +129,6 @@
       end
 
       # end of partitioning summary
-      # bootloader summary
-
-      @timeout = Ops.get(BootCommon.globals, "timeout", "")
-
-      @other = false
-      Builtins.foreach(BootCommon.sections) do |s|
-        @other = true if Ops.get_string(s, "type", "") == "other"
-      end
-
-      @contents = Builtins.add(@contents, VSpacing(1))
-      @contents = Builtins.add(@contents, Left(Heading(_("System start-up"))))
-      @contents = Builtins.add(
-        @contents,
-        Left(
-          Label(
-            @other ?
-              _("Ask whether to boot Linux or existing system") :
-              _("Boot only Linux")
-          )
-        )
-      )
-      @contents = Builtins.add(
-        @contents,
-        Left(
-          Label(
-            Builtins.sformat(_("System start time-out: %1 seconds"), @timeout)
-          )
-        )
-      )
-
-      # end of bootloader summary
       # keyboard entry
 
       @contents = Builtins.add(@contents, VSpacing(1))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-live-installer-3.1.6/src/clients/live_copy_files_finish.rb 
new/yast2-live-installer-3.1.7/src/clients/live_copy_files_finish.rb
--- old/yast2-live-installer-3.1.6/src/clients/live_copy_files_finish.rb        
2016-02-25 17:18:19.000000000 +0100
+++ new/yast2-live-installer-3.1.7/src/clients/live_copy_files_finish.rb        
2016-04-13 14:05:38.000000000 +0200
@@ -45,7 +45,6 @@
       Yast.import "FileUtils"
       Yast.import "String"
       Yast.import "Initrd"
-      Yast.import "BootStorage"
       # FIXME don't know why it fails :-(
       # import "SystemFilesCopy";
 


Reply via email to