New upstream release v0.6.0.
This commit is contained in:
parent
44d4734254
commit
bcbdabcaa4
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/thin-provisioning-tools-0.5.4.tar.gz
|
||||
/thin-provisioning-tools-0.5.5.tar.gz
|
||||
/thin-provisioning-tools-0.5.6.tar.gz
|
||||
/thin-provisioning-tools-0.6.0.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/Makefile.in 2014-11-12 18:46:30.282251378 +0100
|
||||
+++ b/Makefile.in 2014-11-12 18:46:56.108608255 +0100
|
||||
@@ -108,7 +108,7 @@
|
||||
vpath %.cc $(TOP_DIR)
|
||||
|
||||
INSTALL_DIR = $(INSTALL) -m 755 -d
|
||||
-INSTALL_PROGRAM = $(INSTALL) -m 755 -s
|
||||
+INSTALL_PROGRAM = $(INSTALL) -m 755
|
||||
INSTALL_DATA = $(INSTALL) -p -m 644
|
||||
|
||||
ifeq ("@TESTING@", "yes")
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
Summary: Device-mapper Persistent Data Tools
|
||||
Name: device-mapper-persistent-data
|
||||
Version: 0.5.6
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
@ -12,7 +12,6 @@ Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provi
|
||||
# Source1: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
|
||||
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-avoid-strip.patch
|
||||
|
||||
BuildRequires: autoconf, expat-devel, libaio-devel, libstdc++-devel, boost-devel
|
||||
Requires: expat
|
||||
@ -29,7 +28,6 @@ snapshot eras
|
||||
%setup -q -n thin-provisioning-tools-%{version}
|
||||
%patch0 -p1 -b .clear_needs_check_flag
|
||||
%patch1 -p1 -b .man_pages
|
||||
%patch2 -p1 -b .avoid_strip
|
||||
echo %{version}-%{release} > VERSION
|
||||
|
||||
%build
|
||||
@ -79,6 +77,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
||||
%{_sbindir}/thin_trim
|
||||
|
||||
%changelog
|
||||
* Wed Jan 20 2016 Peter Rajnoha <prajnoha@redhat.com> - 0.6.0-1
|
||||
- New thin_ls command.
|
||||
|
||||
* Wed Jan 20 2016 Peter Rajnoha <prajnoha@redhat.com> - 0.5.6-1
|
||||
- era_invalidate may be run on live metadata if the --metadata-snap
|
||||
option is given.
|
||||
|
Loading…
Reference in New Issue
Block a user