modify buildrequire crypto to cryptography

(cherry picked from commit b278e3c94a3f06bf62b9b890e850442c0e196975)
This commit is contained in:
lyn1001 2023-05-29 14:26:25 +08:00 committed by openeuler-sync-bot
parent dc91a49048
commit 49a296ecd5

View File

@ -2,7 +2,7 @@
Name: ansible-2.9 Name: ansible-2.9
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.24
Release: 3 Release: 4
License: GPLv3+ License: GPLv3+
Source0: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz Source0: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
Source1: ansible.attr Source1: ansible.attr
@ -22,7 +22,7 @@ Obsoletes: ansible-2.9-python3 < %{version}-%{release}
Conflicts: ansible-base > 2.10.0 Conflicts: ansible-base > 2.10.0
Conflicts: ansible-core > 2.11.0 Conflicts: ansible-core > 2.11.0
BuildRequires: python3-packaging python3-pexpect python3-paramiko python3-pywinrm BuildRequires: python3-packaging python3-pexpect python3-paramiko python3-pywinrm
BuildRequires: python3-crypto python3-pbkdf2 python3-httmock python3-python-gitlab BuildRequires: python3-pbkdf2 python3-httmock python3-python-gitlab
BuildRequires: python3-boto3 python3-botocore python3-coverage python3-passlib git-core BuildRequires: python3-boto3 python3-botocore python3-coverage python3-passlib git-core
BuildRequires: openssl BuildRequires: openssl
%if 0%{?with_docs} %if 0%{?with_docs}
@ -174,6 +174,9 @@ make PYTHON=/usr/bin/python3 tests-py3
%{python3_sitelib}/ansible_test %{python3_sitelib}/ansible_test
%changelog %changelog
* Mon May 29 2023 liyanan <thistleslyn@163.com> - 2.9.24-4
- modify buildrequire crypto to cryptography
* Wed Dec 07 2022 wangkai <wangkai385@h-partners.com> - 2.9.24-3 * Wed Dec 07 2022 wangkai <wangkai385@h-partners.com> - 2.9.24-3
- Start dbus service in docker environment - Start dbus service in docker environment