diff --git a/python-mocket.changes b/python-mocket.changes index d8f4aa0..9b484f7 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 28 07:06:51 UTC 2025 - Dirk Müller + +- only use python311 on suse platforms + ------------------------------------------------------------------- Tue May 27 07:38:10 UTC 2025 - Daniel Garcia diff --git a/python-mocket.spec b/python-mocket.spec index b8843c0..f93d1b4 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -21,7 +21,7 @@ %define psuffix -test %bcond_without test -%if 0%{?suse_version} < 1600 +%if 0%{?suse_version} && 0%{?suse_version} < 1600 # Modern stack for Leap 15 %global mypython python311 %else