Compare commits

...

No commits in common. "c8-beta" and "c9" have entirely different histories.
c8-beta ... c9

3 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
6ededf0d6f9d2d55aee746b464462f9c9906f4de SOURCES/ansible-pcp-2.2.5.tar.gz
3d59038ddce9900044249a9fd31aa7a606dcb224 SOURCES/ansible-pcp-2.2.7.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ansible-pcp-2.2.5.tar.gz
SOURCES/ansible-pcp-2.2.7.tar.gz

View File

@ -1,5 +1,5 @@
Name: ansible-pcp
Version: 2.2.5
Version: 2.2.7
Release: 1%{?dist}
Summary: Ansible Metric collection for Performance Co-Pilot
License: MIT
@ -17,8 +17,8 @@ BuildArch: noarch
# NOTE: Even though ansible-core is in 8.6, it is only available
# at *runtime*, not at *buildtime* - so we can't have
# ansible-core as a build_dep on RHEL8
%if 0%{?fedora} || 0%{?rhel} >= 9
# ansible-core as a build_dep on latest RHEL versions.
%if 0%{?fedora}
%bcond_without ansible
%global ansible_build_dep ansible-core >= 2.11.0
%else
@ -133,9 +133,12 @@ ansible-lint `find roles -name \*.yml`
%{ansible_collection_files}
%changelog
* Fri Oct 28 2022 Nathan Scott <nathans@redhat.com> 2.2.7-1
- Latest upstream release (BZ 2132847)
* Thu Apr 21 2022 Nathan Scott <nathans@redhat.com> 2.2.5-1
- Switch to using bcond spec file mechanisms
- Latest upstream release (BZ 2059463)
- Latest upstream release (BZ 2059464)
* Tue Feb 15 2022 Nathan Scott <nathans@redhat.com> 2.2.2-2
- RHEL8.6+, RHEL9+, Fedora - add "ansible-core or ansible" dep