From b12f856ac233b8daf65c3eb9e1825d65e2043b4e Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 23 2021 11:16:46 +0000 Subject: Import ansible-collection-community-general-3.5.0-2.el9 in CloudSIG xena --- diff --git a/SPECS/ansible-collection-community-general.spec b/SPECS/ansible-collection-community-general.spec index 4652ee2..e024e69 100644 --- a/SPECS/ansible-collection-community-general.spec +++ b/SPECS/ansible-collection-community-general.spec @@ -2,8 +2,8 @@ %global collection_name general Name: ansible-collection-%{collection_namespace}-%{collection_name} -Version: 3.0.0 -Release: 1%{?dist} +Version: 3.5.0 +Release: 2%{?dist} Summary: Modules and plugins supported by Ansible community # plugins/module_utils/_mount.py: Python Software Foundation License version 2 @@ -14,7 +14,8 @@ License: GPLv3+ and BSD and Python URL: %{ansible_collection_url} Source: https://github.com/ansible-collections/community.general/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: ansible >= 2.9.10 +BuildRequires: (ansible >= 2.9.10 or ansible-core >= 2.11.0) +BuildRequires: ansible-macros BuildArch: noarch @@ -26,6 +27,7 @@ BuildArch: noarch rm -vr .github .azure-pipelines find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' + find -type f -name '.gitignore' -print -delete +sed -i -e 's|env python$|env python3|' scripts/inventory/*.py scripts/vault/*.py %build %ansible_collection_build @@ -40,6 +42,36 @@ rm -vr %{buildroot}%{ansible_collection_files}/%{collection_name}/tests %{ansible_collection_files} %changelog +* Thu Sep 23 2021 Alfredo Moralejo - 3.5.0-2 +- Use ansible or ansible-core as BuildRequires + +* Wed Aug 11 2021 Kevin Fenzi - 3.5.0-1 +- Update to 3.5.0. Fixes rhbz#1992481 + +* Wed Aug 4 2021 Maxwell G - 3.4.0-1 +- Update to 3.4.0. Fixes rhbz#1983969 . + +* Wed Jul 21 2021 Fedora Release Engineering - 3.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 10 2021 Kevin Fenzi - 3.3.2-1 +- Update to 3.3.2. Fixes rhbz#1977438 + +* Tue Jun 08 2021 Kevin Fenzi - 3.2.0-1 +- Update to 3.2.0. Fixes rhbz#1969570 + +* Sat May 29 2021 Kevin Fenzi - 3.1.0-2 +- Fix sed issue that caused python33 to be required. + +* Sat May 29 2021 Kevin Fenzi - 3.1.0-1 +- Update to 3.1.0. Fixes rhbz#1957092 + +* Tue May 11 2021 Kevin Fenzi - 3.0.2-1 +- Update to 3.0.2. Fixes rhbz#1957092 + +* Wed May 05 2021 Kevin Fenzi - 3.0.1-1 +- Update to 3.0.1. Fixes rhbz#1957092 + * Tue Apr 27 2021 Kevin Fenzi - 3.0.0-1 - Update to 3.0.0. Fixes rhbz#1953895