From 96a61a14a257277f14e9fd4fb37177c07ae6f1f4 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 19 Nov 2022 14:24:14 -0600 Subject: [PATCH] Bump changelog --- ansible-pcp.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ansible-pcp.spec b/ansible-pcp.spec index 715ab61..f1fcf78 100644 --- a/ansible-pcp.spec +++ b/ansible-pcp.spec @@ -1,6 +1,6 @@ Name: ansible-pcp Version: 2.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Ansible Metric collection for Performance Co-Pilot License: MIT URL: https://github.com/performancecopilot/ansible-pcp @@ -116,6 +116,14 @@ ansible-lint `find roles -name \*.yml` %{ansible_collection_files} %changelog +* Sat Nov 19 2022 Maxwell G - 2.2.7-2 +- BuildRequire ansible-packaging on Fedora +- Resolves: rhbz#2126889 +- Fix inverted conditionals and build/install the collection using ansible-galaxy +- Keep ansible-lint disabled for now +- Remove unnecessary macros +- Exclude files with galaxy.yml build_ignore + * Fri Oct 28 2022 Nathan Scott 2.2.7-1 - Latest upstream release