Fixes and cleanups.
This commit is contained in:
parent
bbce189d61
commit
de968c0e8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/thin-provisioning-tools-0.6.2.tar.gz
|
||||
/thin-provisioning-tools-0.6.3.tar.gz
|
||||
/thin-provisioning-tools-0.7.0-rc2.tar.gz
|
||||
/thin-provisioning-tools-0.7.0-rc3.tar.gz
|
||||
|
@ -1,15 +0,0 @@
|
||||
block-cache/io_engine.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/block-cache/io_engine.h b/block-cache/io_engine.h
|
||||
index fd902c1..1c1a0e8 100644
|
||||
--- a/block-cache/io_engine.h
|
||||
+++ b/block-cache/io_engine.h
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <ctype.h>
|
||||
#include <set>
|
||||
#include <string>
|
||||
+#include <vector>
|
||||
#include <libaio.h>
|
||||
|
||||
//----------------------------------------------------------------
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2011-2017 Red Hat, Inc
|
||||
#
|
||||
|
||||
%define pre_release_upstream -rc2
|
||||
%define pre_release rc2
|
||||
%define pre_release_upstream -rc3
|
||||
%define pre_release rc3
|
||||
|
||||
Summary: Device-mapper Persistent Data Tools
|
||||
Name: device-mapper-persistent-data
|
||||
@ -17,7 +17,6 @@ Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provi
|
||||
Patch0: device-mapper-persistent-data-document-clear-needs-check-flag.patch
|
||||
Patch1: device-mapper-persistent-data-add-era_restore-and-cache_metadata_size-man-pages.patch
|
||||
Patch2: device-mapper-persistent-data-avoid-strip.patch
|
||||
Patch3: device-mapper-persistent-data-fix-missing-includes.patch
|
||||
|
||||
BuildRequires: autoconf, expat-devel, libaio-devel, libstdc++-devel, boost-devel
|
||||
Requires: expat
|
||||
@ -35,7 +34,6 @@ snapshot eras
|
||||
%patch0 -p1 -b .clear_needs_check_flag
|
||||
%patch1 -p1 -b .man_pages
|
||||
%patch2 -p1 -b .avoid_strip
|
||||
%patch3 -p1 -b .includes
|
||||
echo %{version}-%{release} > VERSION
|
||||
|
||||
%build
|
||||
@ -90,6 +88,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
||||
%{_sbindir}/thin_show_duplicates
|
||||
|
||||
%changelog
|
||||
* Thu Mar 16 2017 Peter Rajnoha <prajnoha@redhat.com> - 0.7.0-0.1-rc3
|
||||
- Fix compilation warnings and further code cleanup.
|
||||
|
||||
* Thu Mar 09 2017 Peter Rajnoha <prajnoha@redhat.com> - 0.7.0-0.1-rc2
|
||||
- Update to latest upstream release including various bug fixes and new features.
|
||||
- New thin_show_duplicates command.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (thin-provisioning-tools-0.7.0-rc2.tar.gz) = 47631e7525bb0a36ec9fb6f4b6f6d75fffe63c42b51ae9ad6ca220e3a494ac3f1b078b5c25fe513e910185fc8fb28efe8bba0854915f477c2d83cd86fa9cc9fe
|
||||
SHA512 (thin-provisioning-tools-0.7.0-rc3.tar.gz) = 2c4ba5a18f9d2577076796cd8978c62a29a071a275b2eaf37099e916ef044ded9e77439a38dc15820dee5e11d169d41903ae95f1d163f00bbdf11efcf966bb6c
|
||||
|
Loading…
Reference in New Issue
Block a user