AJ Jordan c9f3c7b11a Backport pull request #8321 from jellyfin/release-10.8.z il y a 2 ans
..
.gitignore 6028bc0f79 Port Fedora and CentOS builds and remove web build il y a 5 ans
Makefile 1ee1a05fc7 Merge pull request #7614 from mihawk90/fedora-spec-rework il y a 2 ans
README.md 28594ececa Backport pull request #8038 from jellyfin/release-10.8.z il y a 2 ans
jellyfin-firewalld.xml 6028bc0f79 Port Fedora and CentOS builds and remove web build il y a 5 ans
jellyfin-server-lowports.conf 148fcb1bb8 Put low port privilege into an optional subpackage il y a 3 ans
jellyfin.env d675a20540 JELLYFIN_NOWEBAPP_OPT is now --nowebclient il y a 2 ans
jellyfin.override.conf 56805b3368 Backport pull request #8219 from jellyfin/release-10.8.z il y a 2 ans
jellyfin.service c9f3c7b11a Backport pull request #8321 from jellyfin/release-10.8.z il y a 2 ans
jellyfin.spec c7edf8b565 Backport pull request #8257 from jellyfin/release-10.8.z il y a 2 ans
jellyfin.sudoers 28594ececa Backport pull request #8038 from jellyfin/release-10.8.z il y a 2 ans
restart.sh bab389114b Use a service unit, not a scope unit, to restart il y a 4 ans

README.md

Jellyfin RPM

Build Fedora Package with docker

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

ffmpeg

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

Building with dotnet

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

TODO

  • OpenSUSE