From bf49430f12e34360a5a97e83d3c3b2fa8a92fcd8 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 29 May 2023 14:26:25 +0800 Subject: [PATCH] modify buildrequire crypto to cryptography (cherry picked from commit b278e3c94a3f06bf62b9b890e850442c0e196975) --- ansible-2.9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ansible-2.9.spec b/ansible-2.9.spec index 5b01513..3cc82c6 100644 --- a/ansible-2.9.spec +++ b/ansible-2.9.spec @@ -2,7 +2,7 @@ Name: ansible-2.9 Summary: SSH-based configuration management, deployment, and task execution system Version: 2.9.24 -Release: 3 +Release: 4 License: GPLv3+ Source0: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz Source1: ansible.attr @@ -22,7 +22,7 @@ Obsoletes: ansible-2.9-python3 < %{version}-%{release} Conflicts: ansible-base > 2.10.0 Conflicts: ansible-core > 2.11.0 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: openssl %if 0%{?with_docs} @@ -174,6 +174,9 @@ make PYTHON=/usr/bin/python3 tests-py3 %{python3_sitelib}/ansible_test %changelog +* Mon May 29 2023 liyanan - 2.9.24-4 +- modify buildrequire crypto to cryptography + * Wed Dec 07 2022 wangkai - 2.9.24-3 - Start dbus service in docker environment -- Gitee