[PR #964] [MERGED] Install the dotnet runtime package in Fedora build #8589

Closed
opened 2026-02-07 05:47:01 +03:00 by OVERLORD · 0 comments
Owner

📋 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.zHead: fedora-runtime


📝 Commits (3)

  • 469a17b Install the dotnet runtime too
  • 1bc2b12 dotnet-runtime is needed in Fedora RPM build also
  • 406af5f Merge 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/dotnet doesn't appear to exist in the dotnet-sdk-2.2 DNF 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:

+ dotnet publish --configuration Release --output=/root/rpmbuild/BUILDROOT/jellyfin-10.2.1-1.fc29.x86_64/usr/lib64/jell
yfin --self-contained --runtime fedora-x64 Jellyfin.Server                                                             
/var/tmp/rpm-tmp.vGt0JK: line 38: dotnet: command not found                                                            
error: Bad exit status from /var/tmp/rpm-tmp.vGt0JK (%install)                                                         
    Bad exit status from /var/tmp/rpm-tmp.vGt0JK (%install)

Issues
N/A


🔄 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/964 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 2/21/2019 **Status:** ✅ Merged **Merged:** 2/24/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `release-10.2.z` ← **Head:** `fedora-runtime` --- ### 📝 Commits (3) - [`469a17b`](https://github.com/jellyfin/jellyfin/commit/469a17b3ca6e4e9a032cfe66010e65cc66d27f33) Install the dotnet runtime too - [`1bc2b12`](https://github.com/jellyfin/jellyfin/commit/1bc2b12ee3cdb6180cd6159840255fa32d23824f) dotnet-runtime is needed in Fedora RPM build also - [`406af5f`](https://github.com/jellyfin/jellyfin/commit/406af5f086f22cc296e60d433d74a6ee192220d3) Merge pull request #967 from brianjmurrell/dotnet-runtime ### 📊 Changes **2 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `deployment/fedora-package-x64/Dockerfile` (+1 -1) 📝 `deployment/fedora-package-x64/pkg-src/jellyfin.spec` (+5 -2) </details> ### 📄 Description **Changes** This is needed since `/usr/bin/dotnet` doesn't appear to exist in the `dotnet-sdk-2.2` DNF 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: ``` + dotnet publish --configuration Release --output=/root/rpmbuild/BUILDROOT/jellyfin-10.2.1-1.fc29.x86_64/usr/lib64/jell yfin --self-contained --runtime fedora-x64 Jellyfin.Server /var/tmp/rpm-tmp.vGt0JK: line 38: dotnet: command not found error: Bad exit status from /var/tmp/rpm-tmp.vGt0JK (%install) Bad exit status from /var/tmp/rpm-tmp.vGt0JK (%install) ``` **Issues** N/A --- <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 05:47:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8589