Compare commits

..

1 Commits

Author SHA1 Message Date
459f2891da feat: add jellyfin packages
All checks were successful
Build / build-8 (pull_request) Successful in 4m55s
Build / build-9 (pull_request) Successful in 5m57s
- 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 19:59:58 +10:00
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Start with the AlmaLinux 8.10 base image
FROM git.query.consul/unkin/almalinux8-rpmbuilder:latest
# Start with the AlmaLinux 9 base image
FROM git.query.consul/unkin/almalinux9-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}%{?dist}
Release: %{jellyfin_release}
Summary: FFmpeg for Jellyfin with custom extensions and enhancements

View File

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

View File

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