diff --git a/ansible-2.9.24.tar.gz b/ansible-2.9.27.tar.gz similarity index 61% rename from ansible-2.9.24.tar.gz rename to ansible-2.9.27.tar.gz index 51b70b3..5a36ae0 100644 Binary files a/ansible-2.9.24.tar.gz and b/ansible-2.9.27.tar.gz differ diff --git a/ansible.spec b/ansible.spec index f4aaa3b..7f4420f 100644 --- a/ansible.spec +++ b/ansible.spec @@ -1,8 +1,8 @@ %global with_docs 1 Name: ansible Summary: SSH-based configuration management, deployment, and task execution system -Version: 2.9.24 -Release: 4 +Version: 2.9.27 +Release: 1 License: GPLv3+ Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz @@ -177,6 +177,7 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} ansible-generator %check +%if 0%{?with_tests} ln -s /usr/bin/pytest-3 bin/pytest pathfix.py -i %{__python3} -p test/lib/ansible_test/_data/cli/ansible_test_cli_stub.py rm -f test/units/modules/cloud/cloudstack/test_cs_traffic_type.py @@ -185,6 +186,7 @@ rm -f test/units/modules/source_control/test_gitlab_runner.py rm -f test/units/plugins/lookup/test_aws_secret.py rm -f test/units/plugins/lookup/test_aws_ssm.py make PYTHON=/usr/bin/python3 tests-py3 +%endif %files %license COPYING @@ -213,6 +215,9 @@ make PYTHON=/usr/bin/python3 tests-py3 %{python3_sitelib}/ansible_test %changelog +* Tue Apr 26 2022 yangping - 2.9.27-1 +- update to 2.9.27 + * Thu Oct 28 2021 liwu - 2.9.24-4 - The upstream community rolls back the patch