Updated to version 6.2.9.1

Updated vdoPrepareForLVM to allow LVM to use larger extents.
- Resolves: rhbz#2182739

Signed-off-by: Susan LeGendre-McGhee <slegendr@redhat.com>
This commit is contained in:
Susan LeGendre-McGhee 2023-04-12 18:21:59 +00:00
parent 1a60787ffa
commit e7acef2427
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (vdo-c1289db.tar.gz) = 748bf13aa1dfb6e9e00705824a42da4b96b0371528f403d97ba57d1bf0c007da20c128558f4c4c1c4e3df1dcc7cdb5951d3a322e166e41880e02edd0c7a381a5
SHA512 (vdo-52f8e34.tar.gz) = 6dd21252f1b1e1a020002bd4847d14d093c57f0af916defd44c9449af90db68e81556852f50e7015fe8cc660a31d0bc8e34df4f906f785f8b859610c71098a48

View File

@ -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 <slegendr@redhat.com> - 6.2.9.1-14
- Updated vdoPrepareForLVM to allow LVM to use larger extents.
- Resolves: rhbz#2182739
* Mon Jul 18 2022 - Andy Walsh <awalsh@redhat.com> - 6.2.7.17-14
- Fixed excessive vdo2lvm "Retrying" messages.
- Resolves: rhbz#1986595