From d5cb720947a89fd4e4906e789e8601d6b6b60362 Mon Sep 17 00:00:00 2001
From: hgraeber <>
Date: Apr 06 2023 14:13:23 +0000
Subject: Update wsdd to version 0.7.1 / rev 9 via SR 1077706
https://build.opensuse.org/request/show/1077706
by user hgraeber + dimstar_suse
---
diff --git a/.files b/.files
index 13aeab4..6cf626d 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 9dff08d..35d02cf 100644
--- a/.rev
+++ b/.rev
@@ -63,4 +63,12 @@
1077023
+
+ 5b481b55f0f9ff23bf967822bc92b9ae
+ 0.7.1
+
+ dimstar_suse
+
+ 1077706
+
diff --git a/wsdd.changes b/wsdd.changes
index a3e5b18..2d4cd28 100644
--- a/wsdd.changes
+++ b/wsdd.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Apr 6 08:34:14 UTC 2023 - Dominique Leuenberger
+
+- 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
- Force the use of python 3.10 for openSUSE Leap
diff --git a/wsdd.spec b/wsdd.spec
index b9d250b..48928d0 100644
--- a/wsdd.spec
+++ b/wsdd.spec
@@ -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