!15 [sync] PR-11: 删除python-crypto编译依赖

From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-05-28 08:41:05 +00:00 committed by Gitee
commit dc4a4c5ff6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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