diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 662edf62b61864347bf9f2aa08d2b9520dc0bd3c..54840843d0842c754a7487b8eac3f634c3b96595 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.