Updated to version 6.2.9.7

Enhanced vdoPrepareForLVM to repair misaligned conversions.
- Resolves: rhbz#2182739

Signed-off-by: Susan LeGendre-McGhee <slegendr@redhat.com>
This commit is contained in:
Susan LeGendre-McGhee 2023-05-24 18:47:11 +00:00
parent f59cbae935
commit 8db81a5763
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/vdo-17879e8.tar.gz
/vdo-c1289db.tar.gz
/vdo-52f8e34.tar.gz
/vdo-53745c3.tar.gz

View File

@ -1 +1 @@
SHA512 (vdo-52f8e34.tar.gz) = 6dd21252f1b1e1a020002bd4847d14d093c57f0af916defd44c9449af90db68e81556852f50e7015fe8cc660a31d0bc8e34df4f906f785f8b859610c71098a48
SHA512 (vdo-53745c3.tar.gz) = b31b2bdb9428c7021bb24aea988a204a5a8552bb917adcec391cf1bef7482aa16bf1efc42f00e6b7009de031001dc0fa36bae61410666db87b4d66dbb993278a

View File

@ -1,5 +1,5 @@
%global commit 52f8e34b8fd37dd41212b81a952bf2bd7fdeca69
%global gittag 6.2.9.1
%global commit 53745c3cb82498a19d9bfd901bc015094233ca76
%global gittag 6.2.9.7
%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 May 24 2023 - Susan LeGendre-McGhee <slegendr@redhat.com> - 6.2.9.7-14
- Enhanced vdoPrepareForLVM to repair misaligned conversions.
- Resolves: rhbz#2182739
* Wed Apr 12 2023 - Susan LeGendre-McGhee <slegendr@redhat.com> - 6.2.9.1-14
- Updated vdoPrepareForLVM to allow LVM to use larger extents.
- Resolves: rhbz#2182739