Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37526032
en ru br
ALT Linux repos
S:0.9.0-alt2

Group :: System/Base
RPM: thin-provisioning-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 


Summary: A suite of tools for manipulating the metadata of the dm-thin device-mapper target.
Name: thin-provisioning-tools
Version: 0.9.0
Release: alt2
License: GPLv3+
Group: System/Base
Url: https://github.com/jthornber/thin-provisioning-tools
Source: %name-%version.tar
Patch: device-mapper-persistent-data-avoid-strip.patch

# add provides for RH compat

Provides: device-mapper-persistent-data = %EVR

BuildRequires: gcc-c++
BuildRequires: libexpat-devel libaio-devel boost-devel-headers

%description
thin-provisioning-tools contains check,dump,restore,repair,rmap
and metadata_size tools to manage device-mapper thin provisioning
target metadata devices; cache check,dump,metadata_size,restore
and repair tools to manage device-mapper cache metadata devices
are included and era check, dump, restore and invalidate to manage
snapshot eras

%prep
%setup
%patch -p1

%ifarch %e2k
sed -i "s|ref_counter<uint64_t>|persistent_data::&|" \
persistent-data/data-structures/array.h
%endif

echo %version > VERSION

%build
%autoreconf
%configure --with-optimisation=""
%make_build

%install
%makeinstall_std BINDIR=%buildroot%_sbindir

%files
%doc COPYING README.md
%_man8dir/*
%_sbindir/*

%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