Joshua M. Boniface 383d514353 Bump version to 10.8.8 il y a 2 ans
..
.gitignore 6028bc0f79 Port Fedora and CentOS builds and remove web build il y a 5 ans
Makefile 0504ed9fe6 Standardise and cleanup Fedora build il y a 3 ans
README.md 891ccd7bb2 Remove mount and unmount permissions for jellyfin group from sudoers il y a 3 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 f336647d57 Remove env-var after moving web-files on Fedora il y a 3 ans
jellyfin.override.conf 2320f06666 Move Fedora service hardening options to override config il y a 3 ans
jellyfin.service 0adadff3e7 Fix systemd not breaking whitespace in env vars il y a 2 ans
jellyfin.spec 383d514353 Bump version to 10.8.8 il y a 2 ans
jellyfin.sudoers 891ccd7bb2 Remove mount and unmount permissions for jellyfin group from sudoers il y a 3 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