diff --git a/.gitignore b/.gitignore index 0bbe64c..8e869d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/vdo-53745c3.tar.gz +SOURCES/vdo-116e5a5.tar.gz diff --git a/.vdo.metadata b/.vdo.metadata new file mode 100644 index 0000000..1dcb5dd --- /dev/null +++ b/.vdo.metadata @@ -0,0 +1 @@ +b18e51b650c67bc00c6a0351bbf7e62e05c0f592 SOURCES/vdo-116e5a5.tar.gz diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec index 92807b3..2cf03bf 100644 --- a/SPECS/vdo.spec +++ b/SPECS/vdo.spec @@ -1,5 +1,5 @@ -%global commit 53745c3cb82498a19d9bfd901bc015094233ca76 -%global gittag 6.2.9.7 +%global commit 116e5a51d596de8ae21a1bfd817386f536c7868f +%global gittag 6.2.11.5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 14 @@ -242,6 +242,14 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdoregenerategeometry.8.gz %changelog +* Thu Dec 5 2024 - Chung Chung - 6.2.11.5-14 +- Fixed return codes for vdoPrepareForLVM conversions. +- Resolves: RHEL-65721 + +* Wed Dec 4 2024 - Chung Chung - 6.2.11.4-14 +- Enabled vdoPrepareForLVM to check read-only devices. +- Resolves: RHEL-65721 + * Wed May 24 2023 - Susan LeGendre-McGhee - 6.2.9.7-14 - Enhanced vdoPrepareForLVM to repair misaligned conversions. - Resolves: rhbz#2182739