!49 Update ansible to v2.9.27
From: @penelope_y Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
ad62222dc6
Binary file not shown.
@ -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 <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
|
||||
- The upstream community rolls back the patch
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user