Accepting request 987202 from home:bnavigator:branches:devel:languages:python:mailman

- Fix Requires for %{mypython}-uwsgi-python3 on Tumbleweed vs.
  uwsgi-python3 on 15.x

OBS-URL: https://build.opensuse.org/request/show/987202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-postorius?expand=0&rev=39
This commit is contained in:
Andreas Schneider 2022-07-06 13:38:06 +00:00 committed by Git OBS Bridge
parent 2a10d9827c
commit 77802037ab
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 6 13:19:16 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Fix Requires for %{mypython}-uwsgi-python3 on Tumbleweed vs.
uwsgi-python3 on 15.x
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 5 07:29:07 UTC 2022 - Andreas Schneider <asn@cryptomilk.org> Tue Jul 5 07:29:07 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -125,7 +125,11 @@ This package holds the web interface.
%package -n %{postorius_pkgname}-web-uwsgi %package -n %{postorius_pkgname}-web-uwsgi
Summary: Postorius - uwsgi configuration Summary: Postorius - uwsgi configuration
Requires: %{postorius_pkgname}-web Requires: %{postorius_pkgname}-web
%if 0%{suse_version} >= 1550
Requires: %{mypython}-uwsgi-python3
%else
Requires: uwsgi-python3 Requires: uwsgi-python3
%endif
%description -n %{postorius_pkgname}-web-uwsgi %description -n %{postorius_pkgname}-web-uwsgi
A web user interface for GNU Mailman. A web user interface for GNU Mailman.