Compare commits

..

1 Commits

Author SHA1 Message Date
d95158092e feat: add jellyfin packages
Some checks failed
Build / build-9 (pull_request) Failing after 3m20s
Build / build-8 (pull_request) Failing after 3m45s
- building using spec files
- add jellyfin-server 10.10.7
- add jellyfin-web 10.10.7
- add jellyfin-ffmpeg 7.1.1
2025-05-25 17:59:20 +10:00
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Start with the AlmaLinux 9 base image
FROM git.query.consul/unkin/almalinux9-rpmbuilder:latest
# Start with the AlmaLinux 8.10 base image
FROM git.query.consul/unkin/almalinux8-rpmbuilder:latest
# Create output directory for RPMs
RUN mkdir -p /app/dist

View File

@ -5,7 +5,7 @@
Name: jellyfin-ffmpeg-bin
Version: 7.1.1
Release: %{jellyfin_release}
Release: %{jellyfin_release}%{?dist}
Summary: FFmpeg for Jellyfin with custom extensions and enhancements

View File

@ -1,5 +1,5 @@
# Start with the AlmaLinux 9 base image
FROM git.query.consul/unkin/almalinux9-rpmbuilder:latest
# Start with the AlmaLinux 8.10 base image
FROM git.query.consul/unkin/almalinux8-rpmbuilder:latest
# Create output directory for RPMs
RUN mkdir -p /app/dist

View File

@ -1,5 +1,5 @@
# Start with the AlmaLinux 9 base image
FROM git.query.consul/unkin/almalinux9-rpmbuilder:latest
# Start with the AlmaLinux 8.10 base image
FROM git.query.consul/unkin/almalinux8-rpmbuilder:latest
# Create output directory for RPMs
RUN mkdir -p /app/dist