Prechádzať zdrojové kódy

Merge pull request #967 from brianjmurrell/dotnet-runtime

dotnet-runtime is needed on Fedora now
Vasily 6 rokov pred
rodič
commit
406af5f086

+ 5 - 2
deployment/fedora-package-x64/pkg-src/jellyfin.spec

@@ -8,7 +8,7 @@
 
 
 Name:           jellyfin
 Name:           jellyfin
 Version:        10.2.1
 Version:        10.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Free Software Media Browser
 Summary:        The Free Software Media Browser
 License:        GPLv2
 License:        GPLv2
 URL:            https://jellyfin.media
 URL:            https://jellyfin.media
@@ -27,7 +27,7 @@ BuildRequires:  libcurl-devel, fontconfig-devel, freetype-devel, openssl-devel,
 Requires:       libcurl, fontconfig, freetype, openssl, glibc libicu
 Requires:       libcurl, fontconfig, freetype, openssl, glibc libicu
 # Requirements not packaged in main repos
 # Requirements not packaged in main repos
 # COPR @dotnet-sig/dotnet
 # COPR @dotnet-sig/dotnet
-BuildRequires:  dotnet-sdk-2.2
+BuildRequires:  dotnet-runtime-2.2, dotnet-sdk-2.2
 # RPMfusion free
 # RPMfusion free
 Requires:       ffmpeg
 Requires:       ffmpeg
 
 
@@ -140,6 +140,9 @@ fi
 %systemd_postun_with_restart jellyfin.service
 %systemd_postun_with_restart jellyfin.service
 
 
 %changelog
 %changelog
+* Thu Feb 21 2019 Brian J. Murrell <brian@interlinx.bc.ca>
+- jellyfin:
+- dotnet seems to have moved to dotnet-runtime
 * Wed Feb 20 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
 * Wed Feb 20 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
 - jellyfin:
 - jellyfin:
 - PR920 Fix cachedir missing from Docker container
 - PR920 Fix cachedir missing from Docker container