From f2ed24a658348546aec082f1e0758234cce7615a Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 12 Jul 2023 09:30:19 +0000 Subject: [PATCH] Update rhc to 1.1.3 from CS8 package rhel-system-roles-1.22.0-0.8.el8 --- SOURCES/CHANGELOG.md | 11 +++++++++++ SPECS/rhel-system-roles.spec | 9 ++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/SOURCES/CHANGELOG.md b/SOURCES/CHANGELOG.md index 1974631..f2c8458 100644 --- a/SOURCES/CHANGELOG.md +++ b/SOURCES/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +[1.21.2] - 2023-07-12 +---------------------------- + +### New Features + +- none + +### Bug Fixes + +- [rhc - system role does not apply Insights tags](https://bugzilla.redhat.com/show_bug.cgi?id=2209200) + [1.21.1] - 2023-03-16 ---------------------------- diff --git a/SPECS/rhel-system-roles.spec b/SPECS/rhel-system-roles.spec index 3575c39..45ae497 100644 --- a/SPECS/rhel-system-roles.spec +++ b/SPECS/rhel-system-roles.spec @@ -29,8 +29,8 @@ Name: linux-system-roles %endif Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management -Version: 1.21.1 -Release: 1%{?dist} +Version: 1.21.2 +Release: 1%{?dist}.alma License: GPLv3+ and MIT and BSD and Python %global _pkglicensedir %{_licensedir}/%{name} @@ -180,7 +180,7 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar %deftag 22 1.0.2 %global rolename23 rhc -%deftag 23 1.1.1 +%deftag 23 1.1.3 %global rolename24 journald %deftag 24 1.0.0 @@ -753,6 +753,9 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Wed Jul 12 2023 Andrew Lukoshko - 1.21.2-1.el8_8.alma +- Update rhc to 1.1.3 from CS8 package rhel-system-roles-1.22.0-0.8.el8 + * Thu Mar 16 2023 Rich Megginson - 1.21.1-1 - Resolves:rhbz#2144877 : rhc - new role for subscription management/registration/insights - includes the fix for tests_proxy.yml selinux and some test refactoring