1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add BR: nodejs for Fedora 33 and up

nodejs doesn't seem to be implicitly installed as a BR: on Fedora 33, so set
an explicit BR: for it.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
This commit is contained in:
Brian J. Murrell 2021-03-10 09:37:44 -05:00 committed by GitHub
parent a1dddf4524
commit 925c2c926d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,9 @@ BuildRequires: nodejs-yarn
# ditto for Fedora's yarn RPM
BuildRequires: git
BuildArch: noarch
%if 0%{?fedora} >= 33
BuildRequires: nodejs
%endif
# Disable Automatic Dependency Processing
AutoReqProv: no