- 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
This commit is contained in:
parent
7abf347071
commit
734a7374a7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 18:53:53 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Disable python2 bindings on 15.4 - they fail to build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 11:04:49 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user