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

Merge pull request #1849 from brianjmurrell/patch-1

Add BuildRequires: git to Fedora specfile

(cherry picked from commit 5f1af65c2e)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Joshua M. Boniface 2020-08-30 16:05:29 -04:00
parent afcbe8adbf
commit 2ff95140bb

View file

@ -11,6 +11,8 @@ Source0: jellyfin-web-%{version}.tar.gz
%if 0%{?centos} %if 0%{?centos}
BuildRequires: yarn BuildRequires: yarn
# sadly the yarn RPM at https://dl.yarnpkg.com/rpm/ uses git but doesn't Requires: it
BuildRequires: git
%else %else
BuildRequires: nodejs-yarn BuildRequires: nodejs-yarn
%endif %endif