- Update to version 0.7.0:
* boo#1043043 gh#jthornber/thin-provisioning-tools#79 * No changelog provided by upstream OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=20
This commit is contained in:
parent
ed3f67baca
commit
ac7b900159
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52d808c29dcaa83c142ceb2b418d01e9423811b082eff63fa0336bb7f0590c45
|
||||
size 198697
|
3
thin-provisioning-tools-0.7.0.tar.gz
Normal file
3
thin-provisioning-tools-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68a815860fce3f09f64ef241fd4ba45713f4c7be384fe116ec1dbea467684b32
|
||||
size 230595
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 07:39:22 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.7.0:
|
||||
* boo#1043043 gh#jthornber/thin-provisioning-tools#79
|
||||
* No changelog provided by upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 15:07:13 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: thin-provisioning-tools
|
||||
Version: 0.6.3
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Thin Provisioning Tools
|
||||
License: GPL-3.0
|
||||
@ -26,18 +26,17 @@ Url: https://github.com/jthornber/thin-provisioning-tools/
|
||||
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: suse-module-tools
|
||||
Conflicts: device-mapper < 1.02.115
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
A suite of tools for thin provisioning on Linux.
|
||||
@ -69,6 +68,8 @@ make STRIP="/bin/true" DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_sbindir}/cache_writeback
|
||||
%{_sbindir}/thin_show_duplicates
|
||||
%{_sbindir}/cache_check
|
||||
%{_sbindir}/cache_dump
|
||||
%{_sbindir}/cache_metadata_size
|
||||
@ -92,6 +93,7 @@ make STRIP="/bin/true" DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%{_mandir}/man8/cache_dump.8%{ext_man}
|
||||
%{_mandir}/man8/cache_repair.8%{ext_man}
|
||||
%{_mandir}/man8/cache_restore.8%{ext_man}
|
||||
%{_mandir}/man8/cache_writeback.8%{ext_man}
|
||||
%{_mandir}/man8/era_check.8%{ext_man}
|
||||
%{_mandir}/man8/era_dump.8%{ext_man}
|
||||
%{_mandir}/man8/era_invalidate.8%{ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user