diff --git a/.gitignore b/.gitignore index 9409b62..5f4193c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/vdo-7e8f9d8.tar.gz +SOURCES/vdo-1d6fca8.tar.gz diff --git a/.vdo.metadata b/.vdo.metadata index 81b0fec..4490339 100644 --- a/.vdo.metadata +++ b/.vdo.metadata @@ -1 +1 @@ -cc0e6f4535d4d43e4da1efe67aa41012f15f1040 SOURCES/vdo-7e8f9d8.tar.gz +6e5424a20087704fb41dab382d9b5769cd765215 SOURCES/vdo-1d6fca8.tar.gz diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec index 58c1393..4715b97 100644 --- a/SPECS/vdo.spec +++ b/SPECS/vdo.spec @@ -1,8 +1,8 @@ -%global commit 7e8f9d8d41921d9567298fddce2c228027da035e -%global gittag 6.2.1.102 +%global commit 1d6fca8ffd8d8c3a5e969fdd935a7b3899b93659 +%global gittag 6.2.2.33 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%define spec_release 11 +%define spec_release 12 Summary: Management tools for Virtual Data Optimizer Name: vdo Version: %{gittag} @@ -82,8 +82,8 @@ done %{_bindir}/vdodumpconfig %{_bindir}/vdoforcerebuild %{_bindir}/vdoformat -%{_bindir}/vdoprepareupgrade %{_bindir}/vdoreadonly +%{_bindir}/vdosetuuid %dir %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}/__init__.py %{python3_sitelib}/%{name}/__pycache__/__init__.cpython-36.opt-1.pyc @@ -206,8 +206,42 @@ done %{_mandir}/man8/vdodumpconfig.8.gz %{_mandir}/man8/vdoforcerebuild.8.gz %{_mandir}/man8/vdoformat.8.gz +%{_mandir}/man8/vdosetuuid.8.gz %changelog +* Mon Nov 25 2019 - Andy Walsh - 6.2.2.33-12 +- Fixed bug in the import command of the vdo script which would fail if + there were no active dm devices. +- Resolves: rhbz#1767491 +- Added a version command to the vdo script to report the script version. +- Resolves: rhbz#1730429 +- Added version options to vdo utilities which did not have one. +- Resolves: rhbz#1730429 +- Removed deprecated vdoprepareupgrade utility. +- Resolves: rhbz#1774700 + +* Wed Oct 30 2019 - Andy Walsh - 6.2.2.24-11 +- Began preparations for releasing more VDO analysis and debugging tools. +- Relates: rhbz#1687996 +- Really added the ability to modify the UUID of a VDO device (the previous + version omitted some of the files necessary for this feature). +- Resolves: rhbz#1713749 + +* Thu Oct 17 2019 - Andy Walsh - 6.2.2.18-11 +- Added the ability to modify the UUID of a VDO device. +- Resolves: rhbz#1713749 +- Added an import command to the vdo script to allow management of an + existing VDO device which is not already in the vdo config file. +- Resolves: rhbz#1737619 +- Modified the vdo script to warn the user when starting or stopping a VDO + device if the device is already in the desired state. +- Resolves: rhbz#1738651 + +* Fri Aug 02 2019 - Andy Walsh - 6.2.1.134-11 +- Added UUID filtering of underlying devices when running vdo create with + the --force flag as this failed when run on certain PVs. +- Resolves: rhbz#1710017 + * Fri Jun 14 2019 - Andy Walsh - 6.2.1.102-11 - Added bash command completion for the vdo command. - Resolves: rhbz#1540287