mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #800] [MERGED] Add CentOS and update rpm spec for the cachedir option #8501
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/800
Author: @Wuerfelbecher
Created: 2/3/2019
Status: ✅ Merged
Merged: 2/4/2019
Merged by: @joshuaboniface
Base:
master← Head:update-rpm📝 Commits (4)
4d335d8Add CentOS1ce5939optimize rpm dependenciesd573f2duse cachedir option593c6c0keep trailing 0 in version📊 Changes
7 files changed (+39 additions, -17 deletions)
View changed files
📝
bump_version(+1 -2)➕
deployment/centos-package-x64/Dockerfile(+15 -0)➕
deployment/centos-package-x64/clean.sh(+1 -0)➕
deployment/centos-package-x64/package.sh(+1 -0)➕
deployment/centos-package-x64/pkg-src(+1 -0)📝
deployment/fedora-package-x64/pkg-src/jellyfin.env(+1 -1)📝
deployment/fedora-package-x64/pkg-src/jellyfin.spec(+19 -14)📄 Description
Changes
Added CentOS package, integrated the
cachediroption into the.specand cleaned the RPM Dependencies (so that the RPM does not claim to provide libraries which it simply does not provide or demand a version oflibcwhich is not available on CentOS)Also removed the
sed -E 's/.0$//'from thebump_versionscript like in thecommon.build.shscript to prevent the removal of trailing zeros in the version number.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.