|
|
@ -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,12 @@ 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
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.2.5-1
|
|
|
|
- Latest upstream release (BZ 2132847)
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|