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