diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-09-17 17:01:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 17:01:33 -0400 |
| commit | 1672972b410aafc98674a044f54339593d0dbf02 (patch) | |
| tree | 3b0ec63da85014569bb3415085c8256235f7fc13 | |
| parent | bc5404cd6f6cf1fcc90d014881cd52e2b4f80ebc (diff) | |
| parent | 03d4e907286f48bc1f085f30b49569ff4eacc550 (diff) | |
Merge pull request #4114 from crobibero/rpm-packaging
Add new files to rpm build
| -rw-r--r-- | fedora/jellyfin.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index 37b573e50..bfb2b3be2 100644 --- a/fedora/jellyfin.spec +++ b/fedora/jellyfin.spec @@ -84,6 +84,10 @@ EOF %{_libdir}/jellyfin/*.so %{_libdir}/jellyfin/*.a %{_libdir}/jellyfin/createdump +%{_libdir}/jellyfin/*.xml +%{_libdir}/jellyfin/wwwroot/api-docs/* +%{_libdir}/jellyfin/wwwroot/api-docs/redoc/* +%{_libdir}/jellyfin/wwwroot/api-docs/swagger/* # Needs 755 else only root can run it since binary build by dotnet is 722 %attr(755,root,root) %{_libdir}/jellyfin/jellyfin %{_libdir}/jellyfin/SOS_README.md |
