- Update to 0.5.6
* era_invalidate may be run on live metadata if the --metadata-snap option is given. - Changes for 0.5.5 * You may now give the --metadata_snap option to thin_delta without specifying where the snap is. * Update man pages to make it clearer that most tools shouldn't be run on live metadata. * Fix some bugs in the metadata reference counting for thin_check. OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=4
This commit is contained in:
parent
fc5b7368e6
commit
b80209d8af
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 20 09:31:35 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.5.6
|
||||
* era_invalidate may be run on live metadata if the
|
||||
--metadata-snap option is given.
|
||||
- Changes for 0.5.5
|
||||
* You may now give the --metadata_snap option to thin_delta
|
||||
without specifying where the snap is.
|
||||
* Update man pages to make it clearer that most tools shouldn't
|
||||
be run on live metadata.
|
||||
* Fix some bugs in the metadata reference counting for
|
||||
thin_check.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 08:32:56 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: thin-provisioning-tools
|
||||
Version: 0.5.3
|
||||
Version: 0.5.6
|
||||
Release: 0
|
||||
Summary: Thin Provisioning Tools
|
||||
License: GPL-3.0
|
||||
@ -40,10 +40,11 @@ A suite of tools for thin provisioning on Linux.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--with-optimisation=""
|
||||
make %{?_smp_mflags} V=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=%{buildroot}%{_bindir}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d6856dbca2f0fcf23ece171a8e68a4a7054350a3810958da37615358695597e
|
||||
size 191431
|
3
v0.5.6.tar.gz
Normal file
3
v0.5.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4348891a461af09a60f7082968feeba42ecf0f1c7c4fbe904766002274df3203
|
||||
size 192139
|
Loading…
Reference in New Issue
Block a user