From cb1f9d5b7a1459e736f2b1317fda3c34c6dda7b5 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 28 Mar 2024 09:47:10 +0000 Subject: [PATCH] import CS ansible-pcp-2.3.0-1.el9 --- .ansible-pcp.metadata | 2 +- .gitignore | 2 +- SPECS/ansible-pcp.spec | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.ansible-pcp.metadata b/.ansible-pcp.metadata index 8d5a0a5..cbf549d 100644 --- a/.ansible-pcp.metadata +++ b/.ansible-pcp.metadata @@ -1 +1 @@ -3d59038ddce9900044249a9fd31aa7a606dcb224 SOURCES/ansible-pcp-2.2.7.tar.gz +d8813fc9c3ee048a2a7f69c7e4aed8012adb9802 SOURCES/ansible-pcp-2.3.0.tar.gz diff --git a/.gitignore b/.gitignore index 83e173a..3613b24 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ansible-pcp-2.2.7.tar.gz +SOURCES/ansible-pcp-2.3.0.tar.gz diff --git a/SPECS/ansible-pcp.spec b/SPECS/ansible-pcp.spec index aafe167..ccb16aa 100644 --- a/SPECS/ansible-pcp.spec +++ b/SPECS/ansible-pcp.spec @@ -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 2.3.0-1 +- Latest upstream release (RHEL-17430) + * Fri Oct 28 2022 Nathan Scott 2.2.7-1 - Latest upstream release (BZ 2132847)