mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
optimize rpm dependencies
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
This commit is contained in:
parent
4d335d8f13
commit
1ce5939362
@ -6,7 +6,6 @@
|
|||||||
%global dotnet_runtime centos-x64
|
%global dotnet_runtime centos-x64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
AutoReq: no
|
|
||||||
Name: jellyfin
|
Name: jellyfin
|
||||||
Version: 10.1.0
|
Version: 10.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -32,13 +31,11 @@ BuildRequires: dotnet-sdk-2.2
|
|||||||
# RPMfusion free
|
# RPMfusion free
|
||||||
Requires: ffmpeg
|
Requires: ffmpeg
|
||||||
|
|
||||||
# For the update-db-paths.sh script to fix emby paths to jellyfin
|
|
||||||
%{?fedora:Recommends: sqlite}
|
|
||||||
|
|
||||||
# Fedora has openssl1.1 which is incompatible with dotnet
|
# Fedora has openssl1.1 which is incompatible with dotnet
|
||||||
%{?fedora:Requires: compat-openssl10}
|
%{?fedora:Requires: compat-openssl10}
|
||||||
# Disable Automatic Dependency Processing for Centos
|
|
||||||
%{?el7:AutoReqProv: no}
|
# Disable Automatic Dependency Processing
|
||||||
|
AutoReqProv: no
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Jellyfin is a free software media system that puts you in control of managing and streaming your media.
|
Jellyfin is a free software media system that puts you in control of managing and streaming your media.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user