Compare commits

...

2 Commits
rawhide ... f24

Author SHA1 Message Date
Peter Rajnoha 44e74e7204 New upstream release v0.6.3. 2016-09-22 15:01:00 +02:00
Peter Rajnoha 0ec1cfac17 New upstream release v0.6.2-rc6. 2016-03-09 08:48:31 +01:00
3 changed files with 16 additions and 8 deletions

2
.gitignore vendored
View File

@ -16,3 +16,5 @@
/thin-provisioning-tools-0.6.2-rc3.tar.gz
/thin-provisioning-tools-0.6.2-rc4.tar.gz
/thin-provisioning-tools-0.6.2-rc5.tar.gz
/thin-provisioning-tools-0.6.2-rc6.tar.gz
/thin-provisioning-tools-0.6.3.tar.gz

View File

@ -2,17 +2,14 @@
# Copyright (C) 2011-2016 Red Hat, Inc
#
%define pre_release_upstream -rc5
%define pre_release rc5
Summary: Device-mapper Persistent Data Tools
Name: device-mapper-persistent-data
Version: 0.6.2
Release: 0.1.%{pre_release}%{?dist}
Version: 0.6.3
Release: 1%{?dist}
License: GPLv3+
Group: System Environment/Base
URL: https://github.com/jthornber/thin-provisioning-tools
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-%{version}%{pre_release_upstream}.tar.gz
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-%{version}.tar.gz
# 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
@ -30,7 +27,7 @@ are included and era check, dump, restore and invalidate to manage
snapshot eras
%prep
%setup -q -n thin-provisioning-tools-%{version}%{pre_release_upstream}
%setup -q -n thin-provisioning-tools-%{version}
%patch0 -p1 -b .clear_needs_check_flag
%patch1 -p1 -b .man_pages
%patch2 -p1 -b .avoid_strip
@ -85,6 +82,15 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
%{_sbindir}/thin_trim
%changelog
* Thu Sep 22 2016 Peter Rajnoha <prajnoha@redhat.com> - 0.6.3-1
- Preallocate output file for thin_repair and thin_restore.
- Fixes providing proper use of compiler flags.
- Fixes for thin_trim.
- Fixes for thin_repair.
* Wed Mar 09 2016 Peter Rajnoha <prajnoha@redhat.com> - 0.6.2-0.1.rc6
- Add new fields to thin_ls: MAPPED_BYTES, EXCLUSIVE_BYTES and SHARED_BYTES.
* Thu Feb 18 2016 Peter Rajnoha <prajnoha@redhat.com> - 0.6.2-0.1.rc5
- Fixes for thin_delta.

View File

@ -1 +1 @@
5c35bdb6654208f688e5d236e9b98fb4 thin-provisioning-tools-0.6.2-rc5.tar.gz
28b352363ea7eb6698ad2efcd7d8c2ae thin-provisioning-tools-0.6.3.tar.gz