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:
parent
2a10d9827c
commit
77802037ab
@ -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>
|
||||
|
||||
|
@ -125,7 +125,11 @@ This package holds the web interface.
|
||||
%package -n %{postorius_pkgname}-web-uwsgi
|
||||
Summary: Postorius - uwsgi configuration
|
||||
Requires: %{postorius_pkgname}-web
|
||||
%if 0%{suse_version} >= 1550
|
||||
Requires: %{mypython}-uwsgi-python3
|
||||
%else
|
||||
Requires: uwsgi-python3
|
||||
%endif
|
||||
|
||||
%description -n %{postorius_pkgname}-web-uwsgi
|
||||
A web user interface for GNU Mailman.
|
||||
|
Loading…
Reference in New Issue
Block a user