Accepting request 1096258 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1096258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-postorius?expand=0&rev=4
This commit is contained in:
commit
2de43ee0a2
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 08:17:01 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Use sle15_python_module_pythons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 07:27:48 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Fix building on Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 08:12:39 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user