diff --git a/.gitignore b/.gitignore index 94a8ffd..684ce6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vdo-17879e8.tar.gz +/vdo-c1289db.tar.gz diff --git a/sources b/sources index 5417836..c1f4976 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdo-17879e8.tar.gz) = cf58fd29b1debb81190d75c74d26ea22d92b54eb4ce3d9a694014b896d79de6121f69481ce8b4156ddf2864038b89cbeda2f1c97beded0b1c5bf40f8b67418b6 +SHA512 (vdo-c1289db.tar.gz) = 748bf13aa1dfb6e9e00705824a42da4b96b0371528f403d97ba57d1bf0c007da20c128558f4c4c1c4e3df1dcc7cdb5951d3a322e166e41880e02edd0c7a381a5 diff --git a/vdo.spec b/vdo.spec index 22a06b0..c2a0265 100644 --- a/vdo.spec +++ b/vdo.spec @@ -1,5 +1,5 @@ -%global commit 17879e8178f5699204e2cb9f80b11e14a76350eb -%global gittag 6.2.6.14 +%global commit c1289db707c926439dbdd661476d608b10d2ec9b +%global gittag 6.2.7.17 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 14 @@ -242,6 +242,14 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdoregenerategeometry.8.gz %changelog +* Mon Jul 18 2022 - Andy Walsh - 6.2.7.17-14 +- Fixed excessive vdo2lvm "Retrying" messages. +- Resolves: rhbz#1986595 +- Fixed a pylint 2+ complaint in the vdo scripts. +- Resolves: rhbz#2072131 +- Updated vdo script documentation and help text for the uuid option. +- Resolves: rhbz#2089957 + * 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.