From 57d713d910eda02d82035f835dc791f00f456885 Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Tue, 6 Apr 2021 01:03:35 +0200 Subject: [PATCH] Bump Version, add changelog Related: rhbz#1961404 --- linux-system-roles.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index bfa6208..fce47e9 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -11,8 +11,8 @@ Name: linux-system-roles %endif Url: https://github.com/linux-system-roles/ Summary: Set of interfaces for unified system management -Version: 1.0.0 -Release: 16%{?dist} +Version: 1.0.1 +Release: 1%{?dist} #Group: Development/Libraries License: GPLv3+ and MIT and BSD @@ -757,6 +757,17 @@ done %{ansible_collection_files} %changelog +* Tue Apr 6 2021 Pavel Cahyna - 1.0.1-1 +- Sync with RHEL version 1.0.1-1.el8 + Fix description field in galaxy.yml + Remove "Technology Preview" from Collection README + Merging individual ignore file and add it to the package + Add a note to each module Doc to indicate it is private + Add patches for network and storage role ansible-test fixes + Simplify doc tags in %%files, corrects a forgotten doc tag for ha_cluster + Suppress one ansible-lint warning in ha_cluster + Add patch for the inclusive language leftover on network-role README.md + * Mon Feb 22 2021 Pavel Cahyna - 1.0.0-16 - Sync with RHEL version 1.0.0-31 Rebase certificate role to pick up a test fix