storage - revert dm-vdo workaround

storage - revert the dm-vdo workaround fix for vdo testing
Resolves: rhbz#1978488 (EL9)

(cherry picked from commit 28f40e09cc1c5a947c9dfa0cd6fa32abc725cccf)
This commit is contained in:
Rich Megginson 2021-08-26 07:42:54 -06:00
parent 947b1122b4
commit 58873d92ff

View File

@ -21,7 +21,7 @@ Name: linux-system-roles
%endif
Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management
Version: 1.8.2
Version: 1.8.3
Release: 1%{?dist}
#Group: Development/Libraries
@ -129,7 +129,7 @@ BuildRequires: ansible >= 2.9.10
#%%defcommit 6 b3b456183edb7b8aa6ceff7ce667d8e22009ef6a
%global rolename6 storage
%deftag 6 1.6.0
%deftag 6 1.6.1
#%%defcommit 7 0673d842fb32c437501e2aada2e38921da98e115
%global rolename7 metrics
@ -616,6 +616,11 @@ fi
%endif
%changelog
* Thu Aug 26 2021 Rich Megginson <rmeggins@redhat.com> - 1.8.3-1
- storage - revert the dm-vdo workaround fix for vdo testing
Resolves rhbz#1978488 (EL9)
Resolves rhbz#1991141 (EL8)
* Tue Aug 24 2021 Rich Megginson <rmeggins@redhat.com> - 1.8.2-1
- logging - Update the certificates copy tasks
Resolves rhbz#1996777 (EL9)