Compare commits

...

2 Commits

Author SHA1 Message Date
eabdullin ad1676f0a2 AlmaLinux changes 2021-11-17 14:50:45 +03:00
Andrew Lukoshko b4a0b91d49 AlmaLinux changes 2021-09-02 11:15:06 +00:00
1 changed files with 10 additions and 4 deletions

View File

@ -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.0
Release: 2%{?dist}
Release: 2%{?dist}.alma
License: GPLv3
Group: Development/Debuggers
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz
@ -23,7 +23,7 @@ Patch2: rhel8_arm64_52_bit_fix.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
@ -34,7 +34,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
@ -72,6 +72,9 @@ rm -rf %{buildroot}
%{_includedir}/*
%changelog
* Fri Oct 08 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 7.3.0-2.alma
- Debrand for AlmaLinux
* Fri May 14 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-2
- Update the sha512 hash in the sources file to solve the
compilation issues
@ -136,6 +139,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