diff --git a/uwsgi.changes b/uwsgi.changes index a9d52a8..6eb178b 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -4,6 +4,12 @@ Mon Dec 12 08:58:58 UTC 2022 - Dirk Müller - switch to pkgconfig(zlib) so that alternative providers can be used +------------------------------------------------------------------- +Tue Dec 13 19:44:00 UTC 2022 - sven@uebelacker.net + +- fixing uwsgi-php[78] package description +- rpmlint: removing obsolete specfile condition for python which is included in python-rpm-macros + ------------------------------------------------------------------- Tue Nov 15 10:58:25 UTC 2022 - pgajdos@suse.com diff --git a/uwsgi.spec b/uwsgi.spec index f75d6a2..d6e7ebf 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -27,7 +27,6 @@ %define with_php 0 %endif -%{?!python_module:%define python_module() python3-%{**}} Name: uwsgi Version: 2.0.20 Release: 0 @@ -420,7 +419,11 @@ This package contains support for rendering XML content using XSLT. %if %{with_php} %package %{php} +%if 0%{?suse_version} >= 1550 +Summary: PHP8 Plugin for uWSGI +%else Summary: PHP7 Plugin for uWSGI +%endif Group: Productivity/Networking/Web/Servers Requires: %{name} = %{version} Requires: %{php}-embed @@ -428,8 +431,12 @@ Requires: %{php}-embed %description %{php} uWSGI is a self-healing application container server coded in pure C. +%if 0%{?suse_version} >= 1550 +This package contains support for PHP version 8. +%else This package contains support for PHP version 7. %endif +%endif %prep %setup -q -n uwsgi-%{version}