Updated to version 8.1.1.287
- Fixed off-by-one issue in vdostats. - Resolves: rhbz#1999056 - Improved error handling and path validation in vdostats. - Resolves: rhbz#2004576
This commit is contained in:
parent
1246c18259
commit
5b6d2551e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/vdo-1cf3a0b.tar.gz
|
||||
/vdo-860e625.tar.gz
|
||||
/vdo-f695290.tar.gz
|
||||
/vdo-e3f1b5b.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vdo-f695290.tar.gz) = bf076540a14d05033bf883c1b820f1e87f01a316fd55bdcd8e395645069f0393857e5a06593b0b6f43dc8a404e2d919f54d042e71363c86141203b8cef73239d
|
||||
SHA512 (vdo-e3f1b5b.tar.gz) = 5b6345e4e488624132d7989bb2b63b6a6e6cb80422371434963e686ab71a0015443bb16907ba51a24190fd2946276f5bfbd48d8d1b7ffc8502790c3ea0c22ac3
|
||||
|
10
vdo.spec
10
vdo.spec
@ -1,5 +1,5 @@
|
||||
%global commit f695290a8b0dc750f87fe91ab2b4fa80ec72f176
|
||||
%global gittag 8.1.0.316
|
||||
%global commit e3f1b5bc41be86e909facf7995da4106975ba858
|
||||
%global gittag 8.1.1.287
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define spec_release 1
|
||||
@ -107,6 +107,12 @@ This package provides the user-space support tools for VDO.
|
||||
%{_mandir}/man8/vdoregenerategeometry.8.gz
|
||||
|
||||
%changelog
|
||||
* 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