Add BuildRequires: git to Fedora specfile

Sadly the yarn RPM at https://dl.yarnpkg.com/rpm/ uses git but doesn't
add it as a BuildRequires:.

This really should be reported upstream at yarnpkg.com.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
This commit is contained in:
Brian J. Murrell 2020-08-27 12:29:07 -04:00 committed by GitHub
parent 47700dc29c
commit ff88922f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Name: jellyfin-web
Version: 10.6.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The Free Software Media System web client
License: GPLv3
URL: https://jellyfin.org
@ -11,6 +11,8 @@ Source0: jellyfin-web-%{version}.tar.gz
%if 0%{?centos}
BuildRequires: yarn
# sadly the yarn RPM at https://dl.yarnpkg.com/rpm/ uses git but doesn't Requires: it
BuildRequires: git
%else
BuildRequires: nodejs-yarn
%endif