Hello community, here is the log from the commit of package perl-Bootloader checked in at Mon Sep 24 18:49:46 CEST 2007. -------- --- perl-Bootloader/perl-Bootloader.changes 2007-09-21 19:20:54.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/perl-Bootloader/perl-Bootloader.changes 2007-09-24 18:25:59.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 24 17:56:48 CEST 2007 - aosthof@suse.de + +- Fixed missing image line in lilo (#294432) + +------------------------------------------------------------------- Old: ---- perl-Bootloader-0.4.30.tar.bz2 New: ---- perl-Bootloader-0.4.31.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Bootloader.spec ++++++ --- /var/tmp/diff_new_pack.OG6395/_old 2007-09-24 18:49:16.000000000 +0200 +++ /var/tmp/diff_new_pack.OG6395/_new 2007-09-24 18:49:16.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package perl-Bootloader (Version 0.4.30) +# spec file for package perl-Bootloader (Version 0.4.31) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,8 +11,8 @@ # norootforbuild Name: perl-Bootloader -Version: 0.4.30 -Release: 3 +Version: 0.4.31 +Release: 1 Requires: perl >= %{perl_version} Requires: perl-gettext Requires: e2fsprogs @@ -65,6 +65,8 @@ /sbin/update-bootloader /usr/lib/bootloader %changelog +* Mon Sep 24 2007 - aosthof@suse.de +- Fixed missing image line in lilo (#294432) * Fri Sep 21 2007 - aosthof@suse.de - Save command for adding new section(s) (also multiple kernels) in /boot/perl-BL_delayed_exec for delayed execution in the target ++++++ perl-Bootloader-0.4.30.tar.bz2 -> perl-Bootloader-0.4.31.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.4.30/lib/Bootloader/Core.pm new/perl-Bootloader-0.4.31/lib/Bootloader/Core.pm --- old/perl-Bootloader-0.4.30/lib/Bootloader/Core.pm 2007-09-20 17:41:48.000000000 +0200 +++ new/perl-Bootloader-0.4.31/lib/Bootloader/Core.pm 2007-09-24 18:25:59.000000000 +0200 @@ -1251,7 +1251,7 @@ } elsif ($key eq "kernel" || $key eq "initrd" || $key eq "root" || $key eq "vga" || $key eq "append" || $key eq "chainloader" - || $key eq "wildcard") + || $key eq "wildcard" || $key eq "image" || $key eq "other") { $key = "image" if ($key eq "kernel"); $key = "other" if ($key eq "chainloader"); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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