diff --git a/.gitignore b/.gitignore index e07c8c8..ce86c57 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/vdo-eff92d1.tar.gz +SOURCES/vdo-6989127.tar.gz diff --git a/.vdo.metadata b/.vdo.metadata index 3753ed2..1ace13c 100644 --- a/.vdo.metadata +++ b/.vdo.metadata @@ -1 +1 @@ -af56f8789ccd3ac7ed4b8b19ed372e30742a64b5 SOURCES/vdo-eff92d1.tar.gz +5704e88d94a666e5f3b2333fce7df1668d7177c7 SOURCES/vdo-6989127.tar.gz diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec index c8e4d66..433b86c 100644 --- a/SPECS/vdo.spec +++ b/SPECS/vdo.spec @@ -1,5 +1,5 @@ -%global commit eff92d15b7e223bc0ba93fddf1486cf771e7bf17 -%global gittag 6.2.3.91 +%global commit 6989127a57b5886da96fdf07f3687029fc6688e6 +%global gittag 6.2.3.107 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 14 @@ -237,6 +237,23 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdoregenerategeometry.8.gz %changelog +* Fri Jun 19 2020 - Andy Walsh - 6.2.3.107-14 +- Fixed more Coverity errors. +- Resolves: rhbz#1827763 + +* Tue Jun 09 2020 - Andy Walsh - 6.2.3.100-14 +- Modified vdoformat to display the minimum required physical size for the + specified parameters if the format fails due to insufficient space. +- Resolves: rhbz#1683945 +- Modified the vdo status command to report values from running devices + rather than the config file when the devices are running. +- Resolves: rhbz#1790983 +- Actually made the new summary mode of vdoaudit the default. +- Resolves: rhbz#1687996 +- Fixed a bug in vdodumpmetadata and vdodumpblockmap which could result in + the wrong block(s) being dumped. +- Resolves: rhbz#1643297 + * Tue Jun 02 2020 - Andy Walsh - 6.2.3.91-14 - Removed unused UDS bio statistics - Resolves: rhbz#1827762