Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Leap:15.2 
checked in at 2020-02-10 16:41:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2-kdump (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.yast2-kdump.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-kdump"

Mon Feb 10 16:41:21 2020 rev:39 rq:772188 version:4.2.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2-kdump/yast2-kdump.changes        
2020-01-17 11:58:51.356435782 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.yast2-kdump.new.26092/yast2-kdump.changes     
2020-02-10 16:41:29.619705031 +0100
@@ -1,0 +2,7 @@
+Thu Feb  6 13:11:35 CET 2020 - sch...@suse.de
+
+- Improved text (label/helptext) for kdump low/high memory usage.
+  (bsc#1153940)
+- 4.2.8
+
+-------------------------------------------------------------------

Old:
----
  yast2-kdump-4.2.7.tar.bz2

New:
----
  yast2-kdump-4.2.8.tar.bz2

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

Other differences:
------------------
++++++ yast2-kdump.spec ++++++
--- /var/tmp/diff_new_pack.eZD6zP/_old  2020-02-10 16:41:29.871705208 +0100
+++ /var/tmp/diff_new_pack.eZD6zP/_new  2020-02-10 16:41:29.875705211 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        4.2.7
+Version:        4.2.8
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0-only

++++++ yast2-kdump-4.2.7.tar.bz2 -> yast2-kdump-4.2.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.7/package/yast2-kdump.changes 
new/yast2-kdump-4.2.8/package/yast2-kdump.changes
--- old/yast2-kdump-4.2.7/package/yast2-kdump.changes   2020-01-09 
12:00:54.000000000 +0100
+++ new/yast2-kdump-4.2.8/package/yast2-kdump.changes   2020-02-06 
15:44:56.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Feb  6 13:11:35 CET 2020 - sch...@suse.de
+
+- Improved text (label/helptext) for kdump low/high memory usage.
+  (bsc#1153940)
+- 4.2.8
+
+-------------------------------------------------------------------
 Wed Jan  8 14:25:28 CET 2020 - sch...@suse.de
 
 - Showing default (expected) values for high/low kdump memory.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.7/package/yast2-kdump.spec 
new/yast2-kdump-4.2.8/package/yast2-kdump.spec
--- old/yast2-kdump-4.2.7/package/yast2-kdump.spec      2020-01-09 
12:00:54.000000000 +0100
+++ new/yast2-kdump-4.2.8/package/yast2-kdump.spec      2020-02-06 
15:44:56.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        4.2.7
+Version:        4.2.8
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.7/src/include/kdump/dialogs.rb 
new/yast2-kdump-4.2.8/src/include/kdump/dialogs.rb
--- old/yast2-kdump-4.2.7/src/include/kdump/dialogs.rb  2020-01-09 
12:00:54.000000000 +0100
+++ new/yast2-kdump-4.2.8/src/include/kdump/dialogs.rb  2020-02-06 
15:44:56.000000000 +0100
@@ -531,7 +531,8 @@
       else
         _("Kdump Memor&y [MiB]")
       end
-      low_range = format(_("(%{min} - %{max}, default: %{default})"),
+      # TRANSLATORS: %{min}, %{max}, %{default} are variable names which must 
not be translated.
+      low_range = format(_("(min: %{min}; max: %{max}; suggested: 
%{default})"),
         min:     low_min,
         max:     low_max,
         default: low_default)
@@ -564,7 +565,8 @@
         high_min = Kdump.memory_limits[:min_high].to_i
         high_max = Kdump.memory_limits[:max_high].to_i
         high_default = Kdump.memory_limits[:default_high].to_i
-        high_range = format(_("(%{min} - %{max}, default: %{default})"),
+        # TRANSLATORS: %{min}, %{max}, %{default} are variable names which 
must not be translated.
+        high_range = format(_("(min: %{min}; max: %{max}; suggested: 
%{default})"),
           min:     high_min,
           max:     high_max,
           default: high_default)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.7/src/include/kdump/helps.rb 
new/yast2-kdump-4.2.8/src/include/kdump/helps.rb
--- old/yast2-kdump-4.2.7/src/include/kdump/helps.rb    2020-01-09 
12:00:54.000000000 +0100
+++ new/yast2-kdump-4.2.8/src/include/kdump/helps.rb    2020-02-06 
15:44:56.000000000 +0100
@@ -40,8 +40,16 @@
         ),
         # Kdump Memor&y [MB] - IntField 1/1
         "KdumpMemory"            => _(
-          "<p><b>Kdump Memory</b><br>\n    Allocation of memory for kdump 
kernel. <br></p>\n"
-        ),
+          "<p><b>Kdump Memory</b><br>\n    Allocation of memory for kdump 
kernel.</p>"
+        ) +
+          _("<p>On AMD64/Intel 64 computers, the <i>High</i> value stands for 
the memory reservation for all " \
+            "available memory. The <i>Low</i> value stands for the memory 
reservation in the DMA32 zone, that "\
+            "is, all the memory up to the 4 GB mark.<br>\n" \
+            "<i>Low</i> is the amount of memory required by 32-bit-only 
devices. The kernel will allocate " \
+            "64M for DMA32 bounce buffers. If your server does not have any 
32-bit-only devices, " \
+            "everything should work with the default allocation of 72M for 
<i>Low</i>. A possible " \
+            "exception to this is on NUMA machines, which may make it appear 
that more Low memory is needed. " \
+            "The Kdump kernel may be booted with numa=off to make sure normal 
kernel allocations do not use <i>Low</i> memory."),
         # fadump
         "FADump"                 => _(
           # T: help text for a combo box


Reply via email to