import crash-7.3.2-4.el8

This commit is contained in:
CentOS Sources 2022-11-24 08:09:58 +00:00 committed by root
parent b4072f7840
commit 7653977546
2 changed files with 5 additions and 2 deletions

View File

@ -118,7 +118,7 @@ index 1f10006a2d63..f9d0018998df 100644
+{
+ struct syment *sp;
+
+ if ((sp = value_search_module(addr, offset))) {
+ if ((sp = value_search(addr, offset))) {
+ return sp->name;
+ } else {
+ return NULL;

View File

@ -4,7 +4,7 @@
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
Name: crash
Version: 7.3.2
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3
Group: Development/Debuggers
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz
@ -160,6 +160,9 @@ rm -rf %{buildroot}
%{_includedir}/*
%changelog
* 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