From 58873d92ffc1d3c74eb3259da6e60f3e03d3f0c6 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 26 Aug 2021 07:42:54 -0600 Subject: [PATCH] storage - revert dm-vdo workaround storage - revert the dm-vdo workaround fix for vdo testing Resolves: rhbz#1978488 (EL9) (cherry picked from commit 28f40e09cc1c5a947c9dfa0cd6fa32abc725cccf) --- linux-system-roles.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index d133bab..f57a250 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -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 - 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 - 1.8.2-1 - logging - Update the certificates copy tasks Resolves rhbz#1996777 (EL9)