mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #964] [MERGED] Install the dotnet runtime package in Fedora build #8589
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/964
Author: @joshuaboniface
Created: 2/21/2019
Status: ✅ Merged
Merged: 2/24/2019
Merged by: @joshuaboniface
Base:
release-10.2.z← Head:fedora-runtime📝 Commits (3)
469a17bInstall the dotnet runtime too1bc2b12dotnet-runtime is needed in Fedora RPM build also406af5fMerge pull request #967 from brianjmurrell/dotnet-runtime📊 Changes
2 files changed (+6 additions, -3 deletions)
View changed files
📝
deployment/fedora-package-x64/Dockerfile(+1 -1)📝
deployment/fedora-package-x64/pkg-src/jellyfin.spec(+5 -2)📄 Description
Changes
This is needed since
/usr/bin/dotnetdoesn't appear to exist in thedotnet-sdk-2.2DNF package for whatever reason as of Feb 18 2019. I think a combination of this and a cached setup somehow led me to think #940 was needed, but this seems unnecessary with this fix.Error message without:
Issues
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.