[PR #800] [MERGED] Add CentOS and update rpm spec for the cachedir option #8501

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

📋 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: masterHead: update-rpm


📝 Commits (4)

📊 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 cachedir option into the .spec and cleaned the RPM Dependencies (so that the RPM does not claim to provide libraries which it simply does not provide or demand a version of libc which is not available on CentOS)

Also removed the sed -E 's/.0$//' from the bump_version script like in the common.build.sh script 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/800 **Author:** [@Wuerfelbecher](https://github.com/Wuerfelbecher) **Created:** 2/3/2019 **Status:** ✅ Merged **Merged:** 2/4/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `update-rpm` --- ### 📝 Commits (4) - [`4d335d8`](https://github.com/jellyfin/jellyfin/commit/4d335d8f1394e186ca761c10237f93c85657adf2) Add CentOS - [`1ce5939`](https://github.com/jellyfin/jellyfin/commit/1ce59393625b7af05f4995bade42c6e63ef7288e) optimize rpm dependencies - [`d573f2d`](https://github.com/jellyfin/jellyfin/commit/d573f2d67164803a1870dc85893ec3b81ea56525) use cachedir option - [`593c6c0`](https://github.com/jellyfin/jellyfin/commit/593c6c071caf908460cb535cee20a8d94080c3b6) keep trailing 0 in version ### 📊 Changes **7 files changed** (+39 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description **Changes** Added CentOS package, integrated the `cachedir` option into the `.spec` and cleaned the RPM Dependencies (so that the RPM does not claim to provide libraries which it simply does not provide or demand a version of `libc` which is not available on CentOS) Also removed the `sed -E 's/.0$//'` from the `bump_version` script like in the `common.build.sh` script to prevent the removal of trailing zeros in the version number. --- <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:45:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8501