From d7652f9fa325418c297b6aa62f56af033ae0bc6d Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 9 Jul 2021 10:36:34 -0600 Subject: [PATCH] network - fix idempotency; fix bond tests network - Re-running the network system role results in "changed: true" when nothing has actually changed Resolves: rhbz#1980871 network - Test tests_bond_initscripts.yml failed to create interface Resolves: rhbz#1980870 (cherry picked from commit 84faf297876c597a4232f699137b659ac18e11b5) --- linux-system-roles.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 2e679ba..511503b 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.4.0 +Version: 1.4.1 Release: 1%{?dist} #Group: Development/Libraries @@ -123,7 +123,7 @@ BuildRequires: ansible >= 2.9.10 %global rolename4 kdump %deftag 4 1.0.5 -%defcommit 5 85b75b6c8cca13f40fb356540bd8aa05d5ca820f +%defcommit 5 245ff58e25b0aaecdb59e65d24b19f4a1797798d %global rolename5 network #%%deftag 5 1.0.0 @@ -613,6 +613,12 @@ fi %endif %changelog +* Fri Jul 9 2021 Rich Megginson - 1.4.1-1 +- network - Re-running the network system role results in "changed: true" when nothing has actually changed + Resolves rhbz#1980871 +- network - Test tests_bond_initscripts.yml failed to create interface + Resolves rhbz#1980870 + * Thu Jul 8 2021 Rich Megginson - 1.4.0-1 - storage - LVMVDO support Resolves rhbz#1882475