From 2ff95140bb33f0573f3f2491dea3f8334c4bfa10 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 30 Aug 2020 16:05:29 -0400 Subject: [PATCH] Merge pull request #1849 from brianjmurrell/patch-1 Add BuildRequires: git to Fedora specfile (cherry picked from commit 5f1af65c2e5694bb2b53e1eca1fd48c50bafb2cb) Signed-off-by: Joshua M. Boniface --- fedora/jellyfin-web.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index b8c77f2a1f..1d85e5ae6b 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -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