From be5d09b2e1744fc5200b8934b5d45e7d3b79e73a Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 1 Mar 2023 10:49:05 +0000 Subject: [PATCH] Fix install error --- pyOpenSSL.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 1fdebd2..f10623d 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,6 +1,6 @@ Name: pyOpenSSL Version: 20.0.1 -Release: 2 +Release: 3 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. License: ASL 2.0 @@ -9,7 +9,7 @@ Source0: https://github.com/pyca/pyopenssl/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-cryptography -BuildRequires: python3-setuptools python3-sphinx python3-sphinx_rtd_theme +BuildRequires: python3-setuptools python3-sphinx == 2.2.0 python3-sphinx_rtd_theme %description pyOpenSSL is a rather thin wrapper around (a subset of) the OpenSSL library. @@ -57,6 +57,9 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Wed Mar 01 2023 OpenStack_SIG - 20.0.1-3 +- Fix install error + * Thur Jan 27 2022 huangtianhua - 20.0.1-2 - Remove python2 support -- Gitee