update to 7.2.9 [release 7.2.9-1mamba;Thu Dec 10 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 21:33:22 +01:00
parent a63cb48e17
commit 06e2b652ec

View File

@ -1,19 +1,20 @@
%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.2.8 Version: 7.2.9
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
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://people.redhat.com/anderson/ URL: https://github.com/crash-utility/crash
Source: http://people.redhat.com/anderson/crash-%{majver}%{minver}.tar.gz Source: https://github.com/crash-utility/crash.git/%{version}/crash-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: binutils
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: liblzma-devel
BuildRequires: libncurses-devel BuildRequires: libncurses-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -31,8 +32,9 @@ Requires: libz-devel
%description 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. 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 %prep
%setup -q -n %{name}-%{majver}%{minver} %setup -q -n %{name}-%{majver}%{minver}
@ -57,7 +59,7 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/crash %{_bindir}/crash
%{_mandir}/man8/crash.8.gz %{_mandir}/man8/crash.8*
%doc COPYING3 README %doc COPYING3 README
%files devel %files devel
@ -66,6 +68,9 @@ cp -p defs.h %{buildroot}%{_includedir}/crash
%{_includedir}/crash/*.h %{_includedir}/crash/*.h
%changelog %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 * Wed Feb 12 2020 Automatic Build System <autodist@mambasoft.it> 7.2.8-1mamba
- automatic version update by autodist - automatic version update by autodist