Import from CS git

This commit is contained in:
eabdullin 2024-12-17 08:50:22 +00:00
parent f101b21a68
commit 2a022cd3ad
3 changed files with 12 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/vdo-53745c3.tar.gz
SOURCES/vdo-116e5a5.tar.gz

1
.vdo.metadata Normal file
View File

@ -0,0 +1 @@
b18e51b650c67bc00c6a0351bbf7e62e05c0f592 SOURCES/vdo-116e5a5.tar.gz

View File

@ -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 <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
* Wed May 24 2023 - Susan LeGendre-McGhee <slegendr@redhat.com> - 6.2.9.7-14
- Enhanced vdoPrepareForLVM to repair misaligned conversions.
- Resolves: rhbz#2182739