From 17407de20b97dfddac16a5715ff456ed45f3794a Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 28 Feb 2022 12:14:51 -0700 Subject: [PATCH] kernel_settings configobj; timesync service errors on el9 kernel_settings error configobj not found on RHEL 8.6 managed hosts Resolves: rhbz#2060525 (EL9) timesync: basic-smoke test failure in timesync/tests_ntp.yml Resolves: rhbz#2060524 (EL9) (cherry picked from commit 6065b77481477ecc55f9af6638ec783cbadd1c87) (cherry picked from commit 2575704e8a8cf17f3bff4c1c4c2dff0df48d1669) --- linux-system-roles.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index e8b4d0b..1467cb9 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -30,8 +30,8 @@ Name: linux-system-roles %endif Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management -Version: 1.15.0 -Release: 2%{?dist} +Version: 1.15.1 +Release: 1%{?dist} #Group: Development/Libraries License: GPLv3+ and MIT and BSD and Python @@ -135,7 +135,7 @@ BuildRequires: %{ansible_build_dep} #%%defcommit 3 cbe4bf262bffae3bf53e531662237741954c4182 %global rolename3 timesync -%deftag 3 1.6.5 +%deftag 3 1.6.6 #%%defcommit 4 02fc72b482e165472624b2f68eecd2ddce1d93b1 %global rolename4 kdump @@ -159,7 +159,7 @@ BuildRequires: %{ansible_build_dep} #%%defcommit 9 9373303b98e09ef38df7afc8d06e5e55812096c7 %global rolename9 kernel_settings -%deftag 9 1.1.4 +%deftag 9 1.1.6 #%%defcommit 10 20dd3e5520ca06dcccaa9b3f1fb428d055e0c23f %global rolename10 logging @@ -713,6 +713,14 @@ fi %endif %changelog +* Thu Mar 3 2022 Rich Megginson - 1.15.1-1 +- kernel_settings error configobj not found on RHEL 8.6 managed hosts + Resolves rhbz#2058772 (EL8) + Resolves rhbz#2058756 (EL9) +- timesync: basic-smoke test failure in timesync/tests_ntp.yml + Resolves rhbz#2059293 (EL8) + Resolves rhbz#2058645 (EL9) + * Tue Mar 1 2022 Noriko Hosoi - 1.15.0-2 - metrics - follow symlinks for the mssql and elasticsearch configuration paths Resolves rhbz#2058655 (EL8)