Compare commits
No commits in common. "c8" and "c8-beta" have entirely different histories.
2
.crash.metadata
Normal file
2
.crash.metadata
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
335ab5dfe04f5265cf5f7bb5a44d6ee0afad1bdc SOURCES/crash-8.0.4.tar.gz
|
||||||
|
6bf5ee7877a4740835745ed97ce525a00bb2232c SOURCES/gdb-10.2.tar.gz
|
@ -4,7 +4,7 @@
|
|||||||
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
||||||
Name: crash
|
Name: crash
|
||||||
Version: 8.0.4
|
Version: 8.0.4
|
||||||
Release: 2%{?dist}.alma
|
Release: 2%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz
|
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz
|
||||||
@ -37,7 +37,7 @@ Patch15: 0014-x86_64-check-bt-bptr-before-calculate-framesize.patch
|
|||||||
%description
|
%description
|
||||||
The core analysis suite is a self-contained tool that can be used to
|
The core analysis suite is a self-contained tool that can be used to
|
||||||
investigate either live systems, kernel core dumps created from the
|
investigate either live systems, kernel core dumps created from the
|
||||||
netdump, diskdump and kdump packages from AlmaLinux, the mcore kernel patch
|
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
|
||||||
offered by Mission Critical Linux, or the LKCD kernel patch.
|
offered by Mission Critical Linux, or the LKCD kernel patch.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -48,7 +48,7 @@ Group: Development/Debuggers
|
|||||||
%description devel
|
%description devel
|
||||||
The core analysis suite is a self-contained tool that can be used to
|
The core analysis suite is a self-contained tool that can be used to
|
||||||
investigate either live systems, kernel core dumps created from the
|
investigate either live systems, kernel core dumps created from the
|
||||||
netdump, diskdump and kdump packages from AlmaLinux, the mcore kernel patch
|
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
|
||||||
offered by Mission Critical Linux, or the LKCD kernel patch.
|
offered by Mission Critical Linux, or the LKCD kernel patch.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -96,13 +96,11 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 27 2024 Eduard Abdullin <eabdullin@almalinux.org> - 8.0.4-2.alma
|
|
||||||
- AlmaLinux changes
|
|
||||||
|
|
||||||
* Tue Jan 02 2024 Lianbo Jiang <lijiang@redhat.com> - 8.0.4-2
|
* Tue Jan 02 2024 Lianbo Jiang <lijiang@redhat.com> - 8.0.4-2
|
||||||
- Fix the "dis -lr" not displaying the source file names
|
- Fix the "dis -lr" not displaying the source file names
|
||||||
and line numbers
|
and line numbers
|
||||||
- Fix incorrect symbol translation by the 'struct blk_mq_ops'
|
- Fix incorrect symbol translation by the 'struct blk_mq_ops'
|
||||||
|
|
||||||
* Fri Nov 17 2023 Lianbo Jiang <lijiang@redhat.com> - 8.0.4-1
|
* Fri Nov 17 2023 Lianbo Jiang <lijiang@redhat.com> - 8.0.4-1
|
||||||
- Rebase to upstream crash 8.0.4
|
- Rebase to upstream crash 8.0.4
|
||||||
|
|
||||||
@ -113,6 +111,7 @@ rm -rf %{buildroot}
|
|||||||
* Thu Jun 15 2023 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-8
|
* Thu Jun 15 2023 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-8
|
||||||
- arm64: Fix again segfault in arm64_is_kernel_exception_frame()
|
- arm64: Fix again segfault in arm64_is_kernel_exception_frame()
|
||||||
- Fix invalid structure size error during crash startup on ppc64
|
- Fix invalid structure size error during crash startup on ppc64
|
||||||
|
|
||||||
* Wed Jun 07 2023 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-7
|
* Wed Jun 07 2023 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-7
|
||||||
- Fix segfault caused by failure of stopping CPUs
|
- Fix segfault caused by failure of stopping CPUs
|
||||||
|
|
||||||
@ -125,11 +124,13 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
* Mon Nov 21 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-4
|
* 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
|
- 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
|
* Thu Nov 17 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-3
|
||||||
- Update to the latest commit a158590f475c from master branch
|
- Update to the latest commit a158590f475c from master branch
|
||||||
|
|
||||||
* Thu Jun 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-2
|
* Thu Jun 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-2
|
||||||
- Enhance "dev -d|-D" options to support blk-mq sbitmap
|
- Enhance "dev -d|-D" options to support blk-mq sbitmap
|
||||||
|
|
||||||
* Mon May 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-1
|
* Mon May 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-1
|
||||||
- Rebase to upstream crash 7.3.2
|
- Rebase to upstream crash 7.3.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user