From fb77feda63fa4f63125e705b6a31d50145dc24d0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 01 2022 12:37:19 +0000 Subject: import vdo-8.1.1.360-1.el9 --- diff --git a/.gitignore b/.gitignore index d7a3e28..867e140 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/vdo-f695290.tar.gz +SOURCES/vdo-0bbe708.tar.gz diff --git a/.vdo.metadata b/.vdo.metadata index 58f4ddb..bbe96b1 100644 --- a/.vdo.metadata +++ b/.vdo.metadata @@ -1 +1 @@ -2d3a2fcc48e4919aeb5107b42dcfd71fc80736d6 SOURCES/vdo-f695290.tar.gz +1aeb0549bca11ba41aa3dc16701f72f24c627b2f SOURCES/vdo-0bbe708.tar.gz diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec index fe9ae7a..b7558ce 100644 --- a/SPECS/vdo.spec +++ b/SPECS/vdo.spec @@ -1,12 +1,12 @@ -%global commit f695290a8b0dc750f87fe91ab2b4fa80ec72f176 -%global gittag 8.1.0.316 +%global commit 0bbe70862b691da346536a1dd3e75be47a3514eb +%global gittag 8.1.1.360 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 1 Summary: Management tools for Virtual Data Optimizer Name: vdo Version: %{gittag} -Release: %{spec_release}%{?dist}.1 +Release: %{spec_release}%{?dist} License: GPLv2 Source0: https://github.com/dm-vdo/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Patch0: fix_dmeventd_linking.patch @@ -91,6 +91,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 @@ -98,6 +99,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 @@ -107,6 +109,23 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdoregenerategeometry.8.gz %changelog +* Sat Feb 12 2022 - Andy Walsh - 8.1.1.360-1 +- Fixed vdostats output issues. +- Resolves: rhbz#2004576 +- Removed incorrect assumptions about major device numbers in vdostats. +- Resolves: rhbz#2045885 +- Made improvements to the vdorecover script. +- Resolves: rhbz#2047543 +- Added a tool to make LVMVDO pools read/write so that support and + debugging tools may access them. +- Resolves: rhbz#2047543 + +* Sun Jan 23 2022 - Andy Walsh - 8.1.1.287-1 +- Fixed off-by-one issue in vdostats. +- Resolves: rhbz#1999056 +- Improved error handling and path validation in vdostats. +- Resolves: rhbz#2004576 + * Tue Aug 10 2021 Mohan Boddu - 8.1.0.316-1.1 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688