Hello community, here is the log from the commit of package kexec-tools for openSUSE:Factory checked in at 2020-08-23 09:19:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kexec-tools (Old) and /work/SRC/openSUSE:Factory/.kexec-tools.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kexec-tools" Sun Aug 23 09:19:43 2020 rev:136 rq:828093 version:2.0.20 Changes: -------- --- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes 2020-04-05 20:52:57.493148923 +0200 +++ /work/SRC/openSUSE:Factory/.kexec-tools.new.3399/kexec-tools.changes 2020-08-23 09:19:43.942637013 +0200 @@ -1,0 +2,5 @@ +Fri Jun 5 09:36:21 UTC 2020 - Bernhard Wiedemann <[email protected]> + +- Make kexec-bootloader work without 'which' package (boo#1172501) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kexec-bootloader ++++++ --- /var/tmp/diff_new_pack.MkPShL/_old 2020-08-23 09:19:44.786637481 +0200 +++ /var/tmp/diff_new_pack.MkPShL/_new 2020-08-23 09:19:44.786637481 +0200 @@ -189,12 +189,6 @@ exit(1); } -# Do we have kexec? -if (system("which kexec &>/dev/null") != 0) { - print STDERR "kexec not available. Install kexec-tools.\n"; - exit(1); -} - # build the command list my $cmd = "kexec"; ++++++ kexec-tools-fix-kexec_file_load-error-handling.patch ++++++ --- /var/tmp/diff_new_pack.MkPShL/_old 2020-08-23 09:19:44.886637536 +0200 +++ /var/tmp/diff_new_pack.MkPShL/_new 2020-08-23 09:19:44.886637536 +0200 @@ -1,9 +1,10 @@ From 0ec1fd23847ba103f967e3377e2a1b13712cff6e Mon Sep 17 00:00:00 2001 From: Petr Tesarik <[email protected]> Date: Thu, 12 Mar 2020 20:12:12 +0100 -Upstream: not yet, patch sent 2020-03-12 Subject: Fix kexec_file_load(2) error handling References: bsc#1166105 +Upstream: merged +Git-commit: 4f77da6340356de40af70473d3c3ae6ec663fbdf The handling of kexec_file_load() error conditions needs some improvement. ++++++ kexec-tools-reset-getopt-before-falling-back-to-legacy.patch ++++++ --- /var/tmp/diff_new_pack.MkPShL/_old 2020-08-23 09:19:44.910637550 +0200 +++ /var/tmp/diff_new_pack.MkPShL/_new 2020-08-23 09:19:44.910637550 +0200 @@ -1,9 +1,10 @@ From dadafc4664c7b78ea1561ccca33986c9639106ec Mon Sep 17 00:00:00 2001 From: Petr Tesarik <[email protected]> Date: Fri, 13 Mar 2020 14:54:00 +0100 -Upstream: not yet, patch sent 2020-03-13 Subject: Reset getopt before falling back to legacy syscall References: bsc#1166105 +Upstream: merged +Git-commit: 9cf721279f6cb0dec09c8752e471f15fb662406b The modules may need to parse the arguments again after kexec_file_load(2) failed, but getopt is not reset. ++++++ kexec-tools-s390-Reset-kernel-command-line-on-syscal.patch ++++++ --- /var/tmp/diff_new_pack.MkPShL/_old 2020-08-23 09:19:44.954637574 +0200 +++ /var/tmp/diff_new_pack.MkPShL/_new 2020-08-23 09:19:44.954637574 +0200 @@ -2,7 +2,8 @@ Date: Fri, 3 Apr 2020 13:12:00 +0200 Subject: kexec-tools: s390: Reset kernel command line on syscall fallback References: bsc#1167868 -Upstream: submitted 2020-04-03 +Upstream: merged +Git-commit: 5dc72ded6050a5bb161e3b832867e660c9ca009e The command line is duplicated on s390 if kexec_file_load(2) is not implemented. That's because the corresponding variable is not reset
