Accepting request 962142 from home:mlin7442:rebuild_fails_154

fix build error on Leap 15.4

OBS-URL: https://build.opensuse.org/request/show/962142
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kexi?expand=0&rev=31
This commit is contained in:
Christophe Giboudeaux 2022-03-22 11:07:01 +00:00 committed by Git OBS Bridge
parent 26fdd52c12
commit 7e928c6034
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 16 10:14:22 UTC 2022 - Max Lin <mlin@suse.com>
- Use BuildRequires/Requires: breeze5-icons-rcc for Leap 15.4
-------------------------------------------------------------------
Wed Jul 28 09:49:43 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -76,7 +76,7 @@ Provides: calligra-kexi = %{version}
# not ported yet
Obsoletes: calligra-kexi-spreadsheet-import < %{version}
# Kexi needs breeze-icons.rcc during build and on runtime (it doesn't start without it installed)
%if 0%{?suse_version} > 1500 || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.2" || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.3"
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.3"
BuildRequires: breeze5-icons-rcc
Requires: breeze5-icons-rcc
%else