AlmaLinux changes

This commit is contained in:
Andrew Lukoshko 2021-09-02 11:15:06 +00:00
parent f2865a0179
commit b4a0b91d49
1 changed files with 10 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# #
# crash core analysis suite # crash core analysis suite
#
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.2.9 Version: 7.2.9
Release: 2%{?dist} Release: 2%{?dist}.alma
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
@ -23,7 +23,7 @@ Patch2: rhel8_arm64_52_bit_fix.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 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. offered by Mission Critical Linux, or the LKCD kernel patch.
%package devel %package devel
@ -34,7 +34,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 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. offered by Mission Critical Linux, or the LKCD kernel patch.
%prep %prep
@ -72,6 +72,9 @@ rm -rf %{buildroot}
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Mon Apr 19 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 7.2.9-2.alma
- Debrand for AlmaLinux
* Tue Dec 1 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.9-2 * Tue Dec 1 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.9-2
- Fix the sources file to add gdb-7.6 tarball - Fix the sources file to add gdb-7.6 tarball
[The line was somehow removed when using rhpkg new-sources to [The line was somehow removed when using rhpkg new-sources to
@ -129,6 +132,9 @@ rm -rf %{buildroot}
- Support for KASLR on s390x - Support for KASLR on s390x
Resolves: rhbz# 1753172 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 * Mon Jun 10 2019 Dave Anderson <anderson@redhat.com> - 7.2.6-2
- Fix "p" command regression - Fix "p" command regression
Resolves: rhbz#1718417 Resolves: rhbz#1718417