diff --git a/SPECS/crash.spec b/SPECS/crash.spec index d6de6a9..9830ea2 100644 --- a/SPECS/crash.spec +++ b/SPECS/crash.spec @@ -4,7 +4,7 @@ Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles Name: crash Version: 8.0.0 -Release: 6%{?dist} +Release: 6%{?dist}.alma License: GPLv3 Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz Source1: http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.gz @@ -40,7 +40,7 @@ Patch18: 0001-arm64-deduce-the-start-address-of-kernel-code-based-.patch %description The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the -netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch +netdump, diskdump and kdump packages from AlmaLinux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch. %package devel @@ -50,7 +50,7 @@ Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdum %description devel The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the -netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch +netdump, diskdump and kdump packages from AlmaLinux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch. %prep @@ -99,6 +99,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash %{_includedir}/* %changelog +* Wed May 18 2022 Eduard Abdullin - 8.0.0-6.alma +- Debrand for AlmaLinux + * Fri Mar 04 2022 Lianbo Jiang - 8.0.0-6 - Fix for "bt: read of IRQ stack failed" issue on aarch64