import vdo-6.2.6.14-14.el8
This commit is contained in:
parent
f0f4ac8001
commit
ef1fa31b05
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/vdo-229b9ec.tar.gz
|
||||
SOURCES/vdo-17879e8.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
fd5712da60bf98e8dfa85050df144009250ba94d SOURCES/vdo-229b9ec.tar.gz
|
||||
a840e5948ec5572c2e8ad9dde211f9687a9a89ef SOURCES/vdo-17879e8.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global commit 229b9ecf21d7cfe1dcf26ce91c30c2f71e5e635b
|
||||
%global gittag 6.2.6.7
|
||||
%global commit 17879e8178f5699204e2cb9f80b11e14a76350eb
|
||||
%global gittag 6.2.6.14
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define spec_release 14
|
||||
@ -224,6 +224,7 @@ block-level deduplication, compression, and thin provisioning.
|
||||
This package provides the user-space support tools for VDO.
|
||||
|
||||
%files support
|
||||
%{_bindir}/adaptLVMVDO.sh
|
||||
%{_bindir}/vdoaudit
|
||||
%{_bindir}/vdodebugmetadata
|
||||
%{_bindir}/vdodumpblockmap
|
||||
@ -231,6 +232,7 @@ This package provides the user-space support tools for VDO.
|
||||
%{_bindir}/vdolistmetadata
|
||||
%{_bindir}/vdoreadonly
|
||||
%{_bindir}/vdoregenerategeometry
|
||||
%{_mandir}/man8/adaptlvm.8.gz
|
||||
%{_mandir}/man8/vdoaudit.8.gz
|
||||
%{_mandir}/man8/vdodebugmetadata.8.gz
|
||||
%{_mandir}/man8/vdodumpblockmap.8.gz
|
||||
@ -240,6 +242,11 @@ This package provides the user-space support tools for VDO.
|
||||
%{_mandir}/man8/vdoregenerategeometry.8.gz
|
||||
|
||||
%changelog
|
||||
* Fri Feb 11 2022 - Andy Walsh <awalsh@redhat.com> - 6.2.6.14-14
|
||||
- Added a tool to make LVMVDO pools read/write so that support and
|
||||
debugging tools may access them.
|
||||
- Resolves: rhbz#1999640
|
||||
|
||||
* Mon Nov 15 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.6.7-14
|
||||
- Fixed bugs in the vdopreparelvm check to determine whether a device has
|
||||
already been converted.
|
||||
|
Loading…
Reference in New Issue
Block a user