commit yast2-bootloader for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at Thu Apr 1 15:30:37 CEST 2010. -------- --- yast2-bootloader/yast2-bootloader.changes 2010-03-23 10:57:45.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-bootloader/yast2-bootloader.changes 2010-03-31 12:06:47.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Mar 31 12:09:27 CEST 2010 - juhliarik@suse.cz + +- added fix for sending empty "boot_custom" (bnc#589433) +- 2.19.10 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-bootloader-2.19.9.tar.bz2 New: ---- yast2-bootloader-2.19.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.pKD9Sl/_old 2010-04-01 15:30:31.000000000 +0200 +++ /var/tmp/diff_new_pack.pKD9Sl/_new 2010-04-01 15:30:31.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.19.9) +# spec file for package yast2-bootloader (Version 2.19.10) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,11 +19,11 @@ Name: yast2-bootloader -Version: 2.19.9 +Version: 2.19.10 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.19.9.tar.bz2 +Source0: yast2-bootloader-2.19.10.tar.bz2 Prefix: /usr @@ -67,7 +67,7 @@ This package contains the YaST2 component for bootloader configuration. %prep -%setup -n yast2-bootloader-2.19.9 +%setup -n yast2-bootloader-2.19.10 %build %{prefix}/bin/y2tool y2autoconf @@ -119,4 +119,5 @@ /usr/share/YaST2/scrconf/*.scr /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc + %changelog ++++++ yast2-bootloader-2.19.9.tar.bz2 -> yast2-bootloader-2.19.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-2.19.9/VERSION new/yast2-bootloader-2.19.10/VERSION --- old/yast2-bootloader-2.19.9/VERSION 2010-03-23 11:00:46.000000000 +0100 +++ new/yast2-bootloader-2.19.10/VERSION 2010-03-31 12:10:13.000000000 +0200 @@ -1 +1 @@ -2.19.9 +2.19.10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-2.19.9/src/modules/BootCommon.ycp new/yast2-bootloader-2.19.10/src/modules/BootCommon.ycp --- old/yast2-bootloader-2.19.9/src/modules/BootCommon.ycp 2010-02-11 13:37:33.000000000 +0100 +++ new/yast2-bootloader-2.19.10/src/modules/BootCommon.ycp 2010-03-31 12:10:42.000000000 +0200 @@ -15,7 +15,7 @@ * Joachim Plack <jplack@suse.de> * Olaf Dabrunz <od@suse.de> * - * $Id: BootCommon.ycp 60799 2010-02-11 12:36:14Z juhliarik $ + * $Id: BootCommon.ycp 61546 2010-03-31 10:05:50Z juhliarik $ * */ @@ -807,6 +807,10 @@ if (removeGFXMenu()) globals = remove(globals, "gfxmenu"); + // bnc#589433 - Install grub into root (/) partition gives error + if ((globals["boot_custom"]:nil == "") && (haskey(globals, "boot_custom"))) + globals = remove(globals, "boot_custom"); + // FIXME: give mountby information to perl-Bootloader (or define some // better interface), so that perl-Bootloader can use mountby device names // for these devices instead. Tracked in bug #248162. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de