Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2020-03-01 21:26:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-kdump (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-kdump.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-kdump"

Sun Mar  1 21:26:44 2020 rev:99 rq:775179 version:4.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2020-01-11 
14:47:35.929363934 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new.26092/yast2-kdump.changes       
2020-03-01 21:26:54.684422088 +0100
@@ -1,0 +2,13 @@
+Tue Feb 18 11:35:05 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.9
+
+-------------------------------------------------------------------
+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.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-kdump.spec ++++++
--- /var/tmp/diff_new_pack.jqysCj/_old  2020-03-01 21:26:55.168423072 +0100
+++ /var/tmp/diff_new_pack.jqysCj/_new  2020-03-01 21:26:55.172423080 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        4.2.7
+Version:        4.2.9
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0-only

++++++ yast2-kdump-4.2.7.tar.bz2 -> yast2-kdump-4.2.9.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.9/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.9/package/yast2-kdump.changes   2020-02-18 
13:49:52.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Tue Feb 18 11:35:05 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.9
+
+-------------------------------------------------------------------
+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.9/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.9/package/yast2-kdump.spec      2020-02-18 
13:49:52.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        4.2.7
+Version:        4.2.9
 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.9/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.9/src/include/kdump/dialogs.rb  2020-02-18 
13:49:52.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.9/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.9/src/include/kdump/helps.rb    2020-02-18 
13:49:52.000000000 +0100
@@ -35,13 +35,21 @@
         # Enable/Disable Kdump - RadioButtons 1/1
         "StartRadioBut"          => _(
           "<p><b>Enable/Disable Kdump</b><br>\n" \
-            "    Enable or disable kdump. The boot option crashkernel 
parameter is added/removed. \n" \
+            "    Enable or disable kdump. The \"crashkernel\" boot parameter 
is added/removed. \n" \
             "    To apply changes, a reboot is necessary.<br></p>\n"
         ),
         # 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 the kdump 
kernel.</p>"
+        ) +
+          _("<p>On AMD64/Intel 64 computers, the <i>High</i> value means 
reserving all " \
+            "available memory. The <i>Low</i> value means reserving memory 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
@@ -57,24 +65,24 @@
         "DumpLevel"              => _(
           "<p><b>Dump Level</b><br>\n" \
             "    Specify the type of necessary page for analysis.\n" \
-            "    Pages of the specified type are copied to dumpfile. \n" \
+            "    Pages of the specified type are copied to the dumpfile. \n" \
             "    The page type marked in the following table is included. 
<br></p>"
         ),
         # Dump Format - RadioButtons  1/1
         "DumpFormat"             => _(
           "<p><b>Dump Format</b><br>\n" \
             "    <i>No Dump</i> - Only save the kernel log.<br>\n" \
-            "    <i>ELF Format</i> - Create dump file in the ELF 
format.<br>\n" \
+            "    <i>ELF Format</i> - Create dump file in ELF format.<br>\n" \
             "    <i>Compressed Format</i> - Compress dump data by each page 
with gzip.<br>\n" \
             "    <i>LZO Compressed Format</i> - Slightly bigger files but much 
faster.<br>\n</p>"
         ),
         # Dump Format - RadioButtons  1/7
         "TargetKdump"            => _(
-          "<p><b>Saving Target for Kdump Image</b><br>\n    The target for 
saving kdump images. Select type of target for saving dumps.<br></p>"
+          "<p><b>Saving Target for Kdump Image</b><br>\n    The target for 
saving kdump images. Select the target type for saving dumps.<br></p>"
         ) +
           # Dump Format - RadioButtons  2/7
           _(
-            "<p><b>Local Filesystem</b> - Save kdump image in the local 
filesystem.\n" \
+            "<p><b>Local Filesystem</b> - Save the kdump image in the local 
filesystem.\n" \
               "    <i>Directory for Saving Dumps</i> - The path for saving 
kdump images.\n" \
               "    Selecting directory for saving kdump images via dialog by 
pressing <i>Browse</i>\n" \
               "    <br></p>"
@@ -82,17 +90,17 @@
           # Dump Format - RadioButtons  3/7
           _(
             "<p><b>FTP</b> - Save kdump image via FTP.\n" \
-              "    <i>Server Name</i> - The name of ftp server.\n" \
-              "    <i>Port</i> - The port number for connection.\n" \
+              "    <i>Server Name</i> - The name of the ftp server.\n" \
+              "    <i>Port</i> - The port number for the connection.\n" \
               "    <i>Directory on Server</i> - The path for saving kdump 
images.\n" \
-              "    <i>Enable Anonymous FTP</i> enables anonymous connection to 
server.\n" \
+              "    <i>Enable Anonymous FTP</i> enables anonymous connection to 
the server.\n" \
               "    <i>User Name</i> for ftp connection. <i>Password</i> for 
ftp connection.<br></p>"
           ) +
           # Dump Format - RadioButtons  4/7
           _(
             "<p><b>SSH</b> - Save kdump image via SSH and 'dd' on target 
machine.\n" \
-              "    <i>Server Name</i> - The name of server.\n" \
-              "    <i>Port</i> - The port number for connection.\n" \
+              "    <i>Server Name</i> - The name of the server.\n" \
+              "    <i>Port</i> - The port number for the connection.\n" \
               "    <i>Directory on Server</i> - The path for saving kdump 
images.\n" \
               "    <i>User Name</i> for SSH connection.  \n" \
               "    <i>Password</i> for SSH connection.<br></p>\n"
@@ -100,8 +108,8 @@
           # Dump Format - RadioButtons  5/7
           _(
             "<p><b>SFTP</b> - Save kdump image via SFTP.\n" \
-              "    <i>Server Name</i> - The name of server.\n" \
-              "    <i>Port</i> - The port number for connection.\n" \
+              "    <i>Server Name</i> - The name of the server.\n" \
+              "    <i>Port</i> - The port number for the connection.\n" \
               "    <i>Directory on Server</i> - The path for saving kdump 
images.\n" \
               "    <i>User Name</i> for SSH connection.  \n" \
               "    <i>Password</i> for SSH connection.<br></p>\n"
@@ -114,17 +122,17 @@
           # Dump Format - RadioButtons  6/7
           _(
             "<p><b>NFS</b> - Save kdump image on NFS.\n" \
-              "    <i>Server Name</i> - The name of nfs server.\n" \
+              "    <i>Server Name</i> - The name of the nfs server.\n" \
               "    <i>Directory on Server</i> - The path for saving kdump 
images.<br></p>"
           ) +
           # Dump Format - RadioButtons  7/7
           _(
             "<p><b>CIFS</b> - Save kdump image via CIFS.\n" \
-              "    <i>Server Name</i> - The name of server.\n" \
+              "    <i>Server Name</i> - The name of the server.\n" \
               "    <i>Exported Share</i> - The windows share name.\n" \
               "    <i>Directory on Server</i> - The path for saving kdump 
images.\n" \
-              "    <i>Use Authentication</i> enables authenticated connection 
to server.\n" \
-              "    <i>User Name</i> for connection. <i>Password</i> for 
connection.<br></p>"
+              "    <i>Use Authentication</i> enables authenticated connection 
to the server.\n" \
+              "    <i>User Name</i> for the connection. <i>Password</i> for 
the connection.<br></p>"
           ),
         # Custom Kdump Kernel - TextEntry 1/1
         "InitrdKernel"           => _(
@@ -145,7 +153,7 @@
         ),
         # Enable Immediate Reboot After Saving the Core - CheckBox 1/1
         "EnableReboot"           => _(
-          "<p><b>Enable Immediate Reboot After Saving the Core</b> - \n    
Enable immediately reboot after saving the core in the kdump.<br></p>"
+          "<p><b>Enable Immediate Reboot After Saving the Core</b> - \n    
Enable immediate reboot after saving the core in the kdump.<br></p>"
         ),
         # Enable Delete Old Dump Images - CheckBox 1/1
         "EnableDeleteImages"     => _(


Reply via email to