diff --git a/.gitignore b/.gitignore index b91a0c8..a8c8c88 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/vdo-3ec8918.tar.gz +SOURCES/vdo-741031a.tar.gz diff --git a/.vdo.metadata b/.vdo.metadata index 99d062c..799287c 100644 --- a/.vdo.metadata +++ b/.vdo.metadata @@ -1 +1 @@ -6e74948921518d0adfb99c51d7c0906537fb986a SOURCES/vdo-3ec8918.tar.gz +4ff204aa8697c243461a866a4501d0b879f40269 SOURCES/vdo-741031a.tar.gz diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec index fcdcc87..044bc34 100644 --- a/SPECS/vdo.spec +++ b/SPECS/vdo.spec @@ -1,5 +1,5 @@ -%global commit 3ec8918b7c60cecd7ca3c2e7d74e0b38fb341e39 -%global gittag 6.1.2.41 +%global commit 741031af4b5ab1d03bb2a9206fb9e6c69790d13b +%global gittag 6.1.3.4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define spec_release 4 # @@ -197,6 +197,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALLOWNER= bindir=%{_bindir} \ %{_mandir}/man8/vdostats.8.gz %changelog +* Tue Aug 20 2019 - Andy Walsh - 6.1.3.4-4 +- Added UUID filtering of underlying devices when running vdo create with + the --force flag as this failed when run on certain PVs. + - Resolves: rhbz#1707481 + * Wed Mar 27 2019 - Andy Walsh - 6.1.2.41-4 - Removed the VDO Ansible module and associated examples from this package. - Resolves: rhbz#1536515