Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2018-03-20 21:51:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
 and      /work/SRC/openSUSE:Factory/.kdump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdump"

Tue Mar 20 21:51:43 2018 rev:96 rq:586462 version:0.8.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes      2018-03-01 
12:01:38.479374750 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2018-03-20 
21:51:45.120278945 +0100
@@ -1,0 +2,6 @@
+Tue Mar 13 15:48:28 UTC 2018 - [email protected]
+
+- kdump-always-copy-timezone.patch: Always copy timezone data into
+  kdumprd (bsc#1081646).
+
+-------------------------------------------------------------------

New:
----
  kdump-always-copy-timezone.patch

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

Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.nLjci1/_old  2018-03-20 21:51:46.300236455 +0100
+++ /var/tmp/diff_new_pack.nLjci1/_new  2018-03-20 21:51:46.300236455 +0100
@@ -90,6 +90,7 @@
 Patch41:        %{name}-always-kexec_load-if-kexec_file_load-fails.patch
 Patch42:        %{name}-nokaslr.patch
 Patch43:        %{name}-no-crashkernel-in-Xen-PV-DomU.patch
+Patch44:        %{name}-always-copy-timezone.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -195,6 +196,7 @@
 %patch41 -p1
 %patch42 -p1
 %patch43 -p1
+%patch44 -p1
 
 %build
 export CFLAGS="%{optflags}"

++++++ kdump-always-copy-timezone.patch ++++++
From: Petr Tesarik <[email protected]>
Date: Tue, 13 Mar 2018 16:40:13 +0100
Subject: Always copy timezone data into kdumprd
References: bsc#1081646
Upstream: merged
Git-commit: 58d5fa45ed8e7c12866765cadb520e92600c1d39

Timezone data is not always copied automatically by dracut. In fact,
the code which does that is SUSE-specific, see bsc#830060, or SUSE
patch 0020-00warpclock-Set-correct-timezone.patch.

Even with the above patch, localtime is not copied on s390(x).

Signed-off-by: Petr Tesarik <[email protected]>
---
 init/module-setup.sh |    2 ++
 1 file changed, 2 insertions(+)

--- a/init/module-setup.sh
+++ b/init/module-setup.sh
@@ -227,4 +227,6 @@ install() {
     inst_multiple makedumpfile makedumpfile-R.pl kdumptool \
        $KDUMP_REQUIRED_PROGRAMS
     inst_simple /etc/resolv.conf
+    inst_simple /usr/share/zoneinfo/UTC
+    inst_simple /etc/localtime
 }


Reply via email to