update to 7.2.9 [release 7.2.9-1mamba;Thu Dec 10 2020]
This commit is contained in:
parent
a63cb48e17
commit
06e2b652ec
17
crash.spec
17
crash.spec
@ -1,19 +1,20 @@
|
||||
%define majver %(echo %version | cut -d. -f1-3)
|
||||
%define minver %(echo %version | cut -d. -f4 | sed s/^\\\([0-9]\\\)/-\\1/)
|
||||
Name: crash
|
||||
Version: 7.2.8
|
||||
Version: 7.2.9
|
||||
Release: 1mamba
|
||||
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://people.redhat.com/anderson/
|
||||
Source: http://people.redhat.com/anderson/crash-%{majver}%{minver}.tar.gz
|
||||
URL: https://github.com/crash-utility/crash
|
||||
Source: https://github.com/crash-utility/crash.git/%{version}/crash-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: binutils
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -31,8 +32,9 @@ Requires: libz-devel
|
||||
|
||||
%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 offered by Mission Critical Linux, or the LKCD kernel patch.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{majver}%{minver}
|
||||
@ -57,7 +59,7 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/crash
|
||||
%{_mandir}/man8/crash.8.gz
|
||||
%{_mandir}/man8/crash.8*
|
||||
%doc COPYING3 README
|
||||
|
||||
%files devel
|
||||
@ -66,6 +68,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
|
||||
%{_includedir}/crash/*.h
|
||||
|
||||
%changelog
|
||||
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 7.2.9-1mamba
|
||||
- update to 7.2.9
|
||||
|
||||
* Wed Feb 12 2020 Automatic Build System <autodist@mambasoft.it> 7.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user