Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045378
en ru br
ALT Linux repos
S:1.7.3-alt1

Group :: System/Kernel and hardware
RPM: makedumpfile

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# SPDX-License-Identifier: GPL-2.0-only
%define _unpackaged_files_terminate_build 1

Name:    makedumpfile
Version: 1.6.7.0.10.gc9e0785
Release: alt1
Summary: Make a small dumpfile of kdump (Linux crash dump)
Group:   System/Kernel and hardware
License: GPL-2.0-only
Url:     https://github.com/makedumpfile/makedumpfile
Vcs:     https://github.com/makedumpfile/makedumpfile.git
# Wiki:  https://github.com/makedumpfile/makedumpfile/wiki

Source: %name-%version.tar

BuildRequires: bzlib-devel
BuildRequires: libdw-devel
BuildRequires: libelf-devel
BuildRequires: liblzma-devel
BuildRequires: liblzo2-devel
BuildRequires: libncurses-devel
BuildRequires: libsnappy-devel
BuildRequires: perl-Math-BigInt
BuildRequires: zlib-devel

%description
Exclude unnecessary pages for crash analysis
Compress dump data with zlib, lzo or snappy
Multi-thread processing

(Experimental.)

%prep
%setup

%build
export USELZO=on
export USESNAPPY=on
export LINKTYPE=dynamic
%make_build

%install
%makeinstall_std

%files
%doc COPYING README IMPLEMENTATION
/etc/makedumpfile.conf.sample
%_sbindir/makedumpfile
%_sbindir/makedumpfile-R.pl
%_man5dir/makedumpfile.conf.5.xz
%_man8dir/makedumpfile.8.xz
%_datadir/makedumpfile*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin