Changes of Revision 41
kodi-noX-raspberry-pi.spec
Changed
x
1
2
3
# kodi needs libnfs to access nfs sources, it is not automatically required
4
Requires: libnfs
5
-# kodi needs the same libtag version which was used to build against
6
-%requires_eq libtag1
7
# Manage player deps
8
%if %{kodi_player} == "omxplayer"
9
Requires: omxplayer
10
kodi-noX-raspberry-pi2.spec
Changed
10
1
2
3
# kodi needs libnfs to access nfs sources, it is not automatically required
4
Requires: libnfs
5
-# kodi needs the same libtag version which was used to build against
6
-%requires_eq libtag1
7
# Manage player deps
8
%if %{kodi_player} == "omxplayer"
9
Requires: omxplayer
10
kodi-noX.spec
Changed
10
1
2
3
# kodi needs libnfs to access nfs sources, it is not automatically required
4
Requires: libnfs
5
-# kodi needs the same libtag version which was used to build against
6
-%requires_eq libtag1
7
# Manage player deps
8
%if %{kodi_player} == "omxplayer"
9
Requires: omxplayer
10
kodi.spec
Changed
10
1
2
3
# kodi needs libnfs to access nfs sources, it is not automatically required
4
Requires: libnfs
5
-# kodi needs the same libtag version which was used to build against
6
-%requires_eq libtag1
7
# Manage player deps
8
%if %{kodi_player} == "omxplayer"
9
Requires: omxplayer
10