[PR #4956] [MERGED] Fix rpm package dependencies #10337

Closed
opened 2026-02-07 06:18:28 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 530c4dc Use 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.6 and jellyfin-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 the jellyfin-server dependency)

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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4956 **Author:** [@jceresini](https://github.com/jceresini) **Created:** 1/5/2021 **Status:** ✅ Merged **Merged:** 1/16/2021 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`530c4dc`](https://github.com/jellyfin/jellyfin/commit/530c4dc11b4ccb5f2a0d02490b2f16f4b10caf15) Use variables for version, and fix conflict ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `fedora/jellyfin.spec` (+1 -1) </details> ### 📄 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.6` and `jellyfin-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 the `jellyfin-server` dependency) **Issues** https://github.com/jellyfin/jellyfin/issues/4938 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:18:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10337