From 7d7acf657fb6ea3050dede26ec64d2da0f17aa99 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Thu, 6 Apr 2023 15:05:09 +0200 Subject: [PATCH] Add changelog entry and bump release --- linux-system-roles.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 4d690dd..bdd4dff 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -30,7 +30,7 @@ Name: linux-system-roles Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management Version: 1.21.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and MIT and BSD and Python %global _pkglicensedir %{_licensedir}/%{name} @@ -766,6 +766,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Thu Apr 6 2023 Sergei Petrosian - 1.21.1-2 +- Resolves: rhbz#2185002 : Remove doc fragments from vendored modules +- Build collection artifact in the same directory on Fedora and RHEL + * Thu Mar 16 2023 Rich Megginson - 1.21.1-1 - Resolves:rhbz#2141330 : rhc - new role for subscription management/registration/insights - includes the fix for tests_proxy.yml selinux and some test refactoring