diff --git a/.gitignore b/.gitignore index 684ce6c..8b72fa8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vdo-17879e8.tar.gz /vdo-c1289db.tar.gz +/vdo-52f8e34.tar.gz diff --git a/sources b/sources index c1f4976..9adff9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdo-c1289db.tar.gz) = 748bf13aa1dfb6e9e00705824a42da4b96b0371528f403d97ba57d1bf0c007da20c128558f4c4c1c4e3df1dcc7cdb5951d3a322e166e41880e02edd0c7a381a5 +SHA512 (vdo-52f8e34.tar.gz) = 6dd21252f1b1e1a020002bd4847d14d093c57f0af916defd44c9449af90db68e81556852f50e7015fe8cc660a31d0bc8e34df4f906f785f8b859610c71098a48 diff --git a/vdo.spec b/vdo.spec index c2a0265..9f5469c 100644 --- a/vdo.spec +++ b/vdo.spec @@ -1,5 +1,5 @@ -%global commit c1289db707c926439dbdd661476d608b10d2ec9b -%global gittag 6.2.7.17 +%global commit 52f8e34b8fd37dd41212b81a952bf2bd7fdeca69 +%global gittag 6.2.9.1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 14 @@ -242,6 +242,10 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdoregenerategeometry.8.gz %changelog +* Wed Apr 12 2023 - Susan LeGendre-McGhee - 6.2.9.1-14 +- Updated vdoPrepareForLVM to allow LVM to use larger extents. +- Resolves: rhbz#2182739 + * Mon Jul 18 2022 - Andy Walsh - 6.2.7.17-14 - Fixed excessive vdo2lvm "Retrying" messages. - Resolves: rhbz#1986595