Update ansible-pcp to package version 2.3.0
This commit is contained in:
parent
23f26f16b9
commit
8b963ba855
1
.ansible-pcp.metadata
Normal file
1
.ansible-pcp.metadata
Normal file
@ -0,0 +1 @@
|
||||
d8813fc9c3ee048a2a7f69c7e4aed8012adb9802 ansible-pcp-2.3.0.tar.gz
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/ansible-pcp-2.2.2.tar.gz
|
||||
/ansible-pcp-2.2.5.tar.gz
|
||||
/ansible-pcp-2.2.7.tar.gz
|
||||
/ansible-pcp-2.3.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ansible-pcp
|
||||
Version: 2.2.7
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Ansible Metric collection for Performance Co-Pilot
|
||||
License: MIT
|
||||
@ -89,11 +89,10 @@ of performance data.
|
||||
%prep
|
||||
%autosetup
|
||||
mv .yamllint.yml yamllint.yml
|
||||
mv .yamllint_defaults.yml yamllint_defaults.yml
|
||||
%if 0%{?rhel}
|
||||
rm -vr roles/repository tests/*repository* tests/*/*repository* docs/repository
|
||||
%endif
|
||||
rm -vr .github .gitignore .ansible-lint .*.yml
|
||||
rm -vr .github .gitignore .ansible-lint
|
||||
sed -i \
|
||||
-e 's/^name: .*/name: %{collection_name}/g' \
|
||||
-e 's/^namespace: .*/namespace: %{collection_namespace}/g' \
|
||||
@ -122,7 +121,6 @@ tar -xf %{_tmppath}/%{collection_namespace}-%{collection_name}-%{version}.tar.gz
|
||||
|
||||
%check
|
||||
mv yamllint.yml .yamllint.yml
|
||||
mv yamllint_defaults.yml .yamllint_defaults.yml
|
||||
%if %{with ansible_lint}
|
||||
ansible-lint `find roles -name \*.yml`
|
||||
%endif
|
||||
@ -133,6 +131,9 @@ ansible-lint `find roles -name \*.yml`
|
||||
%{ansible_collection_files}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 28 2023 Nathan Scott <nathans@redhat.com> 2.3.0-1
|
||||
- Latest upstream release (RHEL-17430)
|
||||
|
||||
* Fri Oct 28 2022 Nathan Scott <nathans@redhat.com> 2.2.7-1
|
||||
- Latest upstream release (BZ 2132847)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-pcp-2.2.7.tar.gz) = bf1e97586590dbba1e81b37b1223feb31332f82c50027d83ee301df19a2965e72f18d27681e1a5b45aef99f32618d0cffcf8e2b9b50b6c0e16841274916dd489
|
||||
SHA512 (ansible-pcp-2.3.0.tar.gz) = d4657fbad33555fe57534df488014aef7eeed5a34ec4f200c5c448912ba8e54c5e352e49dfb1bdb35a52dd3be82d7bb634ae19ffafe3b8282d393d4bafc7f127
|
||||
|
Loading…
Reference in New Issue
Block a user