mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Merge pull request #1849 from brianjmurrell/patch-1
Add BuildRequires: git to Fedora specfile
This commit is contained in:
commit
5f1af65c2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user