mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5663] [CLOSED] Correct the License Field for the RPM Package #10593
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/5663
Author: @Leo3418
Created: 3/31/2021
Status: ❌ Closed
Base:
master← Head:rpm-license📝 Commits (1)
072a085Correct 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
Licensefield in the RPM SPEC file toGPLv2+.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.