Skip to content

Releases: rhkdump/kdump-utils

v1.0.44

15 Jul 09:12
Compare
Choose a tag to compare

What's Changed

  • Automatically propose a release in Fedora using packit by @coiby in #25

Full Changelog: v1.0.43...v1.0.44

v1.0.43

10 Jul 02:52
Compare
Choose a tag to compare

What's Changed

  • Install PHY and MDIO bus drivers and the driver of physical device for a SR-IOV virtual device by @coiby in #3
  • update 98-kexec rules for crash hotplug by @baoquan-he in #6
  • [PATCH v2] sysconfig: add pcie_ports compat to KDUMP_COMMANDLINE_APPEND on x86_64 by @liutgnu in #9
  • fadump/udev: do not re-register fadump if kernel hotplug ready by @sourabhjains in #7
  • Use "grep -q <<< $(cmd)" instead of "cmd | grep -q" by @liutgnu in #17
  • Remove default debug option by @prudo1 in #12
  • dracut-module-setup: Remove remove_cpu_online_rule() since PowerPC us… by @pfliu in #16
  • Various fixes by @prudo1 in #18

Full Changelog: v1.0.42...v1.0.43

init

13 Apr 01:54
Compare
Choose a tag to compare
makedumpfile: remove explicit-lib-dependency zlib

Fix the following error found by rpmlint,
    makedumpfile.x86_64: E: explicit-lib-dependency zlib
    You must let rpm find the library dependencies by itself. Do not put unneeded
    explicit Requires: tags.

Signed-off-by: Coiby Xu <coxu@redhat.com>
Reviewed-by: Philipp Rudo <prudo@redhat.com>
Reviewed-by: Dave Young <dyoung@redhat.com>