Accepting request 1077685 from home:dimstar:Factory

- Fix previous change: really limit the forced change to python
  3.10 on suse_version <= 1500 (up to SLE/Leap 15); newer products
  already use python 3.10 (or newer) as default.

OBS-URL: https://build.opensuse.org/request/show/1077685
OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=27
This commit is contained in:
Herbert Graeber 2023-04-06 10:06:25 +00:00 committed by Git OBS Bridge
parent 40894ea470
commit 3806dee3f8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 6 08:34:14 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix previous change: really limit the forced change to python
3.10 on suse_version <= 1500 (up to SLE/Leap 15); newer products
already use python 3.10 (or newer) as default.
-------------------------------------------------------------------
Mon Apr 3 15:09:07 UTC 2023 - Herbert Graeber <herbert@graeber-clan.de>

View File

@ -55,7 +55,7 @@ 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} <= 1599
%if 0%{suse_version} <= 1500
sed -i '1s/python3/python3.10/' src/wsdd.py
%endif