Accepting request 1118629 from home:hgraeber:branches:network

- Leap 15.6 has no python 3.10 anymore, use 3.11 instead

OBS-URL: https://build.opensuse.org/request/show/1118629
OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=29
This commit is contained in:
Herbert Graeber 2023-10-18 17:24:08 +00:00 committed by Git OBS Bridge
parent 3806dee3f8
commit 30db9add25
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 18 15:36:03 UTC 2023 - Herbert Graeber <herbert@graeber-clan.de>
- Leap 15.6 has no python 3.10 anymore, use 3.11 instead
-------------------------------------------------------------------
Thu Apr 6 08:34:14 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -56,7 +56,11 @@ for devices running Samba, like NAS or file sharing servers on your local networ
%build
%sysusers_generate_pre %{SOURCE6} %{name} %{name}-user.conf
%if 0%{suse_version} <= 1500
%if 0%{?sle_version} < 150600
sed -i '1s/python3/python3.10/' src/wsdd.py
%else
sed -i '1s/python3/python3.11/' src/wsdd.py
%endif
%endif
%install