mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7170] [CLOSED] Fix RPM build to not use dotnet 6.0 #11291
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/7170
Author: @brianjmurrell
Created: 1/13/2022
Status: ❌ Closed
Base:
release-10.7.z← Head:patch-2📝 Commits (2)
bfa46c2Fix RPM build to not use dotnet 6.0061069cOnly 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.