From 77802037ab5dfab62b839f1fc433e819f13730391fb37ce3d2b74f34322bdcbb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 6 Jul 2022 13:38:06 +0000 Subject: [PATCH] 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 --- python-postorius.changes | 6 ++++++ python-postorius.spec | 4 ++++ 2 files changed, 10 insertions(+) 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.