Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kexec-tools for openSUSE:Factory checked in at 2023-02-28 12:48:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kexec-tools (Old) and /work/SRC/openSUSE:Factory/.kexec-tools.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kexec-tools" Tue Feb 28 12:48:25 2023 rev:147 rq:1068013 version:2.0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes 2023-02-04 14:18:04.754430042 +0100 +++ /work/SRC/openSUSE:Factory/.kexec-tools.new.31432/kexec-tools.changes 2023-02-28 12:48:49.380550936 +0100 @@ -1,0 +2,5 @@ +Thu Feb 23 15:01:24 UTC 2023 - Michal Suchanek <msucha...@suse.com> + +- kexec-bootloader: Add -a argument to load using kexec_load_file() when available (boo#1202820). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kexec-bootloader ++++++ --- /var/tmp/diff_new_pack.Lyr4PC/_old 2023-02-28 12:48:50.128555795 +0100 +++ /var/tmp/diff_new_pack.Lyr4PC/_new 2023-02-28 12:48:50.132555821 +0100 @@ -193,7 +193,7 @@ my $cmd = "kexec"; # append image -$cmd .= " -l '" . $image . "'"; +$cmd .= " -a -l '" . $image . "'"; # append initrd if available if ($initrd) {