Import from AlmaLinux stable repository
This commit is contained in:
parent
9361e0399c
commit
9c780ec4de
@ -1 +1 @@
|
|||||||
3d59038ddce9900044249a9fd31aa7a606dcb224 SOURCES/ansible-pcp-2.2.7.tar.gz
|
d8813fc9c3ee048a2a7f69c7e4aed8012adb9802 SOURCES/ansible-pcp-2.3.0.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ansible-pcp-2.2.7.tar.gz
|
SOURCES/ansible-pcp-2.3.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ansible-pcp
|
Name: ansible-pcp
|
||||||
Version: 2.2.7
|
Version: 2.3.0
|
||||||
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
|
||||||
@ -89,11 +89,10 @@ of performance data.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
mv .yamllint.yml yamllint.yml
|
mv .yamllint.yml yamllint.yml
|
||||||
mv .yamllint_defaults.yml yamllint_defaults.yml
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
rm -vr roles/repository tests/*repository* tests/*/*repository* docs/repository
|
rm -vr roles/repository tests/*repository* tests/*/*repository* docs/repository
|
||||||
%endif
|
%endif
|
||||||
rm -vr .github .gitignore .ansible-lint .*.yml
|
rm -vr .github .gitignore .ansible-lint
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's/^name: .*/name: %{collection_name}/g' \
|
-e 's/^name: .*/name: %{collection_name}/g' \
|
||||||
-e 's/^namespace: .*/namespace: %{collection_namespace}/g' \
|
-e 's/^namespace: .*/namespace: %{collection_namespace}/g' \
|
||||||
@ -122,7 +121,6 @@ tar -xf %{_tmppath}/%{collection_namespace}-%{collection_name}-%{version}.tar.gz
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
mv yamllint.yml .yamllint.yml
|
mv yamllint.yml .yamllint.yml
|
||||||
mv yamllint_defaults.yml .yamllint_defaults.yml
|
|
||||||
%if %{with ansible_lint}
|
%if %{with ansible_lint}
|
||||||
ansible-lint `find roles -name \*.yml`
|
ansible-lint `find roles -name \*.yml`
|
||||||
%endif
|
%endif
|
||||||
@ -133,6 +131,9 @@ ansible-lint `find roles -name \*.yml`
|
|||||||
%{ansible_collection_files}
|
%{ansible_collection_files}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 28 2022 Nathan Scott <nathans@redhat.com> 2.2.7-1
|
||||||
- Latest upstream release (BZ 2132847)
|
- Latest upstream release (BZ 2132847)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user