From b4a0b91d49f3232f877adf6288735e131cd3662a Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 2 Sep 2021 11:15:06 +0000 Subject: [PATCH] AlmaLinux changes --- SPECS/crash.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/SPECS/crash.spec b/SPECS/crash.spec index fe2b870..945fbd2 100644 --- a/SPECS/crash.spec +++ b/SPECS/crash.spec @@ -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.2.9 -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 +* Mon Apr 19 2021 Andrew Lukoshko - 7.2.9-2.alma +- Debrand for AlmaLinux + * Tue Dec 1 2020 Bhupesh Sharma - 7.2.9-2 - Fix the sources file to add gdb-7.6 tarball [The line was somehow removed when using rhpkg new-sources to @@ -129,6 +132,9 @@ rm -rf %{buildroot} - Support for KASLR on s390x Resolves: rhbz# 1753172 +* Mon Nov 11 2019 Sergey Fokin - 7.2.6-2.cloudlinux +- rebranding for CloudLinux + * Mon Jun 10 2019 Dave Anderson - 7.2.6-2 - Fix "p" command regression Resolves: rhbz#1718417