!46 Remove require python-keyczar and modify require crypto to cryptography
From: @huangtianhua Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
3311c760c9
@ -11,7 +11,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.9.27
|
Version: 2.9.27
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -20,7 +20,7 @@ BuildArch: noarch
|
|||||||
Provides: ansible-fireball = %{version}-%{release}
|
Provides: ansible-fireball = %{version}-%{release}
|
||||||
Obsoletes: ansible-fireball < 1.2.4
|
Obsoletes: ansible-fireball < 1.2.4
|
||||||
BuildRequires: python3-jinja2 python3-devel python3-packaging python3-pyyaml
|
BuildRequires: python3-jinja2 python3-devel python3-packaging python3-pyyaml
|
||||||
Requires: python3-PyYAML python3-crypto python3-paramiko python3-keyczar
|
Requires: python3-PyYAML python3-cryptography python3-paramiko
|
||||||
Requires: python3-setuptools python3-six sshpass python3-httplib2
|
Requires: python3-setuptools python3-six sshpass python3-httplib2
|
||||||
Requires: python3-jmespath python3-jinja2
|
Requires: python3-jmespath python3-jinja2
|
||||||
Recommends: %{name}-help = %{version}-%{release}
|
Recommends: %{name}-help = %{version}-%{release}
|
||||||
@ -31,7 +31,7 @@ Recommends: %{name}-help = %{version}-%{release}
|
|||||||
Provides: ansible-python3 = %{version}-%{release}
|
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-cryptography python3-packaging
|
||||||
BuildRequires: python3-pexpect python3-winrm
|
BuildRequires: python3-pexpect python3-winrm
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
%if %with_docs
|
%if %with_docs
|
||||||
@ -116,6 +116,9 @@ cp -pr docs/docsite/rst .
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 18 2022 huangtianhua <huangtianhua@huawei.com> - 2.9.27-2
|
||||||
|
- Remove require python-keyczar and modify require crypto to cryptography
|
||||||
|
|
||||||
* Tue Mar 01 2022 wangkai <wangkai385@huawei.com> - 2.9.27-1
|
* Tue Mar 01 2022 wangkai <wangkai385@huawei.com> - 2.9.27-1
|
||||||
- Hostname module support openEuler
|
- Hostname module support openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user