!7 [sync] PR-6: 【轻量级 PR】:uwsgi add BuildRequires openssl-devel to support --https

From: @openeuler-sync-bot
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-31 07:09:58 +00:00 committed by Gitee
commit 5304c2912a

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-uWSGI Name: python-uWSGI
Version: 2.0.19.1 Version: 2.0.19.1
Release: 1 Release: 3
Summary: The uWSGI server Summary: The uWSGI server
License: GPL2 License: GPL2
URL: https://uwsgi-docs.readthedocs.io/en/latest/ URL: https://uwsgi-docs.readthedocs.io/en/latest/
@ -12,8 +12,11 @@ The uWSGI server
%package -n python3-uWSGI %package -n python3-uWSGI
Summary: The uWSGI server Summary: The uWSGI server
Provides: python-uWSGI Provides: python-uWSGI
BuildRequires: openssl-devel
BuildRequires: python3-devel gcc BuildRequires: python3-devel gcc
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-uWSGI %description -n python3-uWSGI
@ -64,6 +67,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Tue Aug 31 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.0.19.1-3
- DESC: uwsgi add BuildRequires openssl-devel to support --https
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.0.19.1-2 * Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.0.19.1-2
- Completing build dependencies to fix gcc compiler missing error - Completing build dependencies to fix gcc compiler missing error