diff --git a/ansible.spec b/ansible.spec index 63be71a..386f588 100644 --- a/ansible.spec +++ b/ansible.spec @@ -1,6 +1,6 @@ %define with_pyver 310 Name: ansible -Version: 5.8.0 +Version: 6.2.0 Release: 1mamba Summary: A radically simple IT automation system Group: System/Libraries @@ -11,8 +11,9 @@ URL: https://www.ansible.com/ Source: https://pypi.debian.net/ansible/ansible-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: (python3.10dist(ansible-core) >= 2.12.5 with python3.10dist(ansible-core) < 2.13) +BuildRequires: (python3.10dist(ansible-core) >= 2.13.2 with python3.10dist(ansible-core) < 2.14) BuildRequires: libpython310-devel +BuildRequires: python3.10dist(setuptools) ## AUTOBUILDREQ-END Provides: python-ansible Obsoletes: python-ansible < 4.0.0 @@ -49,14 +50,20 @@ sed -i "/hotspot20_h2qp_.*cpython/d" %{name}.filelist %defattr(-,root,root) %{python_sitearch}/ansible_collections/cisco/intersight/misc/*.pdf %{python_sitearch}/ansible_collections/cisco/ucs/misc/*.pdf -%{python_sitearch}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test*.yaml -%{python_sitearch}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/defaults/main*copy.yml +#%{python_sitearch}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test*.yaml +#%{python_sitearch}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/defaults/main*copy.yml %{python_sitearch}/ansible_collections/fortinet/fortios/plugins/modules/__pycache__/fortios_wireless_controller_hotspot20_h2qp_*.cpython-*.pyc %dir %{python_sitearch}/ansible-%{version}-py*.egg-info %{python_sitearch}/ansible-%{version}-py*.egg-info/* %doc COPYING %changelog +* Thu Aug 18 2022 Automatic Build System 6.2.0-1mamba +- automatic version update by autodist + +* Thu Jun 09 2022 Automatic Build System 5.9.0-1mamba +- automatic version update by autodist + * Thu May 19 2022 Automatic Build System 5.8.0-1mamba - automatic version update by autodist