aboutsummaryrefslogtreecommitdiff
path: root/fedora
AgeCommit message (Collapse)Author
2020-11-23Merge pull request #4554 from joshuaboniface/fix-restartBill Thornton
Run explicit service start if restart failed
2020-11-22Add at to the dependencies on Fedora (as in Deb)Joshua M. Boniface
2020-11-22Go back to at with lower sleep and startJoshua M. Boniface
2020-11-22Remove the `at now` hackJoshua M. Boniface
2020-11-22Run explicit service start if restart failedJoshua M. Boniface
Should solve the occasional bugs with the restart in the WebUI. Sometimes the service stops and then doesn't start again; this will run an explicit start action afterwards. If this doesn't fix it I'm certain there would be more tweaking that can be done.
2020-11-22Use --now to the enable to start tooJoshua M. Boniface
2020-11-22Make use of the $1 flag to set installed onlyJoshua M. Boniface
2020-11-22Set systemctl enabled on Jellyfin serviceJoshua M. Boniface
This was not set for Fedora; I do not recall if this was just an oversight or was explicitly removed in the past; open to feedback there. Reported in the LUP Bug-A-Thon
2020-11-16Fix builderscrobibero
2020-11-15Upgrade all netcore3.1 to net5.0crobibero
2020-10-04Just make everything under libdir/jf a wildcardJoshua M. Boniface
I don't know if this will actually work but maybe it will.
2020-09-09add new files to rpm buildcrobibero
2020-09-04Remove GenerateDocumentationFilecrobibero
2020-08-29include xml docs when publishingcrobibero
2020-08-28Merge pull request #4001 from brianjmurrell/patch-1Joshua M. Boniface
Add an empty %files section to main package (cherry picked from commit c3ef1f56f6b1fc4d7e0accaa2178df078f2afd08) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-07-27Bump master version to 10.7.0 for next releaseJoshua M. Boniface
2020-04-29Add Web integration option in default service confJoshua M. Boniface
2020-04-25Update fedora/jellyfin.specJoshua M. Boniface
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-09Use jellyfin.org everywhereJoshua M. Boniface
2020-04-09Improve Fedora spec and add metapackageJoshua M. Boniface
2020-03-24Clean up redundant Makefile stepsJoshua M. Boniface
2020-03-23Update info in Fedora specJoshua M. Boniface
2020-03-23Fix makefile formattingJoshua M. Boniface
2020-03-23Port Fedora and CentOS builds and remove web buildJoshua M. Boniface
Simplifies a number of aspects of the RPM build, including moving .copr/Makefile into the "fedora/" folder (and leaving a symlink), removing the jellyfin-web build components, and renaming it jellyfin-server like Debian did.