import vdo-8.1.1.360-1.el9
This commit is contained in:
parent
50dca14c18
commit
d79ea7005b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/vdo-f695290.tar.gz
|
||||
SOURCES/vdo-0bbe708.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
2d3a2fcc48e4919aeb5107b42dcfd71fc80736d6 SOURCES/vdo-f695290.tar.gz
|
||||
1aeb0549bca11ba41aa3dc16701f72f24c627b2f SOURCES/vdo-0bbe708.tar.gz
|
||||
|
@ -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 <awalsh@redhat.com> - 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 <awalsh@redhat.com> - 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 <mboddu@redhat.com> - 8.1.0.316-1.1
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user