From ec91c12a9c35f526c80bb2792176557c865f98d5 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Tue, 31 Aug 2021 03:52:52 +0000 Subject: [PATCH] uwsgi add BuildRequires openssl-devel to support --https --- python-uwsgi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-uwsgi.spec b/python-uwsgi.spec index 8ccb869..7e23c71 100644 --- a/python-uwsgi.spec +++ b/python-uwsgi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-uWSGI Version: 2.0.19.1 -Release: 1 +Release: 3 Summary: The uWSGI server License: GPL2 URL: https://uwsgi-docs.readthedocs.io/en/latest/ @@ -14,8 +14,9 @@ Summary: The uWSGI server Provides: python-uWSGI BuildRequires: python3-devel gcc BuildRequires: python3-setuptools -%description -n python3-uWSGI +BuildRequires: openssh-devel +%description -n python3-uWSGI %package help Summary: Development documents and examples for uWSGI @@ -64,6 +65,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Tue Aug 31 2021 chenyanpanHW - 2.0.19.1-3 +- DESC: uwsgi add BuildRequires openssl-devel to support --https + * Mon May 31 2021 huanghaitao - 2.0.19.1-2 - Completing build dependencies to fix gcc compiler missing error -- Gitee