Auto sync2gitlab import of crash-7.3.2-4.el8.src.rpm
This commit is contained in:
parent
7b04afe6a8
commit
db9109700c
@ -118,7 +118,7 @@ index 1f10006a2d63..f9d0018998df 100644
|
|||||||
+{
|
+{
|
||||||
+ struct syment *sp;
|
+ struct syment *sp;
|
||||||
+
|
+
|
||||||
+ if ((sp = value_search_module(addr, offset))) {
|
+ if ((sp = value_search(addr, offset))) {
|
||||||
+ return sp->name;
|
+ return sp->name;
|
||||||
+ } else {
|
+ } else {
|
||||||
+ return NULL;
|
+ return NULL;
|
||||||
|
@ -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: 7.3.2
|
Version: 7.3.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -160,6 +160,9 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user