automatic version update by autodist [release 8.0.0-1mamba;Thu Dec 16 2021]
This commit is contained in:
parent
bf3bfd534f
commit
484ede7ee0
16
crash.spec
16
crash.spec
@ -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: 7.3.0
|
||||
Version: 8.0.0
|
||||
Release: 1mamba
|
||||
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
||||
Group: Development/Tools
|
||||
@ -13,9 +13,18 @@ Source: https://github.com/crash-utility/crash.git/%{version}/crash-%{ver
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libgc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxxhash-devel
|
||||
BuildRequires: source-highlight-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: binutils
|
||||
|
||||
@ -66,6 +75,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
|
||||
%{_includedir}/crash/*.h
|
||||
|
||||
%changelog
|
||||
* Thu Dec 16 2021 Automatic Build System <autodist@mambasoft.it> 8.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 01 2021 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user