Fixed return codes for vdoPrepareForLVM conversions

Resolves: RHEL-65721

Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
Chung Chung 2024-12-05 17:20:50 -05:00
parent f2abbbc974
commit 9ddf3e39f4
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (vdo-568004b.tar.gz) = 04d9592d12c98a18baaa40192b0764d961dd62ee516f8a44e1075b9f37a02158cb6f3826afb18f0a817e91ccd483b0ed817f17d56a1b9f163220680196924687
SHA512 (vdo-116e5a5.tar.gz) = ff80a2168d6937a24f33728eacfc72521d2fdb80243b03f82af4376323463becd78917fa17b1daf9fb3db9a4973246cebe5a7c1ec873c2a11a3e08b4388ee240

View File

@ -1,5 +1,5 @@
%global commit 568004be192eb4d695238108a81eca1030b9e4ae
%global gittag 6.2.11.4
%global commit 116e5a51d596de8ae21a1bfd817386f536c7868f
%global gittag 6.2.11.5
%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
* Thu Dec 5 2024 - Chung Chung <cchung@redhat.com> - 6.2.11.5-14
- Fixed return codes for vdoPrepareForLVM conversions.
- Resolves: RHEL-65721
* Wed Dec 4 2024 - Chung Chung <cchung@redhat.com> - 6.2.11.4-14
- Enabled vdoPrepareForLVM to check read-only devices.
- Resolves: RHEL-65721