mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #4131 from brianjmurrell/patch-6
This commit is contained in:
commit
6a790a19f8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: jellyfin-web
|
Name: jellyfin-web
|
||||||
Version: 10.8.0
|
Version: 10.8.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Free Software Media System web client
|
Summary: The Free Software Media System web client
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://jellyfin.org
|
URL: https://jellyfin.org
|
||||||
@ -14,7 +14,10 @@ BuildArch: noarch
|
|||||||
BuildRequires: nodejs
|
BuildRequires: nodejs
|
||||||
%else
|
%else
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: npm
|
# Nodejs 16 is required and npm >= 8 should bring in NodeJS 16
|
||||||
|
# This requires the build environment to use the nodejs:16 module stream:
|
||||||
|
# dnf module {install|switch-to}:web nodejs:16
|
||||||
|
BuildRequires: npm >= 8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user