2024-01-05 18:28:35 +01:00
|
|
|
Name: thin-provisioning-tools
|
2024-01-05 18:28:35 +01:00
|
|
|
Version: 0.8.1
|
2024-01-05 18:28:35 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A suite of tools for manipulating the metadata of the dm-thin, dm-cache and dm-era device-mapper targets
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/jthornber/thin-provisioning-tools
|
|
|
|
## GITSOURCE https://github.com/jthornber/thin-provisioning-tools.git v0.7.6
|
|
|
|
Source: https://github.com/jthornber/thin-provisioning-tools.git/v%{version}/thin-provisioning-tools-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libaio-devel
|
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
A suite of tools for manipulating the metadata of the dm-thin, dm-cache and dm-era device-mapper targets.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoconf
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/cache_check
|
|
|
|
%{_sbindir}/cache_dump
|
|
|
|
%{_sbindir}/cache_metadata_size
|
|
|
|
%{_sbindir}/cache_repair
|
|
|
|
%{_sbindir}/cache_restore
|
|
|
|
%{_sbindir}/cache_writeback
|
|
|
|
%{_sbindir}/era_check
|
|
|
|
%{_sbindir}/era_dump
|
|
|
|
%{_sbindir}/era_invalidate
|
|
|
|
%{_sbindir}/era_restore
|
|
|
|
%{_sbindir}/pdata_tools
|
|
|
|
%{_sbindir}/thin_check
|
|
|
|
%{_sbindir}/thin_delta
|
|
|
|
%{_sbindir}/thin_dump
|
|
|
|
%{_sbindir}/thin_ls
|
|
|
|
%{_sbindir}/thin_metadata_size
|
|
|
|
%{_sbindir}/thin_repair
|
|
|
|
%{_sbindir}/thin_restore
|
|
|
|
%{_sbindir}/thin_rmap
|
|
|
|
%{_sbindir}/thin_trim
|
|
|
|
%{_mandir}/man8/cache_check.8*
|
|
|
|
%{_mandir}/man8/cache_dump.8*
|
|
|
|
%{_mandir}/man8/cache_metadata_size.8*
|
|
|
|
%{_mandir}/man8/cache_repair.8*
|
|
|
|
%{_mandir}/man8/cache_restore.8*
|
|
|
|
%{_mandir}/man8/cache_writeback.8*
|
|
|
|
%{_mandir}/man8/era_check.8*
|
|
|
|
%{_mandir}/man8/era_dump.8*
|
|
|
|
%{_mandir}/man8/era_invalidate.8*
|
|
|
|
%{_mandir}/man8/era_restore.8*
|
|
|
|
%{_mandir}/man8/thin_check.8*
|
|
|
|
%{_mandir}/man8/thin_delta.8*
|
|
|
|
%{_mandir}/man8/thin_dump.8*
|
|
|
|
%{_mandir}/man8/thin_ls.8*
|
|
|
|
%{_mandir}/man8/thin_metadata_size.8*
|
|
|
|
%{_mandir}/man8/thin_repair.8*
|
|
|
|
%{_mandir}/man8/thin_restore.8*
|
|
|
|
%{_mandir}/man8/thin_rmap.8*
|
|
|
|
%{_mandir}/man8/thin_trim.8*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:28:35 +01:00
|
|
|
* Tue May 07 2019 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:28:35 +01:00
|
|
|
* Tue Apr 23 2019 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:28:35 +01:00
|
|
|
* Sun Jan 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.6-1mamba
|
|
|
|
- package created using the webbuild interface
|