Overview
Request 5544 (accepted)
for Leap 15.4 use BuildRequires libplist-2.0
- Created by gcomes.pmbs about 3 years ago
- In state accepted
-
Package maintainers:
manfred-h and
sagiben
kodi.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Sun Mar 27 18:08:24 UTC 2022 - Giacomo Comes <gcomes.obs@gmail.com>
4
+
5
+- for Leap 15.4 use BuildRequires libplist-2.0
6
+
7
+-------------------------------------------------------------------
8
Wed Mar 9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
9
10
- Version update to Kodi 19.4 Matrix
11
kodi.spec
Changed
10
1
2
BuildRequires: pkgconfig(libssh)
3
BuildRequires: pkgconfig(smbclient)
4
BuildRequires: pkgconfig(libnfs) >= 4.0.0
5
-%if 0%{?suse_version} >= 1550
6
+%if 0%{?suse_version} >= 1550 || ( 0%{?sle_version} >= 150400 && 0%{?is_opensuse} )
7
BuildRequires: pkgconfig(libplist-2.0)
8
%else
9
BuildRequires: pkgconfig(libplist)
10
Refresh
Refresh
Request History
gcomes.pmbs created request about 3 years ago
for Leap 15.4 use BuildRequires libplist-2.0
manfred.h accepted request about 3 years ago
accepted as obviously correct, thx!
manfred.h wrote about 3 years ago
Can you please describe why you think this change is needed? I ask because kodi currently builds fine for Leap 15.4 as can be seen here
gcomes.pmbs wrote about 3 years ago
if you try to install kodi on Leap 15.4 beta you will get this error message: Problem: nothing provides 'libplist.so.3()(64bit)' needed by the to be installed kodi-19.4-pm154.1.1.x86_64 Leap 15.4 has libplist-2.0 not libplist (the same as tumbleweed)
manfred.h wrote about 3 years ago
Yes, you are right. I just looked at the sources of Leap 15.4 and found the same.
I'd recommend to accept your patch then, but leave it to Sagi to express his opinion!
BTW, thanks for your patch!
sagiben wrote about 3 years ago
:thumbsup: