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
This commit is contained in:
Joshua M. Boniface 2020-08-30 16:05:29 -04:00 committed by GitHub
commit 5f1af65c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Name: jellyfin-web Name: jellyfin-web
Version: 10.6.3 Version: 10.6.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Free Software Media System web client Summary: The Free Software Media System web client
License: GPLv3 License: GPLv3
URL: https://jellyfin.org URL: https://jellyfin.org
@ -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