Compare commits

...

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

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

2
.gitignore vendored

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

@ -1,5 +1,5 @@
Name: ansible-pcp Name: ansible-pcp
Version: 2.2.5 Version: 2.2.7
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 RHEL8 # ansible-core as a build_dep on latest RHEL versions.
%if 0%{?fedora} || 0%{?rhel} >= 9 %if 0%{?fedora}
%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,12 @@ ansible-lint `find roles -name \*.yml`
%{ansible_collection_files} %{ansible_collection_files}
%changelog %changelog
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.2.5-1 * Fri Oct 28 2022 Nathan Scott <nathans@redhat.com> 2.2.7-1
- Rebuilt for MSVSphere 8.8 - 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 2059463) - Latest upstream release (BZ 2059464)
* 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