Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2025-04-18 16:15:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
 and      /work/SRC/openSUSE:Factory/.kdump.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdump"

Fri Apr 18 16:15:07 2025 rev:158 rq:1270563 version:2.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes      2025-03-05 
13:39:59.443217316 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new.30101/kdump.changes   2025-04-20 
19:58:10.112406329 +0200
@@ -1,0 +2,7 @@
+Tue Apr 15 17:06:26 UTC 2025 - Jiri Bohac <jbo...@suse.com>
+
+- upgrade to version 2.0.18
+  * set KDUMP_CPUs to 32 by default (bsc#1240769, jsc#PED-9894, 
+    bsc#1237754, bsc#1239999)
+
+-------------------------------------------------------------------

Old:
----
  kdump-2.0.17.tar.xz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  kdump-2.0.18.tar.xz

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

Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.sAishU/_old  2025-04-20 19:58:10.676429794 +0200
+++ /var/tmp/diff_new_pack.sAishU/_new  2025-04-20 19:58:10.680429961 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdump
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -57,7 +57,7 @@
 %define dracutlibdir %{_prefix}/lib/dracut
 
 Name:           kdump
-Version:        2.0.17
+Version:        2.0.18
 Release:        0
 Summary:        Kernel crash dump scripts and utilities
 License:        GPL-2.0-or-later
@@ -92,9 +92,9 @@
 %endif
 Requires:       /usr/bin/sed
 Requires:       dracut >= 047
-Requires:       ethtool
 Requires:       kexec-tools
 Requires:       makedumpfile
+Requires:      ethtool
 %ifarch ppc64 ppc64le
 Requires:       servicelog
 BuildRequires:  servicelog

++++++ _scmsync.obsinfo ++++++
mtime: 1744895878
commit: c0e0a09a00f783eaa7f5a2bd31a40c769b683d72a9b7733c585caa475e385459
url: https://src.opensuse.org/kernel-kdump/kdump.git
revision: c0e0a09a00f783eaa7f5a2bd31a40c769b683d72a9b7733c585caa475e385459
projectscmsync: https://src.opensuse.org/kernel-kdump/_ObsPrj

++++++ kdump-2.0.17.tar.xz -> kdump-2.0.18.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdump-2.0.17/NEWS new/kdump-2.0.18/NEWS
--- old/kdump-2.0.17/NEWS       2025-02-28 18:24:38.000000000 +0100
+++ new/kdump-2.0.18/NEWS       2025-04-15 15:27:33.000000000 +0200
@@ -1,3 +1,8 @@
+2.0.18
+------
+* set KDUMP_CPUs to 32 (all CPUs) by default (bsc#1240769, jsc#PED-9894, 
+  bsc#1237754, bsc#1239999)
+
 2.0.17
 ------
 * fix bonding options (bsc#1235933)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdump-2.0.17/doc/man/kdump.5.txt.in 
new/kdump-2.0.18/doc/man/kdump.5.txt.in
--- old/kdump-2.0.17/doc/man/kdump.5.txt.in     2025-02-28 18:24:38.000000000 
+0100
+++ new/kdump-2.0.18/doc/man/kdump.5.txt.in     2025-04-15 15:27:33.000000000 
+0200
@@ -79,7 +79,7 @@
 parameter is not added to the kdump kernel command line and _--num-threads_ 
 is set to the number of CPUs.
 
-Default is 0.
+Default is 32.
 
 
 KDUMP_COMMANDLINE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdump-2.0.17/kdump-read-config.sh 
new/kdump-2.0.18/kdump-read-config.sh
--- old/kdump-2.0.17/kdump-read-config.sh       2025-02-28 18:24:38.000000000 
+0100
+++ new/kdump-2.0.18/kdump-read-config.sh       2025-04-15 15:27:33.000000000 
+0200
@@ -10,7 +10,7 @@
        option string    KDUMP_COMMANDLINE ""
        option string    KDUMP_COMMANDLINE_APPEND ""
        option bool      KDUMP_CONTINUE_ON_ERROR true
-       option int       KDUMP_CPUS 0
+       option int       KDUMP_CPUS 32
        option string    KDUMP_DUMPFORMAT "compressed"
        option int       KDUMP_DUMPLEVEL 31
        option bool      KDUMP_FADUMP false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdump-2.0.17/sysconfig.kdump.in 
new/kdump-2.0.18/sysconfig.kdump.in
--- old/kdump-2.0.17/sysconfig.kdump.in 2025-02-28 18:24:38.000000000 +0100
+++ new/kdump-2.0.18/sysconfig.kdump.in 2025-04-15 15:27:33.000000000 +0200
@@ -13,15 +13,17 @@
 KDUMP_KERNELVER=""
 
 ## Type:       integer
-## Default:    0
+## Default:    32
 ## ServiceRestart:     kdump
 #
-# Number of CPUs to be used in the kdump environment. The default value is 0,
-# which means all available CPUs will be used to collect the dump."
+# Number of CPUs to be used in the kdump environment. You may want to
+# increase the number if computing power is the bottleneck in your setup.
+#
+# If the value is zero, use all available CPUs.
 #
 # See also: kdump(5).
 #
-KDUMP_CPUS=0
+KDUMP_CPUS=32
 
 ## Type:       string
 ## Default:    ""

Reply via email to