Merge pull request !5 from xinghe/master
This commit is contained in:
openeuler-ci-bot 2020-07-28 09:36:28 +08:00 committed by Gitee
commit 8fd1ee9de0
2 changed files with 7 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Name: crash
Version: 7.2.6
Release: 3
Version: 7.2.8
Release: 1
Summary: Linux kernel crash utility.
License: GPLv3
URL: http://people.redhat.com/anderson
Source0: http://people.redhat.com/anderson/%{name}-%{version}.tar.gz
URL: https://github.com/crash-utility/crash
Source0: https://github.com/crash-utility/%{name}/archive/%{version}.tar.gz
Patch0: lzo_snappy.patch
Patch1: use_system_readline_v3.patch
@ -75,6 +75,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h
%{_mandir}/man8/crash.8*
%changelog
* Mon Jul 27 2020 xinghe <xinghe1@huawei.com> - 7.2.8-1
- update version to 7.2.8
* Sun Jan 19 2020 Yeqing Peng <pengyeqing@huawei.com> - 7.2.6-3
- fix parse vmcore fail.