diff --git a/.gitignore b/.gitignore index d38056a..763c7f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /vdo-1cf3a0b.tar.gz /vdo-860e625.tar.gz /vdo-f695290.tar.gz +/vdo-e3f1b5b.tar.gz diff --git a/sources b/sources index 37cf5c7..41f2d3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdo-f695290.tar.gz) = bf076540a14d05033bf883c1b820f1e87f01a316fd55bdcd8e395645069f0393857e5a06593b0b6f43dc8a404e2d919f54d042e71363c86141203b8cef73239d +SHA512 (vdo-e3f1b5b.tar.gz) = 5b6345e4e488624132d7989bb2b63b6a6e6cb80422371434963e686ab71a0015443bb16907ba51a24190fd2946276f5bfbd48d8d1b7ffc8502790c3ea0c22ac3 diff --git a/vdo.spec b/vdo.spec index fe9ae7a..bd2ed75 100644 --- a/vdo.spec +++ b/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 - 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