Update to version 6.2.11.4

Enabled vdoPrepareForLVM to check read-only devices.
- Resolves: RHEL-65721

Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
Chung Chung 2024-12-04 12:31:12 -05:00
parent 8db81a5763
commit e56df15f2c
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/vdo-c1289db.tar.gz
/vdo-52f8e34.tar.gz
/vdo-53745c3.tar.gz
/vdo-568004b.tar.gz

View File

@ -1 +1 @@
SHA512 (vdo-53745c3.tar.gz) = b31b2bdb9428c7021bb24aea988a204a5a8552bb917adcec391cf1bef7482aa16bf1efc42f00e6b7009de031001dc0fa36bae61410666db87b4d66dbb993278a
SHA512 (vdo-568004b.tar.gz) = 04d9592d12c98a18baaa40192b0764d961dd62ee516f8a44e1075b9f37a02158cb6f3826afb18f0a817e91ccd483b0ed817f17d56a1b9f163220680196924687

View File

@ -1,5 +1,5 @@
%global commit 53745c3cb82498a19d9bfd901bc015094233ca76
%global gittag 6.2.9.7
%global commit 568004be192eb4d695238108a81eca1030b9e4ae
%global gittag 6.2.11.4
%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
* Dec 4 2024 - Chung Chung <cchung@redhat.com> - 6.2.11.4-14
- Enabled vdoPrepareForLVM to check read-only devices.
- Resolves: RHEL-65721
* Wed May 24 2023 - Susan LeGendre-McGhee <slegendr@redhat.com> - 6.2.9.7-14
- Enhanced vdoPrepareForLVM to repair misaligned conversions.
- Resolves: rhbz#2182739