Release 2.0.25-2
Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
parent
fdad7d9869
commit
995ee24903
@ -1,11 +1,11 @@
|
||||
%global eppic_ver e8844d3793471163ae4a56d8f95897be9e5bd554
|
||||
%global eppic_shortver %(c=%{eppic_ver}; echo ${c:0:7})
|
||||
%global mkdf_ver 1.7.1
|
||||
%global mkdf_ver 1.7.2
|
||||
%global mkdf_shortver %(c=%{mkdf_ver}; echo ${c:0:7})
|
||||
|
||||
Name: kexec-tools
|
||||
Version: 2.0.25
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Summary: The kexec/kdump userspace component
|
||||
|
||||
@ -413,6 +413,22 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 27 2022 Coiby <coxu@redhat.com> - 2.0.25-1
|
||||
- Update makedumpfile to 1.7.2
|
||||
- Skip reading /etc/defaut/grub for s390x
|
||||
- Include the memory overhead cost of cryptsetup when estimating the memory requirement for LUKS-encrypted target
|
||||
- Choosing the most memory-consuming key slot when estimating the memory requirement for LUKS-encrypted target
|
||||
- Fix grep warnings "grep: warning: stray \ before -"
|
||||
- Only try to reset crashkernel for osbuild during package install
|
||||
- Prefix reset-crashkernel-{for-installed_kernel,after-update} with underscore
|
||||
- Seperate dracut and dracut-squash compressor for zstd
|
||||
- Fix the sync issue for dump_fs
|
||||
- virtiofs support for kexec-tools
|
||||
- fadump: avoid non-debug kernel use for fadump case
|
||||
- mkdumprd: Improve error messages on non-existing NFS target directories
|
||||
- kdumpctl: make the kdump.log root-readable-only
|
||||
- sysconfig: use a simple generator script to maintain
|
||||
|
||||
* Wed Aug 03 2022 Coiby <coxu@redhat.com> - 2.0.25-1
|
||||
- Update kexec-tools to 2.0.25
|
||||
- remind the users to run zipl after calling grubby on s390x
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (eppic-e8844d3.tar.gz) = d86b9f90c57e694107272d8f71b87f66a30743b9530480fb6f665026bbada4c6b0205a83e40b5383663a945681cfbfcf1ee79469fc219ddf679473c4b2290763
|
||||
SHA512 (kexec-tools-2.0.25.tar.xz) = 6fd3fe11d428c5bb2ce318744146e03ddf752cc77632064bdd7418ef3ad355ad2e2db212d68a5bc73554d78f786901beb42d72bd62e2a4dae34fb224b667ec6b
|
||||
SHA512 (makedumpfile-1.7.1.tar.gz) = 93e36487b71f567d3685b151459806cf36017e52bf3ee68dd448382b279a422d1a8abef72e291ccb8206f2149ccd08ba484ec0027d1caab3fa1edbc3d28c3632
|
||||
SHA512 (makedumpfile-1.7.2.tar.gz) = 324e303dd5f507703f66e2bd5dc9d24f9f50ba797be70c05702008ba77078f61ffcc884796ddf9ab737de1d124c3a9d881ab5ce4f3f459690ec00055af25ea9e
|
||||
|
Loading…
Reference in New Issue
Block a user