Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37332217
en ru br
Репозитории ALT

Группа :: Система/Основа
Пакет: thin-provisioning-tools

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin