update to 2.9.27

This commit is contained in:
penelope 2022-04-26 14:50:15 +08:00
parent dd7d6cbd6d
commit f9e45dbf0c
2 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,8 @@
%global with_docs 1 %global with_docs 1
Name: ansible Name: ansible
Summary: SSH-based configuration management, deployment, and task execution system Summary: SSH-based configuration management, deployment, and task execution system
Version: 2.9.24 Version: 2.9.27
Release: 4 Release: 1
License: GPLv3+ License: GPLv3+
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
@ -177,6 +177,7 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} ansible-generator
%check %check
%if 0%{?with_tests}
ln -s /usr/bin/pytest-3 bin/pytest ln -s /usr/bin/pytest-3 bin/pytest
pathfix.py -i %{__python3} -p test/lib/ansible_test/_data/cli/ansible_test_cli_stub.py 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 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_secret.py
rm -f test/units/plugins/lookup/test_aws_ssm.py rm -f test/units/plugins/lookup/test_aws_ssm.py
make PYTHON=/usr/bin/python3 tests-py3 make PYTHON=/usr/bin/python3 tests-py3
%endif
%files %files
%license COPYING %license COPYING
@ -213,6 +215,9 @@ make PYTHON=/usr/bin/python3 tests-py3
%{python3_sitelib}/ansible_test %{python3_sitelib}/ansible_test
%changelog %changelog
* Tue Apr 26 2022 yangping <yangping69@h-partners.com> - 2.9.27-1
- update to 2.9.27
* Thu Oct 28 2021 liwu <liwu13@huawei.com> - 2.9.24-4 * Thu Oct 28 2021 liwu <liwu13@huawei.com> - 2.9.24-4
- The upstream community rolls back the patch - The upstream community rolls back the patch