From 734a7374a7717544097a56a67764903f1ec8dd1aaea6f49310b5b5015c273187 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Mon, 4 Apr 2022 18:55:07 +0000 Subject: [PATCH] - Disable python2 bindings on 15.4 - they fail to build. OBS-URL: https://build.opensuse.org/package/show/X11:lxde/keybinder?expand=0&rev=5 --- keybinder.changes | 5 +++++ keybinder.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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