diff --git a/kexi.changes b/kexi.changes index 795fd00..3e8e536 100644 --- a/kexi.changes +++ b/kexi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 16 10:14:22 UTC 2022 - Max Lin + +- Use BuildRequires/Requires: breeze5-icons-rcc for Leap 15.4 + ------------------------------------------------------------------- Wed Jul 28 09:49:43 UTC 2021 - Wolfgang Bauer diff --git a/kexi.spec b/kexi.spec index 417f5f2..ed82c1a 100644 --- a/kexi.spec +++ b/kexi.spec @@ -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