diff --git a/python-postorius.changes b/python-postorius.changes index 97bc34d..b0dfe32 100644 --- a/python-postorius.changes +++ b/python-postorius.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 6 13:19:16 UTC 2022 - Ben Greiner + +- Fix Requires for %{mypython}-uwsgi-python3 on Tumbleweed vs. + uwsgi-python3 on 15.x + ------------------------------------------------------------------- Tue Jul 5 07:29:07 UTC 2022 - Andreas Schneider diff --git a/python-postorius.spec b/python-postorius.spec index 2d0782b..2968b61 100644 --- a/python-postorius.spec +++ b/python-postorius.spec @@ -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.