[PR #5663] [CLOSED] Correct the License Field for the RPM Package #10593

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5663
Author: @Leo3418
Created: 3/31/2021
Status: Closed

Base: masterHead: rpm-license


📝 Commits (1)

  • 072a085 Correct the license field for RPM package

📊 Changes

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

View changed files

📝 fedora/jellyfin.spec (+1 -1)

📄 Description

Changes

The patch included in this pull request changes the License field in the RPM SPEC file to GPLv2+.

The LICENSE file in Jellyfin source tree is for GPLv2, and the Debian package files indicate that Jellyfin's license is GPL-2.0+.
However, the RPM SPEC's license field was set to GPLv3, which is inconsistent with the licensing information presented elsewhere.

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/5663 **Author:** [@Leo3418](https://github.com/Leo3418) **Created:** 3/31/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rpm-license` --- ### 📝 Commits (1) - [`072a085`](https://github.com/jellyfin/jellyfin/commit/072a0859f8ede0fb1c6db3a86ced8cdf71c05911) Correct the license field for RPM package ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `fedora/jellyfin.spec` (+1 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> The patch included in this pull request changes the `License` field in the RPM SPEC file to `GPLv2+`. The LICENSE file in Jellyfin source tree is for GPLv2, and the Debian package files indicate that Jellyfin's license is GPL-2.0+. However, the RPM SPEC's license field was set to GPLv3, which is inconsistent with the licensing information presented elsewhere. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> 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 06:23:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10593