From 43163ed0cba8aac3fd444dee8fc2313e30b9715a Mon Sep 17 00:00:00 2001 From: xuraoqing Date: Thu, 15 Aug 2024 07:25:48 +0000 Subject: [PATCH] add requires python3-six >= 1.5.2 Signed-off-by: xuraoqing --- pyOpenSSL.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 662edf6..5484084 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,6 +1,6 @@ Name: pyOpenSSL Version: 24.0.0 -Release: 1 +Release: 2 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. License: ASL 2.0 @@ -18,7 +18,7 @@ than calling a corresponding function in the OpenSSL library. %package -n python3-%{name} Summary: A rather thin wrapper around (a subset of) the OpenSSL library. -Requires: python3-cryptography +Requires: python3-six >= 1.5.2 python3-cryptography %{?python_provide:%python_provide python3-pyOpenSSL} %description -n python3-%{name} @@ -58,6 +58,9 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Thu Aug 15 2024 xuraoqing - 24.0.0-2 +- add requires python3-six >= 1.5.2 + * Wed Jan 24 2024 zhengxiaoxiao - 24.0.0-1 - Upgrade version to 24.0.0 - Dropped support for Python 3.6. -- Gitee