Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2021-04-10 15:26:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
 and      /work/SRC/openSUSE:Factory/.kdump.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdump"

Sat Apr 10 15:26:10 2021 rev:116 rq:883777 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes      2021-03-18 
22:54:10.667481393 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new.2401/kdump.changes    2021-04-10 
15:26:27.486313577 +0200
@@ -1,0 +2,6 @@
+Thu Apr  8 08:38:03 UTC 2021 - Petr Tesa????k <ptesa...@suse.com>
+
+- kdump-Add-bootdev-to-dracut-command-line.patch: Add 'bootdev=' to
+  dracut command line (bsc#1182309).
+
+-------------------------------------------------------------------

New:
----
  kdump-Add-bootdev-to-dracut-command-line.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.ty3XV4/_old  2021-04-10 15:26:28.034314222 +0200
+++ /var/tmp/diff_new_pack.ty3XV4/_new  2021-04-10 15:26:28.034314222 +0200
@@ -36,6 +36,7 @@
 Patch9:         %{name}-use-pbl.patch
 Patch10:        %{name}-on-error-option-yesno.patch
 Patch11:        %{name}-mounts.cc-Include-sys-ioctl.h.patch
+Patch12:        %{name}-Add-bootdev-to-dracut-command-line.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -91,6 +92,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 export CXXFLAGS="%{optflags} -std=c++11"

++++++ kdump-Add-bootdev-to-dracut-command-line.patch ++++++
From: Petr Tesarik <ptesa...@suse.com>
Date: Thu, 1 Apr 2021 15:09:52 +0200
Subject: Add 'bootdev=' to dracut command line
References: bsc#1182309
Git-commit: fe0777beff90a2479b451f5ef9e918249277c8ff

If this parameter is missing, dracut will parse the ip= command
line option(s) and create the corresponding initqueue jobs, but it
will not actually run them, unless they are needed to mount the
root filesystem.

Fixes: 2ad80dd96b91b889db44dd8c955cb127840a2be2
Signed-off-by: Petr Tesarik <ptesa...@suse.com>
---
 init/module-setup.sh |    1 +
 1 file changed, 1 insertion(+)

--- a/init/module-setup.sh
+++ b/init/module-setup.sh
@@ -213,6 +213,7 @@ kdump_cmdline_ip() {
 
     kdump_ifname_config "$kdump_host_if"
 
+    echo -n "bootdev=$kdump_iface"
     echo -n "$kdump_netif"
 
     case "$kdump_net_mode" in

Reply via email to