diff --git a/python-uwsgi.spec b/python-uwsgi.spec index 8ccb8695d59ae94e976f1684ab6ad8add618bcb3..7e23c719d70c203888fe1f512625ae52d07ea4e7 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