Hello community, here is the log from the commit of package perl-Bootloader checked in at Mon Sep 29 18:13:07 CEST 2008. -------- --- perl-Bootloader/perl-Bootloader.changes 2008-09-26 16:43:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Bootloader/perl-Bootloader.changes 2008-09-29 17:24:41.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 29 17:24:18 CEST 2008 - kukuk@suse.de + +- Fix syntax error in bootloader_entry [bnc#430666] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Bootloader.spec ++++++ --- /var/tmp/diff_new_pack.nO8573/_old 2008-09-29 18:12:36.000000000 +0200 +++ /var/tmp/diff_new_pack.nO8573/_new 2008-09-29 18:12:36.000000000 +0200 @@ -20,7 +20,7 @@ Name: perl-Bootloader Version: 0.4.72 -Release: 1 +Release: 2 Requires: perl-base = %{perl_version} Requires: e2fsprogs Recommends: perl-gettext @@ -74,6 +74,8 @@ /usr/lib/bootloader %changelog +* Mon Sep 29 2008 kukuk@suse.de +- Fix syntax error in bootloader_entry [bnc#430666] * Fri Sep 26 2008 jreidinger@suse.cz - add password generator for grub (bnc #407887) - fix handling boolean parameters in powerLILO( bnc #383287) ++++++ bootloader_entry ++++++ --- perl-Bootloader/bootloader_entry 2008-09-26 16:43:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Bootloader/bootloader_entry 2008-09-29 17:24:17.000000000 +0200 @@ -65,7 +65,7 @@ [ -x /sbin/update-bootloader ] || return 0 # call update-bootloader and also append stderr to the log file - /sbin/update-bootloader "$@") 1>>$logname 2>&1 + /sbin/update-bootloader "$@" 1>>$logname 2>&1 } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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