From e4fbc3ab79239edaa9ce939acb613b26e03517db Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 11 Feb 2022 16:47:20 +0800 Subject: [PATCH 1/2] Fix build error --- python-uwsgi.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-uwsgi.spec b/python-uwsgi.spec index 3bca3a7..7929b55 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: 2 Summary: The uWSGI server License: GPL2 URL: https://uwsgi-docs.readthedocs.io/en/latest/ @@ -12,7 +12,8 @@ The uWSGI server %package -n python3-uWSGI Summary: The uWSGI server Provides: python-uWSGI -BuildRequires: python3-devel +BuildRequires: openssl-devel +BuildRequires: python3-devel gcc BuildRequires: python3-setuptools %description -n python3-uWSGI -- Gitee From 13fc2df02eee5ed11bb29e55ba842eb8378cb301 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 11 Feb 2022 16:51:46 +0800 Subject: [PATCH 2/2] Adds gcc and openssl-devel as build dependencies --- python-uwsgi.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-uwsgi.spec b/python-uwsgi.spec index 7929b55..4d148cf 100644 --- a/python-uwsgi.spec +++ b/python-uwsgi.spec @@ -12,9 +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 @@ -65,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Fri Feb 11 2022 huangtianhua - 2.0.19.1-2 +- Adds gcc and openssl-devel as build dependencies + * Wed Aug 05 2020 Python_Bot - Package Spec generated -- Gitee