Joshua M. Boniface be5e10ac37 Bump version to 10.8.11 пре 2 година
..
.gitignore 6028bc0f79 Port Fedora and CentOS builds and remove web build пре 5 година
Makefile 0504ed9fe6 Standardise and cleanup Fedora build пре 3 година
README.md 891ccd7bb2 Remove mount and unmount permissions for jellyfin group from sudoers пре 3 година
jellyfin-firewalld.xml 6028bc0f79 Port Fedora and CentOS builds and remove web build пре 5 година
jellyfin-server-lowports.conf 148fcb1bb8 Put low port privilege into an optional subpackage пре 3 година
jellyfin.env f336647d57 Remove env-var after moving web-files on Fedora пре 3 година
jellyfin.override.conf 2320f06666 Move Fedora service hardening options to override config пре 3 година
jellyfin.service 0adadff3e7 Fix systemd not breaking whitespace in env vars пре 3 година
jellyfin.spec be5e10ac37 Bump version to 10.8.11 пре 2 година
jellyfin.sudoers 891ccd7bb2 Remove mount and unmount permissions for jellyfin group from sudoers пре 3 година
restart.sh bab389114b Use a service unit, not a scope unit, to restart пре 4 година

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