Compare commits

..

No commits in common. 'c9' and 'c8' have entirely different histories.
c9 ... c8

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

2
.gitignore vendored

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

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

Loading…
Cancel
Save