automatic version update by autodist [release 9.0.0-1mamba;Fri Apr 25 2025]

This commit is contained in:
Automatic Build System 2025-04-26 09:42:15 +02:00
parent e5b45bb637
commit b9dea08d24

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-3)
%define minver %(echo %version | cut -d. -f4 | sed s/^\\\([0-9]\\\)/-\\1/)
Name: crash
Version: 8.0.6
Version: 9.0.0
Release: 1mamba
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
Group: Development/Tools
@ -24,6 +24,7 @@ BuildRequires: libmpfr-devel
BuildRequires: libncurses-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxxhash-devel
BuildRequires: libzstd-devel
BuildRequires: source-highlight-devel
## AUTOBUILDREQ-END
Requires: binutils
@ -41,7 +42,6 @@ Requires: libz-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 offered by Mission Critical Linux, or the LKCD kernel patch.
This package contains libraries and header files needed for development.
%debug_package
%prep
%setup -q -n %{name}-%{majver}%{minver}
@ -75,6 +75,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
%{_includedir}/crash/*.h
%changelog
* Fri Apr 25 2025 Automatic Build System <autodist@openmamba.org> 9.0.0-1mamba
- automatic version update by autodist
* Wed Nov 13 2024 Automatic Build System <autodist@openmamba.org> 8.0.6-1mamba
- automatic version update by autodist