Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2015-05-22 16:30:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old) and /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-bootloader" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes 2015-04-22 01:17:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes 2015-05-22 16:30:25.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 20 13:35:23 CEST 2015 - [email protected] + +- Disable os-prober for Power boo#931653 +- 3.1.128 +------------------------------------------------------------------- Old: ---- yast2-bootloader-3.1.127.tar.bz2 New: ---- yast2-bootloader-3.1.128.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.RjWNDK/_old 2015-05-22 16:30:25.000000000 +0200 +++ /var/tmp/diff_new_pack.RjWNDK/_new 2015-05-22 16:30:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-bootloader # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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-bootloader -Version: 3.1.127 +Version: 3.1.128 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-bootloader-3.1.127.tar.bz2 -> yast2-bootloader-3.1.128.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.127/package/yast2-bootloader.changes new/yast2-bootloader-3.1.128/package/yast2-bootloader.changes --- old/yast2-bootloader-3.1.127/package/yast2-bootloader.changes 2015-04-21 12:02:08.000000000 +0200 +++ new/yast2-bootloader-3.1.128/package/yast2-bootloader.changes 2015-05-20 15:47:14.000000000 +0200 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed May 20 13:35:23 CEST 2015 - [email protected] + +- Disable os-prober for Power boo#931653 +- 3.1.128 +------------------------------------------------------------------- Tue Apr 14 14:50:43 CEST 2015 - [email protected] - While calling AutoYaST clone_system libStorage has to be set diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.127/package/yast2-bootloader.spec new/yast2-bootloader-3.1.128/package/yast2-bootloader.spec --- old/yast2-bootloader-3.1.127/package/yast2-bootloader.spec 2015-04-21 12:02:08.000000000 +0200 +++ new/yast2-bootloader-3.1.128/package/yast2-bootloader.spec 2015-05-20 15:47:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.127 +Version: 3.1.128 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.127/src/lib/bootloader/grub2base.rb new/yast2-bootloader-3.1.128/src/lib/bootloader/grub2base.rb --- old/yast2-bootloader-3.1.127/src/lib/bootloader/grub2base.rb 2015-04-21 12:02:08.000000000 +0200 +++ new/yast2-bootloader-3.1.128/src/lib/bootloader/grub2base.rb 2015-05-20 15:47:14.000000000 +0200 @@ -56,7 +56,8 @@ # Propose global options of bootloader def StandardGlobals # s390 do not have os_prober, see bnc#868909#c2 - disable_os_prober = Arch.s390 || ProductFeatures.GetBooleanFeature("globals", "disable_os_prober") + # ppc have slow os_prober, see boo#931653 + disable_os_prober = (Arch.s390||Arch.ppc) || ProductFeatures.GetBooleanFeature("globals", "disable_os_prober") { "timeout" => "8", "default" => "0",
