Hello community, here is the log from the commit of package perl-Bootloader checked in at Tue May 23 01:22:20 CEST 2006. -------- --- perl-Bootloader/perl-Bootloader.changes 2006-05-19 16:12:53.000000000 +0200 +++ perl-Bootloader/perl-Bootloader.changes 2006-05-22 18:20:07.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 22 18:09:07 CEST 2006 - jplack@suse.de + +- fix broken selection list (#167390) +- bump version to 0.2.24 + +------------------------------------------------------------------- Old: ---- perl-Bootloader-0.2.23.tar.bz2 New: ---- perl-Bootloader-0.2.24.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Bootloader.spec ++++++ --- /var/tmp/diff_new_pack.8jywBP/_old 2006-05-23 01:22:14.000000000 +0200 +++ /var/tmp/diff_new_pack.8jywBP/_new 2006-05-23 01:22:14.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package perl-Bootloader (Version 0.2.23) +# spec file for package perl-Bootloader (Version 0.2.24) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,7 +11,7 @@ # norootforbuild Name: perl-Bootloader -Version: 0.2.23 +Version: 0.2.24 Release: 1 Requires: perl >= %{perl_version} Requires: perl-gettext @@ -56,6 +56,9 @@ /sbin/update-bootloader %changelog -n perl-Bootloader +* Mon May 22 2006 - jplack@suse.de +- fix broken selection list (#167390) +- bump version to 0.2.24 * Fri May 19 2006 - jplack@suse.de - fix xen section counting when adding (#161559) - omit bogus warning (#165158) ++++++ perl-Bootloader-0.2.23.tar.bz2 -> perl-Bootloader-0.2.24.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.2.23/lib/Bootloader/Core/PowerLILO.pm new/perl-Bootloader-0.2.24/lib/Bootloader/Core/PowerLILO.pm --- old/perl-Bootloader-0.2.23/lib/Bootloader/Core/PowerLILO.pm 2006-05-15 17:50:27.000000000 +0200 +++ new/perl-Bootloader-0.2.24/lib/Bootloader/Core/PowerLILO.pm 2006-05-22 18:11:08.000000000 +0200 @@ -186,7 +186,7 @@ $go->{boot_slot} = "select:Write to boot slot:B:" . "A:B:C:D"; $go->{boot_file} = "path:Create boot image in file:/tmp/suse_boot_image"; $go->{boot_iseries_custom} - = "select:PReP partition:" . $boot_partitions; + = "select:PReP partition::" . $boot_partitions; } elsif ( "$arch" eq "pmac" ) { # only on pmac_new and pmac_old ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de