!62 Change BuildRequires python3-winrm to python3-pywinrm
From: @wang--ge Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
41b73e864d
@ -3,7 +3,7 @@
|
|||||||
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.5.5
|
Version: 2.5.5
|
||||||
Release: 5
|
Release: 6
|
||||||
License: Python-2.0 and MIT and GPL+
|
License: Python-2.0 and MIT and GPL+
|
||||||
Url: http://ansible.com
|
Url: http://ansible.com
|
||||||
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
||||||
@ -41,7 +41,7 @@ Provides: ansible-python3 = %{version}-%{release}
|
|||||||
Obsoletes: ansible-python3 < %{version}-%{release}
|
Obsoletes: ansible-python3 < %{version}-%{release}
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
BuildRequires: python3-PyYAML python3-paramiko python3-crypto python3-packaging
|
BuildRequires: python3-PyYAML python3-paramiko python3-crypto python3-packaging
|
||||||
BuildRequires: python3-pexpect python3-winrm
|
BuildRequires: python3-pexpect python3-pywinrm
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
%if %with_docs
|
%if %with_docs
|
||||||
BuildRequires: python3-sphinx python3-sphinx-theme-alabaster asciidoc
|
BuildRequires: python3-sphinx python3-sphinx-theme-alabaster asciidoc
|
||||||
@ -149,6 +149,9 @@ cp -pr docs/docsite/rst .
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 13 2023 Ge Wang <wang__ge@126.com> - 2.5.5-6
|
||||||
|
- Change BuildRequire python3-winrm to python3-pywinrm
|
||||||
|
|
||||||
* Mon Feb 28 2022 wangkai <wangkai385@huawei.com> - 2.5.5-5
|
* Mon Feb 28 2022 wangkai <wangkai385@huawei.com> - 2.5.5-5
|
||||||
- Fix CVE-2019-3828 and hostname module support openEuler
|
- Fix CVE-2019-3828 and hostname module support openEuler
|
||||||
- and add defination of is_subpath and remove module_response_deepcopy
|
- and add defination of is_subpath and remove module_response_deepcopy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user