storage - dm-vdo not found; tests_lvm_errors syntax errors

storage - tests_create_lvmvdo_then_remove fails - Module dm-vdo not found
Resolves: rhbz#1991062 (EL9)

storage - Get syntax errors in tests_lvm_errors.yml
Resolves: rhbz#1991142 (EL9)

(cherry picked from commit a85ede7da4af74da633c2c03a5ebadd3f55246a3)
This commit is contained in:
Rich Megginson 2021-08-08 09:48:56 -06:00
parent 19c90202d1
commit 7089e62386

View File

@ -21,8 +21,8 @@ Name: linux-system-roles
%endif
Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management
Version: 1.7.5
Release: 2%{?dist}
Version: 1.7.6
Release: 1%{?dist}
#Group: Development/Libraries
License: GPLv3+ and MIT and BSD
@ -129,7 +129,7 @@ BuildRequires: ansible >= 2.9.10
#%%defcommit 6 b3b456183edb7b8aa6ceff7ce667d8e22009ef6a
%global rolename6 storage
%deftag 6 1.5.2
%deftag 6 1.5.3
#%%defcommit 7 0673d842fb32c437501e2aada2e38921da98e115
%global rolename7 metrics
@ -615,6 +615,14 @@ fi
%endif
%changelog
* Tue Aug 10 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.6-1
- storage - tests_create_lvmvdo_then_remove fails - Module dm-vdo not found
Resolves rhbz#1991141 (EL8)
Resolves rhbz#1991062 (EL9)
- storage - Get syntax errors in tests_lvm_errors.yml
Resolves rhbz#1990793 (EL8)
Resolves rhbz#1991142 (EL9)
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.5-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688