Release makedumpfile-1.7.5-12

Resolves: RHEL-41117

Signed-off-by: Lichen Liu <lichliu@redhat.com>
This commit is contained in:
Lichen Liu 2024-07-28 13:02:50 +08:00
parent f812cb511f
commit 4b4fbe29b9
No known key found for this signature in database
GPG Key ID: 2ED8215EF57B3D6C

View File

@ -3,7 +3,7 @@
Name: makedumpfile
Version: 1.7.5
Summary: make a small dumpfile of kdump
Release: 11%{?dist}
Release: 12%{?dist}
License: GPL-2.0-only
URL: https://github.com/makedumpfile/makedumpfile
@ -62,6 +62,9 @@ install -m 755 -D eppic_makedumpfile.so %{buildroot}/%{_libdir}/eppic_makedumpfi
%license COPYING
%changelog
* Fri Jul 26 2024 Lichen Liu <lichliu@redhat.com> - 1.7.5-12
- Resolves: RHEL-41117
* Fri Jun 21 2024 Lianbo Jiang <lijiang@redhat.com> - 1.7.5-11
- Fix failure of hugetlb pages exclusion on Linux 6.9 and later
- Fix wrong exclusion of Slab pages on Linux 6.10-rc1 and later