Compare commits

...

No commits in common. "c8" and "c8-beta" have entirely different histories.
c8 ... c8-beta

3 changed files with 4 additions and 12 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@ -1,5 +1,5 @@
%global commit 116e5a51d596de8ae21a1bfd817386f536c7868f
%global gittag 6.2.11.5
%global commit 53745c3cb82498a19d9bfd901bc015094233ca76
%global gittag 6.2.9.7
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define spec_release 14
@ -242,14 +242,6 @@ 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