Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wsdd for openSUSE:Factory checked in at 2023-10-19 22:47:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wsdd (Old) and /work/SRC/openSUSE:Factory/.wsdd.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wsdd" Thu Oct 19 22:47:31 2023 rev:10 rq:1118630 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wsdd/wsdd.changes 2023-04-06 16:02:01.178347750 +0200 +++ /work/SRC/openSUSE:Factory/.wsdd.new.1945/wsdd.changes 2023-10-19 22:49:59.344241551 +0200 @@ -1,0 +2,5 @@ +Wed Oct 18 15:36:03 UTC 2023 - Herbert Graeber <[email protected]> + +- Leap 15.6 has no python 3.10 anymore, use 3.11 instead + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wsdd.spec ++++++ --- /var/tmp/diff_new_pack.T2okNy/_old 2023-10-19 22:49:59.944263313 +0200 +++ /var/tmp/diff_new_pack.T2okNy/_new 2023-10-19 22:49:59.948263458 +0200 @@ -56,7 +56,11 @@ %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
