diff --git a/ansible.spec b/ansible.spec index 9dcffc86709a149054228593e712345ffc746622..0019acf43029614999685d7b4c9b6f280ac3782f 100644 --- a/ansible.spec +++ b/ansible.spec @@ -3,7 +3,7 @@ Name: ansible Summary: SSH-based configuration management, deployment, and task execution system Version: 2.5.5 -Release: 5 +Release: 6 License: Python-2.0 and MIT and GPL+ Url: http://ansible.com Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz @@ -41,7 +41,7 @@ Provides: ansible-python3 = %{version}-%{release} Obsoletes: ansible-python3 < %{version}-%{release} BuildRequires: python3-devel python3-setuptools BuildRequires: python3-PyYAML python3-paramiko python3-crypto python3-packaging -BuildRequires: python3-pexpect python3-winrm +BuildRequires: python3-pexpect python3-pywinrm BuildRequires: git-core %if %with_docs BuildRequires: python3-sphinx python3-sphinx-theme-alabaster asciidoc @@ -149,6 +149,9 @@ cp -pr docs/docsite/rst . %endif %changelog +* Fri Oct 13 2023 Ge Wang - 2.5.5-6 +- Change BuildRequire python3-winrm to python3-pywinrm + * Mon Feb 28 2022 wangkai - 2.5.5-5 - Fix CVE-2019-3828 and hostname module support openEuler - and add defination of is_subpath and remove module_response_deepcopy