diff --git a/.gitignore b/.gitignore index 79b2814..0f88f46 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/vdo-229b9ec.tar.gz +SOURCES/vdo-17879e8.tar.gz diff --git a/.vdo.metadata b/.vdo.metadata index 2464bb3..25ee9c2 100644 --- a/.vdo.metadata +++ b/.vdo.metadata @@ -1 +1 @@ -fd5712da60bf98e8dfa85050df144009250ba94d SOURCES/vdo-229b9ec.tar.gz +a840e5948ec5572c2e8ad9dde211f9687a9a89ef SOURCES/vdo-17879e8.tar.gz diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec index 1853203..22a06b0 100644 --- a/SPECS/vdo.spec +++ b/SPECS/vdo.spec @@ -1,5 +1,5 @@ -%global commit 229b9ecf21d7cfe1dcf26ce91c30c2f71e5e635b -%global gittag 6.2.6.7 +%global commit 17879e8178f5699204e2cb9f80b11e14a76350eb +%global gittag 6.2.6.14 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 14 @@ -224,6 +224,7 @@ block-level deduplication, compression, and thin provisioning. This package provides the user-space support tools for VDO. %files support +%{_bindir}/adaptLVMVDO.sh %{_bindir}/vdoaudit %{_bindir}/vdodebugmetadata %{_bindir}/vdodumpblockmap @@ -231,6 +232,7 @@ This package provides the user-space support tools for VDO. %{_bindir}/vdolistmetadata %{_bindir}/vdoreadonly %{_bindir}/vdoregenerategeometry +%{_mandir}/man8/adaptlvm.8.gz %{_mandir}/man8/vdoaudit.8.gz %{_mandir}/man8/vdodebugmetadata.8.gz %{_mandir}/man8/vdodumpblockmap.8.gz @@ -240,6 +242,11 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdoregenerategeometry.8.gz %changelog +* Fri Feb 11 2022 - Andy Walsh - 6.2.6.14-14 +- Added a tool to make LVMVDO pools read/write so that support and + debugging tools may access them. +- Resolves: rhbz#1999640 + * Mon Nov 15 2021 - Andy Walsh - 6.2.6.7-14 - Fixed bugs in the vdopreparelvm check to determine whether a device has already been converted.