Update to latest community sources
This commit is contained in:
parent
4543ad1a7a
commit
ba79b7fcab
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/ansible-pcp-2.1.4.tar.gz
|
/ansible-pcp-2.1.4.tar.gz
|
||||||
/ansible-pcp-2.2.1.tar.gz
|
/ansible-pcp-2.2.1.tar.gz
|
||||||
/ansible-pcp-2.2.2.tar.gz
|
/ansible-pcp-2.2.2.tar.gz
|
||||||
|
/ansible-pcp-2.2.4.tar.gz
|
||||||
|
@ -9,15 +9,19 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ansible-pcp
|
Name: ansible-pcp
|
||||||
Version: 2.2.2
|
Version: 2.2.4
|
||||||
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
|
||||||
URL: https://github.com/performancecopilot/ansible-pcp
|
URL: https://github.com/performancecopilot/ansible-pcp
|
||||||
Source: https://github.com/performancecopilot/ansible-pcp/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/performancecopilot/ansible-pcp/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
%if 0%{?rhel} >= 9
|
||||||
|
Requires: ansible-core
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with ansible}
|
%if %{with ansible}
|
||||||
BuildRequires: ansible >= 2.9.10
|
BuildRequires: %{ansible_build_dep}
|
||||||
BuildRequires: python3-ansible-lint
|
BuildRequires: python3-ansible-lint
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -102,6 +106,11 @@ ansible-lint `find roles -name \*.yml`
|
|||||||
%{ansible_collection_files}
|
%{ansible_collection_files}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 17 2021 Nathan Scott <nathans@redhat.com> 2.2.4-1
|
||||||
|
- Small fixes for bpftrace, mssql roles and tests
|
||||||
|
- RHEL9 - add "Requires: ansible-core"
|
||||||
|
- Latest upstream release
|
||||||
|
|
||||||
* Fri Nov 12 2021 Nathan Scott <nathans@redhat.com> 2.2.2-1
|
* Fri Nov 12 2021 Nathan Scott <nathans@redhat.com> 2.2.2-1
|
||||||
- Correct the URL listed for this package (BZ 2001902)
|
- Correct the URL listed for this package (BZ 2001902)
|
||||||
- Latest upstream release
|
- Latest upstream release
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-pcp-2.2.2.tar.gz) = 76c4ffecef2147601971fc8d02df007cb043246e0de0addd308f3a63492d4fa744856ac8d2059c170583a932ac358fe58de3b1db060c705332a0a92b2e227ec9
|
SHA512 (ansible-pcp-2.2.4.tar.gz) = 5d7df24f3537b71fb9591894a2b010ea0429681a0156280a62e2c5d217976279618c996a1c2adf6e968e9943485c5137b995cbc6c036c13f10c3c19e08f67fa6
|
||||||
|
Loading…
Reference in New Issue
Block a user