![]() |
il y a 2 ans | |
---|---|---|
.. | ||
.gitignore | il y a 5 ans | |
Makefile | il y a 2 ans | |
README.md | il y a 2 ans | |
jellyfin-firewalld.xml | il y a 5 ans | |
jellyfin-server-lowports.conf | il y a 3 ans | |
jellyfin.env | il y a 2 ans | |
jellyfin.override.conf | il y a 2 ans | |
jellyfin.service | il y a 2 ans | |
jellyfin.spec | il y a 2 ans | |
jellyfin.sudoers | il y a 2 ans | |
restart.sh | il y a 4 ans |
Change into this directory cd rpm-package
Run the build script ./build-fedora-rpm.sh
.
Resulting RPM and src.rpm will be in ../../jellyfin-*.rpm
The RPM package for Fedora/CentOS requires some additional repositories as ffmpeg is not in the main repositories.
# ffmpeg from RPMfusion free
# Fedora
$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
# CentOS 7
$ sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
Jellyfin is build with --self-contained
so no dotnet required for runtime.
# dotnet required for building the RPM
# Fedora
$ sudo dnf copr enable @dotnet-sig/dotnet
# CentOS
$ sudo rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm