Accepting request 1132926 from Kernel:kdump

- upgrade to version 2.0.0
  * add support for riscv64 (bsc#1204214)
  * mkdumprd: fix the check for updated SSH keys
  * prefer by-path and device-mapper aliases (bsc#1217617)
  * udev: don't reload kdump if kernel handles hotplug (jsc#PED-5077)

OBS-URL: https://build.opensuse.org/request/show/1132926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdump?expand=0&rev=143
This commit is contained in:
Ana Guerrero 2023-12-14 21:02:44 +00:00 committed by Git OBS Bridge
commit edad341750
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49f18964cb0217b6db976f613ee849725cab62463b4e15e36614dac6351e396b
size 71544

3
kdump-2.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2442662b6e5a8c5dea3cfbb38b7a17dafefe7c7c63323a99beacc3e289fc067b
size 71860

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 13 16:44:48 UTC 2023 - Jiri Bohac <jbohac@suse.com>
- upgrade to version 2.0.0
* add support for riscv64 (bsc#1204214)
* mkdumprd: fix the check for updated SSH keys
* prefer by-path and device-mapper aliases (bsc#1217617)
* udev: don't reload kdump if kernel handles hotplug (jsc#PED-5077)
-------------------------------------------------------------------
Tue Oct 31 14:30:30 UTC 2023 - Jiri Bohac <jbohac@suse.com>

View File

@ -44,16 +44,20 @@
%ifarch %power64
%define qemu qemu-ppc
%else
%ifarch riscv64
%define qemu qemu-extra
%else
%define qemu qemu-%{_target_cpu}
%endif
%endif
%endif
%endif
%endif
%define dracutlibdir %{_prefix}/lib/dracut
Name: kdump
Version: 1.9.8
Version: 2.0.0
Release: 0
Summary: Kernel crash dump scripts and utilities
License: GPL-2.0-or-later