diff --git a/keybinder.changes b/keybinder.changes index 9e243bb..e358713 100644 --- a/keybinder.changes +++ b/keybinder.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 4 18:53:53 UTC 2022 - Michal Suchanek + +- Disable python2 bindings on 15.4 - they fail to build. + ------------------------------------------------------------------- Thu Jun 4 11:04:49 UTC 2020 - Jan Engelhardt diff --git a/keybinder.spec b/keybinder.spec index d3767d6..d25977f 100644 --- a/keybinder.spec +++ b/keybinder.spec @@ -1,7 +1,7 @@ # # spec file for package keybinder # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 %define do_python 0 %else %define do_python 1