From 29e8a17c71c82c6bdba22cd835fb6e904364dc0843477351af911e2d5a929633 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 1 Jul 2023 09:12:43 +0000 Subject: [PATCH] Accepting request 1096257 from home:gladiac:mailman - Use sle15_python_module_pythons - Fix building on Leap OBS-URL: https://build.opensuse.org/request/show/1096257 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-postorius?expand=0&rev=47 --- python-postorius.changes | 10 ++++++++++ python-postorius.spec | 8 +++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/python-postorius.changes b/python-postorius.changes index 85c0db4..3571592 100644 --- a/python-postorius.changes +++ b/python-postorius.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 1 08:17:01 UTC 2023 - Andreas Schneider + +- Use sle15_python_module_pythons + +------------------------------------------------------------------- +Fri Jun 30 07:27:48 UTC 2023 - Andreas Schneider + +- Fix building on Leap + ------------------------------------------------------------------- Sun Jun 25 08:12:39 UTC 2023 - Andreas Schneider diff --git a/python-postorius.spec b/python-postorius.spec index b6d7fee..bbbc15e 100644 --- a/python-postorius.spec +++ b/python-postorius.spec @@ -16,6 +16,8 @@ # +%{?sle15_python_module_pythons} + %global webapps_dir /srv/www/webapps %global postorius_pkgname postorius @@ -38,9 +40,9 @@ %else %{?sle15_python_module_pythons} %define pythons python311 -%define mypython python3 -%define __mypython %{__python3} -%define mypython_sitelib %{python3_sitelib} +%define mypython python311 +%define __mypython %{__python311} +%define mypython_sitelib %{python311_sitelib} %endif Name: python-postorius