mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4956] [MERGED] Fix rpm package dependencies #10337
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4956
Author: @jceresini
Created: 1/5/2021
Status: ✅ Merged
Merged: 1/16/2021
Merged by: @joshuaboniface
Base:
master← Head:master📝 Commits (1)
530c4dcUse variables for version, and fix conflict📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
fedora/jellyfin.spec(+1 -1)📄 Description
Changes
Fix the version dependencies in the rpm spec. The latest stable rpm for centos is broken because the jellyfin rpm requires
jellyfin-web >= 10.6andjellyfin-web < 10.7. This updates the spec to use the variables for versioning so the dependencies shouldn't need to be maintained going forward (and actually matches thejellyfin-serverdependency)Issues
https://github.com/jellyfin/jellyfin/issues/4938
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.