|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
#
|
|
|
|
|
# crash core analysis suite
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
|
|
|
|
Name: crash
|
|
|
|
|
Version: 7.3.2
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 4%{?dist}.alma
|
|
|
|
|
License: GPLv3
|
|
|
|
|
Group: Development/Debuggers
|
|
|
|
|
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz
|
|
|
|
@ -67,7 +67,7 @@ Patch46: 0028-Fix-for-ps-vm-commands-to-display-correct-MEM-and-RS.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
|
|
|
|
@ -78,7 +78,7 @@ Group: Development/Debuggers
|
|
|
|
|
%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
|
|
|
|
@ -160,15 +160,16 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 16 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 7.3.2-4.alma
|
|
|
|
|
- Debrand for AlmaLinux
|
|
|
|
|
|
|
|
|
|
* Mon Nov 21 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-4
|
|
|
|
|
- Fix for commit 2145b2bb79c5, there are different behaviors between gdb-7.6 and gdb-10.2
|
|
|
|
|
|
|
|
|
|
* Thu Nov 17 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-3
|
|
|
|
|
- Update to the latest commit a158590f475c from master branch
|
|
|
|
|
|
|
|
|
|
* Thu Jun 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-2
|
|
|
|
|
- Enhance "dev -d|-D" options to support blk-mq sbitmap
|
|
|
|
|
|
|
|
|
|
* Mon May 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-1
|
|
|
|
|
- Rebase to upstream crash 7.3.2
|
|
|
|
|
|
|
|
|
@ -261,6 +262,9 @@ rm -rf %{buildroot}
|
|
|
|
|
- Support for KASLR on s390x
|
|
|
|
|
Resolves: rhbz# 1753172
|
|
|
|
|
|
|
|
|
|
* Mon Nov 11 2019 Sergey Fokin <sfokin@cloudlinux.com> - 7.2.6-2.cloudlinux
|
|
|
|
|
- rebranding for CloudLinux
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2019 Dave Anderson <anderson@redhat.com> - 7.2.6-2
|
|
|
|
|
- Fix "p" command regression
|
|
|
|
|
Resolves: rhbz#1718417
|
|
|
|
|