From 144be3a572129aeeab039b44d94a2232f1fc3e9472a5defc749c56a11f6c56ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 4 Jul 2023 13:11:49 +0000 Subject: [PATCH] Accepting request 1096675 from home:gladiac:mailman - Fix uwsgi requirement OBS-URL: https://build.opensuse.org/request/show/1096675 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-postorius?expand=0&rev=49 --- python-postorius.changes | 5 +++++ python-postorius.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-postorius.changes b/python-postorius.changes index 3571592..ce18029 100644 --- a/python-postorius.changes +++ b/python-postorius.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 2 06:30:47 UTC 2023 - Andreas Schneider + +- Fix uwsgi requirement + ------------------------------------------------------------------- Sat Jul 1 08:17:01 UTC 2023 - Andreas Schneider diff --git a/python-postorius.spec b/python-postorius.spec index bbbc15e..2f43f12 100644 --- a/python-postorius.spec +++ b/python-postorius.spec @@ -128,7 +128,7 @@ 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 +%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150500 Requires: %{mypython}-uwsgi-python3 %else Requires: uwsgi-python3