- Update to 0.6.0
* thin_ls OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=5
This commit is contained in:
parent
b80209d8af
commit
a2b87286bf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 18:38:39 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.6.0
|
||||
* thin_ls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 20 09:31:35 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package thin-provisioning-tools
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: thin-provisioning-tools
|
||||
Version: 0.5.6
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Thin Provisioning Tools
|
||||
License: GPL-3.0
|
||||
@ -47,12 +47,50 @@ autoreconf -fiv
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=%{buildroot}%{_bindir}
|
||||
make \
|
||||
install \
|
||||
DESTDIR=%{buildroot} \
|
||||
MANDIR=%{_mandir} \
|
||||
BINDIR=%{buildroot}%{_bindir} \
|
||||
%{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man8/*
|
||||
%{_bindir}/cache_check
|
||||
%{_bindir}/cache_dump
|
||||
%{_bindir}/cache_metadata_size
|
||||
%{_bindir}/cache_repair
|
||||
%{_bindir}/cache_restore
|
||||
%{_bindir}/era_check
|
||||
%{_bindir}/era_dump
|
||||
%{_bindir}/era_invalidate
|
||||
%{_bindir}/era_restore
|
||||
%{_bindir}/pdata_tools
|
||||
%{_bindir}/thin_check
|
||||
%{_bindir}/thin_delta
|
||||
%{_bindir}/thin_dump
|
||||
%{_bindir}/thin_ls
|
||||
%{_bindir}/thin_metadata_size
|
||||
%{_bindir}/thin_repair
|
||||
%{_bindir}/thin_restore
|
||||
%{_bindir}/thin_rmap
|
||||
%{_bindir}/thin_trim
|
||||
%{_mandir}/man8/cache_check.8%{ext_man}
|
||||
%{_mandir}/man8/cache_dump.8%{ext_man}
|
||||
%{_mandir}/man8/cache_repair.8%{ext_man}
|
||||
%{_mandir}/man8/cache_restore.8%{ext_man}
|
||||
%{_mandir}/man8/era_check.8%{ext_man}
|
||||
%{_mandir}/man8/era_dump.8%{ext_man}
|
||||
%{_mandir}/man8/era_invalidate.8%{ext_man}
|
||||
%{_mandir}/man8/thin_check.8%{ext_man}
|
||||
%{_mandir}/man8/thin_delta.8%{ext_man}
|
||||
%{_mandir}/man8/thin_dump.8%{ext_man}
|
||||
%{_mandir}/man8/thin_ls.8%{ext_man}
|
||||
%{_mandir}/man8/thin_metadata_size.8%{ext_man}
|
||||
%{_mandir}/man8/thin_repair.8%{ext_man}
|
||||
%{_mandir}/man8/thin_restore.8%{ext_man}
|
||||
%{_mandir}/man8/thin_rmap.8%{ext_man}
|
||||
%{_mandir}/man8/thin_trim.8%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4348891a461af09a60f7082968feeba42ecf0f1c7c4fbe904766002274df3203
|
||||
size 192139
|
3
v0.6.0.tar.gz
Normal file
3
v0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59734d94e282c5514b6099f124fea7d4d7ff1e3b9ad8478bfba1a4fa43937465
|
||||
size 197025
|
Loading…
Reference in New Issue
Block a user