diff --git a/.gitignore b/.gitignore index 385c8f4..79b2814 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/vdo-cc5d637.tar.gz +SOURCES/vdo-229b9ec.tar.gz diff --git a/.vdo.metadata b/.vdo.metadata index 5195d97..2464bb3 100644 --- a/.vdo.metadata +++ b/.vdo.metadata @@ -1 +1 @@ -97e93a190bdea5d2d3d71101a22faa43a057614e SOURCES/vdo-cc5d637.tar.gz +fd5712da60bf98e8dfa85050df144009250ba94d SOURCES/vdo-229b9ec.tar.gz diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec index a1f8126..1853203 100644 --- a/SPECS/vdo.spec +++ b/SPECS/vdo.spec @@ -1,5 +1,5 @@ -%global commit cc5d6376dbd3225182989fa3c0497e983b8a9b20 -%global gittag 6.2.6.3 +%global commit 229b9ecf21d7cfe1dcf26ce91c30c2f71e5e635b +%global gittag 6.2.6.7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 14 @@ -240,6 +240,14 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdoregenerategeometry.8.gz %changelog +* 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. +- Resolves: rhbz#2017843 +- Fixed an issue in the vdo-by-dev tool which could result in a failure to + start vdo devices when some devices in the vdo config file do not exist. +- Resolves: rhbz#2022154 + * Wed Nov 03 2021 - Andy Walsh - 6.2.6.3-14 - Added a check to vdopreparelvm to determine whether it has already been converted.