[PR #7170] [CLOSED] Fix RPM build to not use dotnet 6.0 #11291

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7170
Author: @brianjmurrell
Created: 1/13/2022
Status: Closed

Base: release-10.7.zHead: patch-2


📝 Commits (2)

  • bfa46c2 Fix RPM build to not use dotnet 6.0
  • 061069c Only necessary on EL7

📊 Changes

1 file changed (+6 additions, -3 deletions)

View changed files

📝 fedora/jellyfin.spec (+6 -3)

📄 Description

Changes
Now that dotnet 6.0 is out, the RPM build needs to prevent dotnet-host-6.0 from being installed by the BR.

Knowing this can happen, this probably also needs to be forward ported to master to prevent this same kind of issue when dotnet 7.0 becomes available.


🔄 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/7170 **Author:** [@brianjmurrell](https://github.com/brianjmurrell) **Created:** 1/13/2022 **Status:** ❌ Closed **Base:** `release-10.7.z` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`bfa46c2`](https://github.com/jellyfin/jellyfin/commit/bfa46c287dd45679d8edc632b1552ebb0129fbae) Fix RPM build to not use dotnet 6.0 - [`061069c`](https://github.com/jellyfin/jellyfin/commit/061069c3f1766fa537e0d895497a64f841e2e09d) Only necessary on EL7 ### 📊 Changes **1 file changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `fedora/jellyfin.spec` (+6 -3) </details> ### 📄 Description **Changes** Now that dotnet 6.0 is out, the RPM build needs to prevent dotnet-host-6.0 from being installed by the BR. Knowing this can happen, this probably also needs to be forward ported to master to prevent this same kind of issue when dotnet 7.0 becomes available. --- <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:35:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11291