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 majver %(echo %version | cut -d. -f1-3)
|
||||||
%define minver %(echo %version | cut -d. -f4 | sed s/^\\\([0-9]\\\)/-\\1/)
|
%define minver %(echo %version | cut -d. -f4 | sed s/^\\\([0-9]\\\)/-\\1/)
|
||||||
Name: crash
|
Name: crash
|
||||||
Version: 7.3.0
|
Version: 8.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -13,9 +13,18 @@ Source: https://github.com/crash-utility/crash.git/%{version}/crash-%{ver
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libboost-devel
|
||||||
|
BuildRequires: libelf-devel
|
||||||
|
BuildRequires: libgc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgmp-devel
|
||||||
|
BuildRequires: libguile-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: libmpfr-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libxxhash-devel
|
||||||
|
BuildRequires: source-highlight-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
|
|
||||||
@ -66,6 +75,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
|
|||||||
%{_includedir}/crash/*.h
|
%{_includedir}/crash/*.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 01 2021 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user