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