diff --git a/python-uwsgi.spec b/python-uwsgi.spec index 8ccb869..e63b12a 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/ @@ -12,8 +12,11 @@ The uWSGI server %package -n python3-uWSGI Summary: The uWSGI server Provides: python-uWSGI + +BuildRequires: openssl-devel BuildRequires: python3-devel gcc BuildRequires: python3-setuptools + %description -n python3-uWSGI @@ -64,6 +67,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