diff options
| author | crobibero <cody@robibe.ro> | 2020-09-04 07:04:06 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-04 07:04:06 -0600 |
| commit | 583f47ea28853ba84258b399e2093cd7dd5c3a55 (patch) | |
| tree | 23261ccb5f92abb3eea892697695c4c3c8f2ea8e /fedora | |
| parent | 7a03e6d2c6dcbe20077a3a4a84a39b3728eca5a7 (diff) | |
Remove GenerateDocumentationFile
Diffstat (limited to 'fedora')
| -rw-r--r-- | fedora/jellyfin.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index 291017d94..37b573e50 100644 --- a/fedora/jellyfin.spec +++ b/fedora/jellyfin.spec @@ -54,7 +54,7 @@ The Jellyfin media server backend. export DOTNET_CLI_TELEMETRY_OPTOUT=1 export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 dotnet publish --configuration Release --output='%{buildroot}%{_libdir}/jellyfin' --self-contained --runtime %{dotnet_runtime} \ - "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" Jellyfin.Server + "-p:DebugSymbols=false;DebugType=none" Jellyfin.Server %{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE %{__install} -D -m 0644 %{SOURCE15} %{buildroot}%{_sysconfdir}/systemd/system/jellyfin.service.d/override.conf %{__install} -D -m 0644 Jellyfin.Server/Resources/Configuration/logging.json %{buildroot}%{_sysconfdir}/jellyfin/logging.json |
