New upstream version 0.2.2 plus manual header fixes
This commit is contained in:
parent
c118e69cb7
commit
1211aa83a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/thin-provisioning-tools-v0.1.4.tar.bz2
|
/thin-provisioning-tools-v0.1.4.tar.bz2
|
||||||
/thin-provisioning-tools-v0.2.1.tar.bz2
|
/thin-provisioning-tools-v0.2.1.tar.bz2
|
||||||
|
/thin-provisioning-tools-v0.2.2.tar.bz2
|
||||||
|
20
device-mapper-persistent-data-0.2.2-man-pages-header.patch
Normal file
20
device-mapper-persistent-data-0.2.2-man-pages-header.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
diff --git a/man8/thin_check.8 b/man8/thin_check.8
|
||||||
|
index 1489078..a8dc81b 100644
|
||||||
|
--- a/man8/thin_check.8
|
||||||
|
+++ b/man8/thin_check.8
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-.TH THIN_REPAIR 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
|
||||||
|
+.TH THIN_CHECK 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
|
||||||
|
.SH NAME
|
||||||
|
thin_check \- repair thin provisioning metadata on device or file
|
||||||
|
|
||||||
|
diff --git a/man8/thin_rmap.8 b/man8/thin_rmap.8
|
||||||
|
index 4d74520..684c86c 100644
|
||||||
|
--- a/man8/thin_rmap.8
|
||||||
|
+++ b/man8/thin_rmap.8
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-.TH THIN_DUMP 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
|
||||||
|
+.TH THIN_RMAP(g 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
|
||||||
|
.SH NAME
|
||||||
|
thin_rmap \- output reverse map of a thin provisioned region of blocks from metadata device or file
|
||||||
|
|
@ -3,20 +3,14 @@
|
|||||||
#
|
#
|
||||||
Summary: Device-mapper thin provisioning tools
|
Summary: Device-mapper thin provisioning tools
|
||||||
Name: device-mapper-persistent-data
|
Name: device-mapper-persistent-data
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://github.com/jthornber/thin-provisioning-tools
|
URL: https://github.com/jthornber/thin-provisioning-tools
|
||||||
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-v%{version}.tar.bz2
|
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-v%{version}.tar.bz2
|
||||||
# Source1: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
|
# Source1: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
|
||||||
Patch0: %{name}-0.2.1-nostrip.patch
|
Patch0: device-mapper-persistent-data-0.2.2-man-pages-header.patch
|
||||||
Patch1: %{name}-0.2.1-thin_dump-support-metadata-snap-block.patch
|
|
||||||
Patch2: %{name}-0.2.1-new-thin_metadata_size.c.patch
|
|
||||||
Patch3: %{name}-0.2.1-man-pages-new-thin_metadata_size-and-fixes.patch
|
|
||||||
Patch4: %{name}-0.2.1-update-thin_metadata_size-man-page.patch
|
|
||||||
Patch5: %{name}-0.2.1-support-thin_dump-default-metadata-snapshot.patch
|
|
||||||
Patch6: %{name}-0.2.1-man-page-enhancements-and-typos.patch
|
|
||||||
BuildRequires: autoconf, expat-devel, libstdc++-devel, boost-devel
|
BuildRequires: autoconf, expat-devel, libstdc++-devel, boost-devel
|
||||||
Requires: expat
|
Requires: expat
|
||||||
|
|
||||||
@ -28,12 +22,6 @@ tools to manage device-mapper thin provisioning target metadata devices.
|
|||||||
%setup -q -n thin-provisioning-tools-%{version}
|
%setup -q -n thin-provisioning-tools-%{version}
|
||||||
echo %{version}-%{release} > VERSION
|
echo %{version}-%{release} > VERSION
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
@ -61,6 +49,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
|||||||
%{_sbindir}/thin_rmap
|
%{_sbindir}/thin_rmap
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 29 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.2-1
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Thu Jul 25 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.1-5
|
* Thu Jul 25 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.1-5
|
||||||
- enhance manual pages and fix typos
|
- enhance manual pages and fix typos
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user